/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #482D00;
	margin: 0px;
	background-color: #E5910A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
	text-align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 2px;
	text-align: justify;
}
.pop {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #482D00;
	font-weight: normal;
	line-height: 15px;
}
.simple-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #482D00;
	font-weight: bold;
	line-height: 15px;
}
.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
}

.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #482D00;
	font-weight: normal;
	line-height: 15px;
	align: justify;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 2;
	font-style:italic;
}

.liens_survol_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
        	
}
.liens_survol_gras a:hover { 
	font-weight: bold;
	color: #000000;
}

a:link { color: #000000;}
a:visited { color: #000000;}
a:hover { color: #000000;}
a:active { color: #000000;}

.EVEpolice { /* couleur et style de la police dans le div*/
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}
.EVEtourimg { /* couleur du tour de la photo dans le div*/
border-color:#ffffff;
}
.EVEcoulseparation { /*couleur du trait de séparation du titre et du libellé dans le div*/
background-color:#ffffff ;
}

.EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
background-color:#E5910A;
border: 3px double #ffffff;
}

.EVEinput {
background-color: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-decoration:none; 
border-style:none;
padding: 0;
margin: 0; 
}