/*
Imports
*/
@import "lien.css";
@import "tag.css";
@import "table.css";


/* Pour les messages d'erreur */
.erreur {
	font-size : 10px;
	color: #ff0000;
	font-weight: bold;
}


.couleur01 {
	color: #FF9326;
}
.couleur02 {
	color: #27559F;
}


.style_main {
	color: #27559F;
	font-size:11px;
	line-height: 16px;

}


.fondh1 {
	background-color: #FFFFFF;
}



.aide {
	color: #888888;
}



.menu_left {
	font-size:12px;
	font-weight:bold;
}


/* Pour les messages de confirmation */
.confirmation {
	font-size : 10px;
	color: #0000ff;
	font-weight: bold;
}


.texte_footer {
	font-size : 10px;
	color: #ffffff;
}


.texte_nos_formules {
	font-size : 15px;
	color: #ffffff;
	font-weight: bold;
	/*font-style:italic;*/
}




.titre_cours {
	font-size:14px;
	font-weight:bold;
	/*color: #FF9326;*/
	color: #27559F;
	text-decoration:none;
}
