/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	background-color: #823758;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
	text-align:inherit;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #793C00;
	font-weight: normal;
}

.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	line-height: 15px;
}

.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
}
.simple-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style:italic;
	line-height: 15px;
}
.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	line-height: 15px;
	text-align: justify;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 17px;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing:2px;
	vertical-align:middle;
	font-style: normal;
}
ul {
	list-style-type: disc;
	list-style-image: url(images/liste.gif);
	list-style-position: outside;
}
#cent-h {
position:absolute;
left: 50%; 
top: 50%;
width: 950px;
height: 550px;
margin-top: -275px; /* moitié de la hauteur */
margin-left: -475px; /* moitié de la largeur */
}

#cent-l {
border: #FFFFFF;
width: 950px;
height: 550px;
margin-left: auto;
margin-right: auto;
}


.mentions { font-size:12px; color:#808080; }

/*************** Link */
a:link { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover {  color: #ffffff; text-decoration: underline; }
a:active { color: #ffffff; text-decoration: none; }

/*************** Form */
textarea { background-image: url(images/fondform.jpg); border: 1px solid #944800; }
input {	background-color: #F1A96D; border: 1px solid #944800; }
select { background-color: #F1A96D;	border: 1px solid #944800; }

.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:#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:#823758;
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; 
}
