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