#conteneur_central {
	width: 100%;
	position: relative;
	float: left;
	background-color: #000000;
}
#grande_colonne {
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 6px;
}
#titre_page {
	width: 800px;
	left: 30px;
	right: 30px;
	z-index: 1;
	position: relative;
	float: left;
	display: none;
	overflow: auto;
}
#body {
	background-color: #c57900;
	margin-left: 0px;
	margin-right: 0px;
}
#conteneur {
	width: 100%;
	position: relative;
	float: left;
}
#conteneur_top {
	width: 100%;
	height: 75px;
	z-index: 2;
	position: relative;
	float: left;
	border-bottom: 1px solid #bc9c6b;
	background-image: url(../images/bg_conteneur_top.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#logo {
	width: 100%;
	height: 55px;
	top: 5px;
	position: relative;
	float: left;
}
#navigation {
	width: 990px;
	height: 20px;
	left: 10px;
	z-index: 2;
	position: relative;
	float: left;
}
#conteneur_bottom {
	width: 100%;
	height: 100%;
	z-index: 3;
	position: relative;
	float: left;
	background-color: #c57900;
	border-top: 1px solid #bc9c6b;
	background-image: url(../images/bg_conteneur_bottom.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#bottom {
	width: 550px;
	height: 30px;
	left: 15px;
	top: 10px;
	position: relative;
	float: left;
}
#navigation_2 {
	width: 310px;
	right: 10px;
	top: 10px;
	z-index: 3;
	position: relative;
	float: right;
}
#conteneur_botton_links {
	width: 100%;
	z-index: 3;
	position: relative;
	float: left;
	background-color: #9e6901;
	border-top: 1px solid #bc9c6b;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

