body {
	font-family:"Century Gothic", helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background:#fefed8;
}
#conteneur {
	margin: auto;
	width: 949px;
	background-color:#FFF;
	text-align:left;
	position: relative;
	min-height:545px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
	margin-top: 25px;
}
#centre {
	height: auto;
	line-height: 1.2em;
}
#bando {
	margin: 0;
	padding: 0;
	height: 179px;
}
.imageg {
float: left;
padding: 0em 1em 1em 0em;
}
.imaged {
float: right;
padding: 0em 1em 1em 1em;
}
.bleu {
	color: #0090cb;
	font-weight:bold;
}
.rouge {
	color: #FF0000;
	font-weight:bold;
}
#adresse a {
	text-decoration: none;
	color: #0090cb;
}
#adresse a:hover {
	text-decoration: underline;
}
#footer {
	margin: 0;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 0.85em;
	background:#fefed8;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	visibility: hidden;
	background-color: #FFF;
	margin:0;
	padding:0;
}
