#body {
	background-color: #929292;
	background-image: url(../images/fond_top.jpg);
	margin: 0px;
	background-repeat: repeat-x;
}
#conteneur {
	width: 955px;
	margin: auto;
}
#top {
	width: 955px;
	z-index: 1;
	position: relative;
	float: left;
}
#colonne {
	width: 900px;
	left: 20px;
	position: relative;
	float: left;
}
#conteneur_colonnes {
	width: 955px;
	position: relative;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
#bandeau {
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
}
#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;
}
