.nav			{ font-weight: bold; font-size: 14px; color : #599569;}
a.nav			{ text-decoration: none; color : #599569; }
a.nav:visited { text-decoration: none; color : #599569; }

.scnav			{ font-weight: bold; font-size: 14px; color : #84da9b;}
a.scnav			{ text-decoration: none; color : #84da9b; }
a.scnav:visited { text-decoration: none; color : #84da9b; }

.navs			{ font-weight: bold; font-size: 14px; color : #599569;}
a.navs			{ text-decoration: none; color : #599569; }
a.navs:visited { text-decoration: none; color : #599569; }
a.navs:hover		{ text-decoration: underline; }

.button {
	background-color : #e4eee5;
}
form input, form textarea{
     border: 1px solid #6fa27c;
     	     -moz-border-radius: 4px;
	background-color : #e4eee5;
	     }

	     
.radio {
	border: 0px;
	
}
	     
form input:focus, form textarea:focus{
background-color: #6fa27c;

}
.text { font-size: 15px; }

.titre_menu  { font-weight: bold; font-size: 14px; color : #e4eee5;}