* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #525252;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#banniere {
	float: left;
	height: 263px;
	width: 990px;
}
#contenu {
	background-color: #FFF;
	float: left;
	width: 990px;
}
#gauche {
	float: left;
	width: 232px;
}
#gauche #menu {
	float: left;
	width: 232px;
}
#gauche #adresse {
	background-image: url(images/adresse.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 235px;
	width: 232px;
}
#adresse #flashinfo {
	float: left;
	width: 152px;
	height: 152px;
	margin-top: 60px;
	margin-right: 43px;
	margin-left: 37px;
	margin-bottom: 23px;
	overflow: hidden;
}
#savoirplus {
	float: left;
	width: 152px;
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A6D37;
}
#savoirplus a {
	color: #086C38;
	text-decoration: underline;
	font-weight: bold;
}
#savoirplus a:hover {
	color: #FFF;
	text-decoration: none;
}



#droite {
	background-image: url(images/texte.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 678px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 60px;
	padding-left: 20px;
}
#droite p {
	padding-bottom: 15px;
}
#droite a {
	color: #C00;
	font-weight: bold;
}
#droite a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}


#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 109px;
	width: 968px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 22px;
}
#footer a {
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:hover {
	text-decoration: underline;
	color: #058441;
}
#balise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-align: center;
	float: left;
	width: 760px;
	padding-top: 20px;
	padding-left: 230px;
}
#centrer {
	text-align: center;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

#centrer h2 {
	text-align: center;
}



h1 {
	color: #058441;
	padding-bottom: 20px;
	font-size: 22px;
	padding-top: 10px;
}
h2 {
	color: #06B95B;
	font-size: 16px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.imgD {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
