@charset "utf-8";
/* CSS Document */

#content ol li{
	padding: 10px 10px 0px 10px;
}

.motbleu{
	text-align: left;
	color: #1166DD;
	font-weight: bold;
}
.motgris{
	color: #333333;
}


/* les messages*/
.message_resultat{
	background-color: #EEEEEE;
	font-weight: bold;
	color: #339933;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0px;
	border: 1px dotted #339933;
}
.affiche_erreur{
	background-color: #EEEEEE;
	font-weight: bold;
	color: #d71416;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0px;
	border: 1px dotted #d71416;
}



/*tableau resultat*/
.tab_resultat{
	border: 1px solid #99BBEE;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tab_resultat th{
	background-color: #99BBEE;
	border-bottom: 1px solid #0066CC;
	text-align: center;
}
.tab_resultat td{
	padding: 5px;	
}
.ligne_couleur{
	background-color: #EEEEEE;
}



/* formulaire*/
.list_active{
	color: #333333;
	font-weight: bold;
	background-color: #EEEEEE;	
}
