body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
	margin: 0px;
	background-color: #FFCC66;
}
.texte_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #0066CC;
	font-weight: bold;
}
.texte_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0066CC;
	font-weight: bold;
}
.texte_bleupetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0066CC;
	font-weight: bold;
}


a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #0066CC;
}

.EVEpolice { /* couleur et style de la police dans le div*/
color:#0066CC;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}
.EVEtourimg { /* couleur du tour de la photo dans le div*/
border-color:#0066CC;
}
.EVEcoulseparation { /*couleur du trait de séparation du titre et du libellé dans le div*/
background-color:#0066CC ;
}

.EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
background-color:#FFCC66;
border: 3px double #0066CC;
}

.EVEinput {
background-color: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#0066CC;
text-decoration:none; 
border-style:none;
padding: 0;
margin: 0; 
}