/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	background-color: #8E71B0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F2B4E;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #694E7D;
	font-weight: normal;
	line-height: 15px;
	text-decoration:none;
}
.simple_st {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #694E7D;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}
.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E2DAEA;
	font-weight: normal;
	line-height: 15px;
}
.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F2B4E;
	font-weight: normal;
	line-height: 15px;
	text-align: justify;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3F2B4E;
	font-weight: bold;
	line-height: 17px;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.gras_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3F2B4E;
	font-weight: bold;
	line-height: 17px;
	text-align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3F2B4E;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:2px;
}
.sous-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #80599D;
	font-weight: bold;
}
.liens_survol_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFDE9E;
	font-weight: normal;
	line-height: 15px;
        	
}
.liens_survol_gras a:hover { 
	font-weight: bold;
	color: #FFDE9E;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFDE9E;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 1.1;
}
#menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFDE9E;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 1.1;
	background: #A5D800;
}
a:link { color: #ffffff;
	text-decoration:none;
	}
a:visited { color: #ffffff;
	text-decoration:none;
	}
a:hover { color: #ffffff;
	text-decoration:none;
	}
a:active { color: #ffffff;
	text-decoration:none;
	}

input {
	background-color: #F2E9F3;
	border: 1px solid #B581B9;
}
select {
	background-color: #F2E9F3;
	border: 1px solid #B581B9;
}
textarea {
	background-image: url(images/form.jpg);
	border: 1px solid #B581B9;
	background-repeat: repeat;
}

.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:#8E71B0 ;
 }

 .EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
 background-color:#8E71B0;
 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;
 height:100px;
 padding: 0;
 margin: 0; 
 }