#body {
	margin-right: 0px;
	margin-left: 0px;
	margin: 0px;
	background-color: #4c4c4c;
	margin-top: 0px;
}
#conteneur {
	position: absolute;
	width: 100%;
}
#navtop {
	background-repeat: no-repeat;
	background-image: url(../images/statue_haut.gif);
	float: left;
	z-index: 1;
	position: relative;
	height: 150px;
	width: 100%;
}
#logo {
	margin-top: 50px;
	margin-right: 20px;
	float: right;
	position: relative;
	width: 750px;
}
#menu {
	margin-top: 23px;
	float: left;
	position: relative;
	width: 750px;
	left: 200px;
}
#structure_editable {
	background-repeat: repeat;
	background-image: url(../images/fond.jpg);
	float: left;
	background-color: #b2651a;
	position: relative;
	width: 100%;
}
#colonne_gauche {
	float: left;
	height: 250px;
	position: relative;
	background-image: url(../images/statue_bas.gif);
	background-repeat: no-repeat;
	width: 200px;
}
#structure_colonnes {
	margin-bottom: 20px;
	float: left;
	position: relative;
	width: 720px;
}
#titre_page {
	margin-top: 10px;
	float: left;
	position: relative;
	width: 650px;
	margin-bottom: 30px;
}
#colonne_centre {
	margin-left: 20px;
	float: left;
	position: relative;
	width: 420px;
}
#colonne_droite {
	float: right;
	position: relative;
	width: 260px;
}
#bottom {
	position: relative;
	margin-top: 10px;
	text-align: center;
	float: left;
	height: 50px;
	width: 100%;
}

