body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #065402;
	margin: 0px;
	background-image: url(images/fond.gif);
}
.texte_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	font-weight: normal;
}
.texte_vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #065402;
	font-weight: normal;
}
.texte_vert2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #065402;
	font-weight: normal;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #065402;
	font-weight: bold;
}
a:link {
	color: #065402;
}
a:visited {
	color: #065402;
}
a:hover {
	color: #065402;
}
a:active {
	color: #065402;
}

.EVEpolice { /* couleur et style de la police dans le div*/
color:#065402;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}
.EVEtourimg { /* couleur du tour de la photo dans le div*/
border-color:#065402;
}
.EVEcoulseparation { /*couleur du trait de séparation du titre et du libellé dans le div*/
background-color:#065402 ;
}

.EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
background-color:#FBDFC6;
border: 3px double #065402;
}

.EVEinput {
background-color: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#065402;
text-decoration:none; 
border-style:none;
padding: 0;
margin: 0; 
}