/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #692300;
	margin: 0px;
	background-color: #FF9C36;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fond.gif);
}
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #692300;
	font-weight: bold;
	text-align:justify;
	line-height: 14px;
	letter-spacing: 2px;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #692300;
	font-weight: normal;
}
.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #692300;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 2px;
}
.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
	align: justify;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #692300;
	font-weight: bold;
	line-height: 18px;
}
.gras_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #692300;
	font-weight: bold;
	text-decoration: underline;
}
.survol_fond_couleur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.survol_fond_couleur:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	background: #CA4200;
}
a:link { color: #692300;}
a:visited { color: #692300;}
a:hover { color: #692300;}
a:active { color: #692300;}

input {
	background-color: #FFA851;
	border: 1px solid #D5530E;
}

select {
	background-color: #FFA851;
	border: 1px solid #D5530E;
}
textarea {
	border: 1px solid #D5530E;
	background-color: #FFA851;}
	
	
	
.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:#692300;
}
.EVEcoulseparation { /*couleur du trait de séparation du titre et du libellé dans le div*/
background-color:#692300;
}

.EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
background-color: #FF9C36;
border: 3px double #692300;
}

.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; 
}	