/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	background-color: #1d8e42;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	}
.accueil_centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	}
.accueil_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
	}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	}
.menu_bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #793100;
	font-weight: normal;
	line-height: 16px;
	align: justify;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #793100;
	font-weight: bold;
	line-height: 16px;
}

.bas_de_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #004803;
	font-weight: bold;
	line-height: 15px;
}
.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #004803;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	word-spacing:3;
	letter-spacing:1;
}
.stitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
.liens_survol_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #793100;
	font-weight: normal;
	line-height: 16px;
        	
}
.liens_survol_gras a:hover { 
	font-weight: bold;
	color: #793100;
}

select {
	background-color: #9CEBB6;
	border: 1px solid #14632e;
}
input {
	background-color: #9CEBB6;
	border: 1px solid #14632e;
}
textarea {
	background-image: url(images/fond_form.jpg);
	border: 1px solid #14632e;
	background-repeat:repeat;
}
a:link { color: #FFFFFF;}
a:visited { color: #FFFFFF;}
a:hover { color: #FFFFFF;}
a:active { color: #FFFFFF;}

.EVEpolice { /* couleur et style de la police dans le div*/
color:#ffffff;
font-family:Arial;
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:#1d8e42;
border: 3px double #ffffff;
}

.EVEinput {
background-color: transparent;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-decoration:none; 
border-style:none;
padding: 0;
margin: 0; 
}

