body {
	font-family:Tahoma,Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; 
	color:#3F322B;
	cursor:default;
	font-size:70%;
	background-color:#FFFBF5;
	margin:0px;
}



.titre_souligne {
	color:#507F17;
	margin:0 0 10px 0;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0.1em;
	border-bottom: 1px solid #E2DCCE;
}


.texte_gris {
	color:#3F322B;
}

.texte_orange {
	color:#FF9900;
}


.texte_vert_fonce {
	color:#4E7423;
}


.texte_vert_clair {
	color:#6F9F3B;
}

.texte_rouge {
	color:red;
}

texte_gris_clair{
		color:gray;
}


a{
	color:#DF6900;
	text-decoration:underline;
}

a:hover{
	color:#DF6900;
	text-decoration:none;
}

