#conteneur_colonnes {
	width: 100%;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#colonne_droite {
	width: 700px;
	position: relative;
	float: right;
}
#bottom {
	background-position: top;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/arrondi_bas.gif);
	text-align: center;
	float: left;
	position: relative;
	height: 40px;
	width: 100%;
}
#colonne_gauche {
	width: 250px;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#banner_top {
	width: 488px;
	height: 60px;
	position: relative;
	float: right;
	margin-top: 15px;
}
#logo {
	position: relative;
	width: 420px;
	float: left;
}
#body {
	background-color: #e5e5e5;
	background-image: url(../images/bandeau_top.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
#conteneur {
	width: 960px;
	margin: auto;
}
#conteneur_top {
	width: 100%;
	height: 90px;
	position: relative;
	float: left;
}
#date {
	width: 940px;
	height: 18px;
	position: relative;
	float: left;
	background-image: url(../images/arrondi_haut.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#conteneur_principal {
	width: 100%;
	position: relative;
	float: left;
}

