#conteneur {
	margin: auto;
	width: 960px;
}
#body {
	background-color: #FFFFFF;
	background-image: url(../images/fond3.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
#top {
	background-color: ;
	float: left;
	height: 80px;
	width: 960px;
	position: relative;
}
#menu {
	position: relative;
	float: left;
	z-index: 1;
	width: 960px;
	height: 20px;
}
#conteneur_page {
	width: 960px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	border: 1px dotted #FFFFFF;
	padding-bottom: 10px;
}
#titre_page {
	width: 960px;
	position: relative;
	float: left;
	background-color: #E0F33B;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#colonne_gauche {
	float: left;
	position: relative;
	width: 320px;
}
#colonne_centre {
	width: 320px;
	position: relative;
	float: left;
}
#colonne_droite {
	width: 320px;
	position: relative;
	float: right;
}
#bottom {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px dotted #6A88AD;
	clear: both;
	float: left;
	position: relative;
	height: 40px;
	width: 940px;
	margin-bottom: 30px;
	padding-top: 10px;
}

