@charset "utf-8";
body {
    font-family: Comic Sans MS, Helvetica, sans-serif; 	
    font-weight: bold;
	font-size: 16px; 
    color: white;	
}
.titre_select {
    font-family: Comic Sans MS, Helvetica, sans-serif; 		
    font-weight: bold;	
    background-color: rgb(255, 0, 0);
	font-size: 14px; 
    color: white;
}
.liste_select { 
    font-family: Comic Sans MS, Helvetica, sans-serif; 	
    font-weight: bold;
    background-color: rgb(102, 102, 102);
	font-size: 14px; 
    color: white;
} 
.lescases {	
    font-family: Comic Sans MS, Helvetica, sans-serif; 	
    font-weight: bold;
    background-color: rgb(102, 102, 102); 
    font-size:14px;
    color: white; 
}
.taille_case {
    width: 18px;
    height: 18px;	
}
div.style01 {
    display: inline;
}
.bouton_img {
vertical-align:middle ;
}
.bouton_envoi {
    font-family: Comic Sans MS, Helvetica, sans-serif; 		
    width: 136px; 
    height: 38px;	
	background-color: #272827;
    color: #fff;
    font-size: 15px;
    font-weight: bold;	 
    text-decoration:none;
    text-align:center;			
    border:2px solid #303AE9;
    background:url(../formulaire/images/envoyer.png) 12px 4px no-repeat ; 	
}
input.bouton_envoi:hover { /* style du bouton lors du passeage de la souris */
	background-color:#303AE9; /* couleur de fond RGB + transparence */ 	
    color: #FFFFFF;
}
.bouton_effacer{
    font-family: Comic Sans MS, Helvetica, sans-serif; 		
    width: 136px; 
    height: 38px;	
	background-color: #272827;
    color: #fff;
    font-size: 15px;
    font-weight: bold;	 
    text-decoration:none;
    text-align:center;
    border:2px solid #303AE9;
    background:url(../formulaire/images/gomme.png) 12px 2px no-repeat ; 	

}
 input.bouton_effacer:hover { /* style du bouton lors du passeage de la souris */
	background-color:#303AE9; /* couleur de fond RGB + transparence */ 	
    color: #FFFFFF;
}
.erreur {
    font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
    margin: 4px;	
    background-color: #ff0000;  
    color: #fff;
	font-weight: bold;
    font-size: 18px;	
} 

