/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0058a6;
	margin: 0px;
	background-color: #e77409;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0058a6;
	font-weight: normal;
	line-height: 16px;
}
.simple-rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #F01004;
	font-weight: normal;
	line-height: 16px;
}
.menu-bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0058a6;
	font-weight: normal;
	line-height: 16px;
}

.simple-barre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0058a6;
	font-weight: normal;
	text-decoration:line-through;    
}

.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0058a6;
	font-weight: normal;
	line-height: 15px;
	text-align: justify;
}
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #0058a6;
	font-weight: normal;
	line-height: 12px;
}
.accueil_jaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFCC33;
	font-weight: bold;
	line-height: 12px;
}
.accueil_jaunegros {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #FFCC33;
	font-weight: bold;
	line-height: 16px;
}
.accueil_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0058a6;
	font-weight: normal;
	line-height: 12px;
	text-align: justify;
}
.accueil_centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0058a6;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
}
.gros {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #0058a6;
	font-weight: normal;
	line-height: 20px;
	font-style:italic;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0058a6;
	font-weight: bold;
	line-height: 16px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0058a6;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.stitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0058a6;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	font-style: italic;

}
.liens_survol_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #0058a6;
	font-weight: normal;
	line-height: 16px;
        	
}
.liens_survol_gras a:hover { 
	font-weight: bold;
	color: #0058a6;
}

a:link { color: #0058a6;}
a:visited { color: #0058a6;}
a:hover { color: #0058a6;}
a:active { color: #0058a6;}

.EVEpolice { /* couleur et style de la police dans le div*/
 color:#FFCC33;
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 }
 .EVEtourimg { /* couleur du tour de la photo dans le div*/
 border-color:#0058a6;
 }
 .EVEcoulseparation { /*couleur du trait de séparation du titre et du libellé dans le div*/
 background-color:#0058a6 ;
 }

 .EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
 background-color:#e77409;
 border: 3px double #0058a6;
 }

 .EVEinput {
 background-color: transparent;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#ffffff;
 text-decoration:none; 
 border-style:none;
 height:100px;
 padding: 0;
 margin: 0; 
 }