/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #134708;
	margin: 0px;
	background-color: #D8EAA7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D802F;
	line-height: 13.2px;
	font-weight: normal;
	text-align:justify;
}
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D802F;
	font-weight: normal;
	text-align:justify;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3D802F;
	line-height: 17px;
}

.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3D802F;
	font-weight: normal;
	line-height: 15px;
}
.simple_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	text-align: justify;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3D802F;
	line-height: 17px;
	letter-spacing: 1.6px;
}

.titre-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3D802F;
	font-style:italic;
	line-height: 17px;
	letter-spacing: 1.6px;
}
.liens_survol_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
}
.liens_survol_gras a:hover { 
	font-weight: bold;
	color: #000000;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #036511;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 1.1px;
}

#menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 1.1px;
	background: #A5D800;
}

.liens-portails { 
color:#808080;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}


/* Formulaire */
textarea,select,option,input,input.submit {
 border-color: #3D802F;
 border-width: 1px;
 border-style:solid;
 background-color:#E5F4BD;
}

/* liens */
a:link { color: #3D802F; text-decoration: none; }
a:visited { color: #3D802F; text-decoration: none; }
a:hover { color: #3D802F; text-decoration: underline; }
a:active { color: #3D802F; text-decoration: none; }
