#body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}
#conteneur {
	width: 100%;
	position: relative;
}
#conteneur_top {
	width: 100%;
	height: 75px;
	z-index: 2;
	position: relative;
	border-bottom: 1px solid #bc9c6b;
	background-image: url();
	background-repeat: repeat-x;
	background-position: bottom left;
	display: none;
}
#logo {
	width: 100%;
	height: 55px;
	top: 5px;
	position: relative;
}
#navigation {
	width: 990px;
	height: 20px;
	left: 10px;
	z-index: 2;
	position: relative;
}
#conteneur_central {
	width: 100%;
	height: 500px;
	position: relative;
	background-color: #9e6901;
}
#colonne_droite {
	width: 100%;
	height: 470px;
	right: 15px;
	top: 15px;
	z-index: 2;
	position: relative;
	overflow: auto;
	margin-bottom: 30px;
}
#conteneur_bottom {
	width: 100%;
	height: 100%;
	z-index: 3;
	position: relative;
	background-color: #c57900;
	border-top: 1px solid #bc9c6b;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top left;
}
#conteneur_image {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	display: none;
}
#bottom {
	width: 550px;
	height: 30px;
	left: 15px;
	top: 10px;
	position: relative;
	display: none;
}
#conteneur_colonne {
	width: 330px;
	height: 500px;
	right: 0px;
	position: relative;
	border-left: 1px solid #bc9c6b;
	background-image: url();
	background-repeat: repeat-y;
	background-position: top right;
}
#titre_page {
	height: 480px;
	left: 30px;
	right: 330px;
	top: 20px;
	z-index: 1;
	position: relative;
	overflow: auto;
}
#navigation_2 {
	width: 310px;
	right: 10px;
	top: 10px;
	z-index: 3;
	position: relative;
	display: none;
}
#galerie_photo {
	width: 100%;
	position: relative;
	display: none;
}
#conteneur_botton_links {
	width: 100%;
	z-index: 3;
	position: relative;
	background-color: #9e6901;
	border-top: 1px solid #bc9c6b;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

