/* CSS Document */


html, body {
	height: auto;
}
img {
	border: none;
}
body {
	padding: 0;
	margin: 0;
	background: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
}
#conteneur {
	height: auto; 
	width: 100%;
}
#head {
	height: 80px;
	background: #FFFFFF;
	width: 100%;
}
#contenuhead {
	width: 900px;
	margin-left: auto;
	margin-right: auto; 
}
#blocheadg {
	width: 250px;
	float: left;
}
#blocheadd {
	width: 225px;
	float: right;
	height: 80px;
}
#blocheadd a {
	color: #006600;
	font-size: 12px;
	font-weight: bold;
}
#blocheadd a:hover {
	color: #006600;
	font-size: 12px;	
}
#conteneurmenu {
	height: 30px;
	background: url(images/bouton.jpg);
	width: 100%;
}
#menu {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#contenu {
	border-left: solid 1px #1D6C00;
	border-right: solid 1px #1D6C00E;
}
#contenu a {
	color: #006600;
	font-size: 12px;
	font-weight: bold;
}
#contenu a:hover {
	color: #006600;
	font-size: 12px;
}
#conteneurbloc {
	height: 120px;
	background: #E7FDDF;
	width: 100%;
	border-bottom: solid 1px #002B4E;
	border-top: solid 1px #1D6C00;
}
#bloc {
	height: 120px;
	text-align: center;
	background: #E7FDDF;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#bloc img {
	margin-top: 15px;
}
#liens {
	height: 30px;
	background: #FFFFFF;
	text-align: center;
}
#liens a {
	color: #006600;
	font-size: 12px;
	font-weight: bold;
}
#liens a:hover {
	color: #006600;
	font-size: 12px;
}
.texteliens {
	font-size: 12px;
	line-height: 30px;
}
#bas {
	height: 30px;
	background: url(images/bas.jpg);
	text-align: center;
}
#bas a {
	color: #FFFFFF;
}
#bas a:hover {
	color: #CCCCCC;
}
h1 {
/*	color: #002B4E; */
	color: #2e900c;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h2 {
	color: #2e900c;
	font-size: 14px;
	margin-left: 20px;
}
.texte {
	margin-left: 20px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.textedesfiche {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.textenormal {
	font-size: 12px;
}
.texteformulaire {
	font-size: 12px;
	margin-left: 10px;
}
.textefiche {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
.partenaires {
	color: #006600;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
.textebas {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
}
/* Menu haut */

ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
li {
	display: inline;
}
li a { 
	float: left;
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background: url(images/bouton.jpg);
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana;
}
li a:hover {
	background: url(images/boutonhover.jpg);
}
/* Fin du Menu haut */

.region {
	width: 540px; 
	margin-left: auto;
	margin-right: auto;
}
.region td {
	height: 27px;
	width: 270px; 
	border: solid 1px #1D6C00;
	background: #E7FDDF;
}
.region td:hover {
	border: solid 1px #1D6C00;
	background: #CEFBBD;
}
.region td a {
	line-height: 27px;
	margin-left: 10px;
	color: #CC0000;
}
.region td a:hover {
	color: #CC0000;
}
.carrervedette {
	background: #dcd9ab;
	width: 600px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #8A8639;
	margin-top: 10px;
}
.carrervedette:hover {
	background: #cbc782;
	border: solid 1px #8A8639;
}

.carrertexte {
	color: #004F00;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}
.carrertextenormal {
	font-size: 12px;
}
.imagepriv {
	background: #FFFFFF;
	height: 90px;
	width: 150px;
	float: left;
}
.descpriv {
	width: 350px;
	height: 90px;
	float: right;
}
.carrersimple  {
	height: 50px;
	width: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #1D6C00;
	background: #E7FDDF;
}
.carrersimple:hover {
	border: solid 1px #1D6C00;
	background: #CEFBBD;
}
