#body {
	background-color: #840017;
	margin: 0px;
}
#conteneur_site {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 780px;
}
#top {
	float: left;
	position: relative;
	height: 110px;
	width: 100%;
}
#menu {
	width: 100%;
	height: 30px;
	z-index: 2;
	position: relative;
	float: left;
	background-image: url(../../medias/images/fond_nav.gif);
}
#conteneur_colonnes {
	float: left;
	background-color: #fdffce;
	position: relative;
	width: 100%;
}
#titre_page {
	width: 760px;
	left: 10px;
	top: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#bottom {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../../medias/images/bottom.gif);
	background-color: #840017;
	float: left;
	position: relative;
	height: 80px;
	width: 100%;
}
#texte_bottom {
	position: relative;
	top: 32px;
	left: 10px;
	height: 30px;
	float: left;
}
