#body {
	background-color: #CFCFCF;
	background-image: url(../images/degrade.jpg);
	margin: 0px;
	background-repeat: repeat-x;
}
#conteneur {
	width: 780px;
	left: 50%;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../images/top.jpg);
	margin-left: -390px;
	background-repeat: no-repeat;
	background-position: top;
}
#entete {
	width: 780px;
	z-index: 1;
	position: relative;
	float: left;
	margin-top: 135px;
	margin-bottom: 47px;
}
#bottom {
	width: 780px;
	height: 43px;
	position: relative;
	float: left;
	background-image: url(../images/fond_bottom.gif);
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
#colonnes {
	background-color: #FFFFFF;
	float: left;
	position: relative;
	width: 780px;
}
#colonne_gauche {
	width: 730px;
	left: 20px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
