body {
	background-image: url(Images/fond.jpg);
	margin: 0px;
	padding: 0px;
}
#container_total {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#banniere {
	height: 150px;
	background-image: url(Images/banniere_web2.jpg);
}
#bouton {
	height: 50px;
}
#main_content {
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	background-image: url(Images/footer.jpg);
	height: 20px;
	margin-bottom: 20px;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #339900;
}
h2 {
	font-size: 14px;
	color: #003366;
}
.flottant_gauche {
	float: left;
	width: 650px;
}
.flottant_droit {
	float: right;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.image {
	text-align: left;
	text-indent: 2px;
}
