/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	background-color: #e30000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* reduction du decallage des liste */
ul, ol {
margin-left: 12px; 
padding-left: 12px; 
padding-top: 5px;
margin-top: 5px;
padding-bottom: 0px; 
margin-bottom: 0px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	letter-spacing:1.2;
}
#menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1D3800;
	font-weight: bold;
	line-height: 15px;
	background: #D8F6BA;
	letter-spacing:1.2;
}
#menu_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F9C4C;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	letter-spacing:1.2;
}
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: normal;
	line-height: 15px;
	text-align:inherit;
}
.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 14px;
	text-align:inherit;
	letter-spacing:1.2;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: normal;
	line-height: 15px;
	text-align:left;
}
.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
}
.gras2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	text-align: justify;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 17px;
}
.gras_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 17px;
	text-align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:1.2;
	font-style:italic;
}
.liens_survol_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: normal;
	line-height: 15px;       	
}
.liens_survol_gras a:hover { 
	font-weight: bold;
	color: #ffffff;
}
a:link, a:visited, a:hover, a:active { 
color: #ffffff;
border-color:#FFF;
text-decoration:none;
}
img { border:0px; }
.lien-image { border: #FFF 1px solid;	}

input {
background-color: #FFF8A5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#560000;
text-decoration:none; 
border-style:solid;
border-color:#770901;
border-width:1px;
height:19px;
padding: 1;
margin: 1; 
}
textarea {
background-color: #FFF8A5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#560000;
text-decoration:none; 
border-style:solid;
border-color:#770901;
border-width:1px;
padding: 1;
margin: 1; 
}
select { 
background-color: #FFF8A5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#560000;
text-decoration:none; 
border-style:solid;
border-color:#770901;
border-width:1px;
padding: 1;
margin: 1; 
}

.EVEpolice { /* couleur et style de la police dans le div*/
color:#ffffff;;
font-family:Arial;
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:#e30000;
border: 3px double #ffffff;;
}

.EVEinput {
background-color: transparent;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;;
text-decoration:none;
height:100px;
border-style:none;
padding: 0;
margin: 0; 
}