#body {
	background-color: #1e2021;
	background-image: url(../images/top2.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top center;
}
#conteneur {
	width: 955px;
	background-image: url(../images/top2.jpg);
	background-attachment: scroll;
	margin: auto;
	background-repeat: no-repeat;
	background-position: left top;
}
#top {
	width: 955px;
	z-index: 1;
	position: relative;
	float: left;
	margin-top: 50px;
	margin-bottom: 40px;
}
#colonne {
	width: 900px;
	left: 20px;
	position: relative;
	float: left;
}
#conteneur_colonnes {
	width: 955px;
	position: relative;
	float: left;
}
#bottom {
	width: 955px;
	height: 70px;
	position: relative;
	float: left;
	margin-top: 30px;
	background-repeat: no-repeat;
}
#titre_page {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
