#conteneur_colonnes {
	width: 100%;
	position: relative;
	float: left;
	background-color: #B61521;
	background-image: url(../images/fond_degrade_rouge.gif);
	background-repeat: repeat-x;
}
#colonne_droite {
	width: 600px;
	position: relative;
	float: right;
}
#bottom {
	width: 100%;
	height: 40px;
	position: relative;
	float: left;
	text-align: center;
	background-image: url(../images/arrondi_bas.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	background-position: top;
}
#colonne_gauche {
	width: 340px;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#banner_top {
	width: 520px;
	height: 68px;
	position: relative;
	float: right;
	margin-top: 10px;
}
#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;
}

