/*dico des couleurs*/
/* 
bleu:	#7389ae
jaune:	#faec8f
violet: #a87aad
vert:	#78ba91
rouge:	#c17878
beige:	#f6e4c8
*/

/*********LES TITRES*****************************/
span.titre_projet {
	font-size: 17px;
	line-height: normal;
	color: #00a1e4;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

span.titre_jaune
{
	font-size: 17px;
	line-height: normal;
	color: #face8f;
	font-weight: bold;
	font-style: normal;
}

span.titre_violet
{
	font-size: 17px;
	line-height: normal;
	color: #a87aad;
	font-weight: normal;
	font-style: normal;
}

/*********LES SOUS TITRES*****************************/
.ss_titre_violet {
	font-size: 15px;
	line-height: normal;
	color: #a87aad;
	font-weight: bold;
	font-style: normal;
}

a.ss_titre_violet {
	font-size: 15px;
	line-height: normal;
	color: #a87aad;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

span.ss_titre_rouge {
	font-size: 15px;
	line-height: normal;
	color: #c17878;
	font-weight: bold;
	font-style: normal;
}

span.ss_ss_titre_rouge {
	font-size: 15px;
	line-height: normal;
	color: #c17878;
	font-weight: normal;
	font-style: normal;
}

span.ss_titre_vert {
	font-size: 16px;
	line-height: normal;
	color: #78ba91;
	font-weight: bold;
	font-style: normal;
}

span.ss_titre_blanc {
	font-size: 15px;
	line-height: normal;
	color: #ffffff;
	font-weight: none;
	font-style: normal;
}

span.ss_titre_bleu {
	font-size: 16px;
	line-height: normal;
	color: #7389ae;
	font-weight: bold;
	font-style: normal;
}

/*********LE TEXTE*****************************/
span.important {
	color: #7389ae;
}

span.txt_rouge {
	color: #c17878;
}


span.classic {
	color: #78ba91;
}

span.classic:hover {
	text-decoration: underline;
}


/*********LES LIENS*****************************/

a.classic:hover {
	text-decoration: underline;
	color: #7389ae;
	
}

a.classic:link, a.classic:visited {
	color: #78ba91;
	text-decoration: none;
}

}a.classic_simple:hover {
	text-decoration: underline;
	color: #7389ae;
	
}

a.classic_simple:link, a.classic_simple:visited {
	color: #78ba91;
	text-decoration: none;
}


a.beige {
	color: #f6e4c8;
}

a.bleu {
	color: #7389ae;
}

a.titre_lien {
	font-size: 15px;
	line-height: normal;
	color: #78ba91;
	font-weight: none;
	font-style: normal;
	text-decoration: none;
}

span.descri_hid {
	display: none;

}

/*********LES HR*****************************/

hr.titre {
	color: #7389ae;
	width: 500px;
	text-align: left;

}
/*********LES ToolTip****************************/

.tool-tip {
	color: #fff;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.jpg);
	background-repeat: repeat;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.jpg);
	background-repeat: repeat;
}
 
