#body {
	background-color: #25221b;
	background-image: url(../../medias/images/visuel_top.jpg);
	margin: 0px;
	background-repeat: no-repeat;
}
#conteneur {
	width: 900px;
	left: 50%;
	position: absolute;
	margin-left: -450px;
	margin-top: 50px;
}
#top {
	width: 500px;
	position: relative;
	float: left;
	margin-top: 5px;
}
#menu {
	width: 650px;
	z-index: 1;
	position: relative;
	float: left;
	margin-top: 20px;
}
#conteneur_colonne {
	width: 900px;
	position: relative;
	float: left;
	margin-top: 70px;
}
#colonne_droite {
	width: 550px;
	position: relative;
	float: right;
	margin-top: 20px;
}
#colonne_gauche {
	width: 320px;
	position: relative;
	float: left;
	margin-top: 70px;
}
#titre_page {
	width: 600px;
	position: relative;
	float: left;
	padding-left: 90px;
}
#bottom {
	width: 900px;
	position: relative;
	float: left;
	clear: both;
	margin-top: 30px;
	padding-bottom: 20px;
}
