/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #793100;
	margin: 0px;
	background-color: #DDD1AE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #793100;
	font-weight: normal;
	line-height: 16px;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #793100;
	font-weight: bold;
	line-height: 15px;
}
.gras2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #793100;
	font-weight: bold;
	line-height: 15px;
//	align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #793100;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.stitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #793100;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a:link {color: #793100;}
a:visited {color: #793100;}
a:hover {color: #793100;}
a:active {color: #793100;}

textarea {
	background-image: url("images/formtext.jpg");
	border: 1px solid #ffffff;
	background-repeat: repeat;
}
input {
	background-color: #ddd19e;
	border: 1px solid #ffffff;
}



.EVEpolice { /* couleur et style de la police dans le div*/
color:#793100;
font-family:Arial;
font-size:14px;
}
.EVEtourimg { /* couleur du tour de la photo dans le div*/
border-color:#793100;
}
.EVEcoulseparation { /*couleur du trait de séparation du titre et du libellé dans le div*/
background-color:#793100;
}

.EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
background-color:#DDD1AE;
border: 3px double #793100;
}

.EVEinput {
background-color: transparent;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#927472;
text-decoration:none; 
border-style:none;
padding: 0;
margin: 0; 
}
