/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #700000;
	margin:0px;
/*	background-color: #e9c278; */
	background-color: #FF9900;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #2653A6;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
}
.blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
}
.bas_de_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2653a6;
	font-weight: normal;
	line-height: 16px;
}
.petit_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
}
.accueil_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1B3A76;
	font-weight: normal;
	line-height: 17px;
	text-align: justify;  
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #1B3A76;
	font-weight: bold;
	line-height: 16px;
}
.gros {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #1B3A76;
	font-weight: bold;
}
.gras_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2653A6;
	font-weight: bold;
	line-height: 16px;
	text-align: justify;  
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #2653A6;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.stitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #2653A6;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a:link {color: #2653A6;}
a:visited {color: #2653A6;}
a:hover {color: #2653A6;}
a:active {color: #2653A6;}

.EVEpolice { /* couleur et style de la police dans le div*/
color:#2653A6;
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:#FF9900;
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; 
}