html, body {
	height: 100%;
	}

/***************************/
/* Les �l�ments principaux */
/***************************/
body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	background:#ADD838 url('../img/bg_body.jpg') repeat-x top left;
}
a {
	text-decoration:none;
}
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	}
/* La DIV conteneur */
#conteneur {
	position:relative;
	margin:0 auto;
	width:966px;
	height: 100%;
	text-align:left;
}
#main {
	height: 60%;
	background: #fff;
}
#conteneur>#main {
	height: auto;
	min-height: 60%;
	}
div#gauche {
	margin:0;
	width: 188px;
}
#centre {
	width:685px;
	margin: 1em;
}
.gauche, .droite {
	float:left;
	margin-left:10px;
}
.gauche {
	width:300px;
	margin-right:10px;
	}
.droite {
	width:400px;
	}
.submit {
	cursor: pointer;
	}

/* La DIV accessibilit� */
#accessibilite {
	position: relative;
	margin:0;
}

#search {
	display: none;
	position: absolute;
	z-index:999;
	margin-left: 15px;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	}
#search fieldset{
	border: 0;
	}
#search input {
	border: 1px solid #fff;
	background: #9ac9dc;
	}
#search input.hover {
	background: #a1cd9d;
	}
#search input.submit {
	border-color: #9ac9dc;
	color: #333;
	background: #fff;
	}
/* La DIV header */
#header {
	height:202px;
	position:relative;
	width:966px;
	background: url('../img/bg_bandeau_accueil.jpg') no-repeat top left;
}

/* La DIV retour_accueil */
.retour_accueil a {
	display:block;
	width:445px;
	height: 47px;
}
.retour_accueil a span {
	display:none;
}

/* La DIV toolbox */
#toolbox {
}

/* La DIV main */
#main {
	min-height:322px;
	padding:1em 0 1em 1em;
	margin:0 0 0 15px;
}

#gauche, #centre, #droite {
	float:left;
}


/**** Centre ***/
#centre {
	color: #333;
	}
h2 {
	font-size: 1.5em;
	color: #0188C2;
	}
.content h3 {
	font-size: 1.1em;
	color: #fff;
	height: 20px;
	line-height: 20px;
	width: 700px;
	margin-top:25px;
	margin-bottom:0;
	padding-left:15px;
	background: url('../img/bg_h3.gif') no-repeat top left;
	}
.content h3 a, .content h3 a:hover {
	color: #fff;
	text-decoration: none;
	}
.content h4 {
	width: 700px;
	height: 20px;
	margin:1.5em 0 .5em 0;
	padding: 0 0 0 1em;
	color: #666;
	line-height: 18px;
	font-size: 1em;
	background: url('../img/bg_h4.gif') no-repeat top left;
	}
.content h5 {
	font-size: 1em;
	margin-bottom:0;
	padding-bottom:0;
	}

.content li{
	list-style: none;
	margin:.2em auto;
	padding-left: 24px;
	background: url('../img/bg_li.gif') no-repeat top left;
	}
.content li ul {
	margin-left:30px;
	padding-left:0;
	}
.content li ul li{
	background: none;
	list-style-type:disc;
	padding-left:0;
	margin-left:0;
	}
.content dd {
	list-style: square;
	}
.content p, .content li {
	line-height: 1.3em;
	}
.content a {
	color: #0078c0;
	text-decoration: underline;
	}
.content a:hover {
	color: #6da100;
	text-decoration: none;
	}
.suite {
	text-align: right;
	}
.actualite .illustration {
	float: right;
	margin: 0 .5em 0 0.5em;
	}
/**** PIED DE PAGE ******/

#pied {
	clear: both;
	height: 20px;
	margin-left: 15px;
	background: url('../img/bg_footer.jpg') no-repeat bottom left;
	position: relative;
}
#pied ul  {
	text-align:center;
	margin:0;
}
#pied ul li {
	display:inline;
	line-height:22px;
}
#pied a {
	color: #666666
	}


/*** Actualités ****/
.content .actualite {
	border-bottom: 1px solid #e4e4e4;
	}
.actualite .date, .news-list-date {
display:none;
	margin-right: 2em;
	font-size: .8em;
	float: right;
	}
.actualite dd p {
	margin:0;
	}


/***** Formulaires *****/

.formulaire {
	margin:0 5px 0 15px;
}
.formulaire fieldset {
	border:1px solid #dfecc6;
	margin-bottom:1em;
	display:block;
}
.formulaire legend {
	background:#88b51a;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	margin:0.5em;
	padding:0.2em 3em;
}
.formulaire p {
	overflow: hidden;
	clear:left;
}
.formulaire label {
	display: block;
	float: left;
	width: 125px;
	margin-right: 1em;
	text-align: right;
}
.formulaire input, .formulaire textarea {
 	width: 300px;
 	border:1px solid #88b51a;
}
.formulaire .help {
	display: block;
	margin-left: 120px;
	padding-left: 1em;
	color: #999;
	font-size: .9em;
}
.formulaire .checkbox,.formulaire .submit {
	width: auto;
}
p.submit {
	text-align: center;
}
