@charset "UTF-8";
/*FOND*/
body, .bouton {
	background-color: #606B39;
}
/*TEXTE*/
body , p , a , label, #formulaire legend { /* texte courant */
	color: #F1F2DF;
}
footer, footer a , footer p {
	color: #F1F2DF;	
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h9 {
	color: #FFF;
}
#formulaire fieldset {
	border: thin solid #F1F2DF;
}
/*FONCE*/
h1, h2, h3, h4, h5, h9, .chapeau {
	color: #444B29;
}
#barremenu, #menu .sousmenu li a {
	background-color: #444B29;
}
/*CLAIR*/
header #slogan, .bouton {
	color: #EDEDED;
}
.encadre {
	background-color: #EDEDED;
}
#menu li a {
	border-right-color: #EDEDED;
}
/*BLANC*/
#contenu  {
	background-color: #9BA172;
}
@media screen and (max-width : 600px) {
#menu .sousmenu li a, #menu li a:hover {
	background-color: #3F4621;
	background-image: none;
}
#menu li a {
	background-color: #606B39;
}
}



