#body {
	background-color: #000;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#conteneur_principal {
	width: 100%;
}
#conteneur {
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#top {
	width: 960px;
	height: 183px;
	position: relative;
	float: left;
}
#conteneur_centre {
	width: 980px;
	position: relative;
	float: left;
}
#footer {
	width: 980px;
	position: relative;
	float: left;
	border-top: 1px solid #FFF;
	margin-top: 90px;
}
#bloc_gauche {
	width: 480px;
	position: relative;
	float: left;
}
#bloc_droit {
	width: 480px;
	position: relative;
	float: right;
}
#bando_grd_public {
	width: 464px;
	height: 27px;
	position: relative;
	float: left;
}
#bg_grd_public {
	height: 280px;
	position: relative;
	float: left;
	background-color: #bfbdcb;
	background-image: url(../images/bg_bloc_accueil.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center top;
}
#txt_grd_public {
	width: 439px;
	position: relative;
	float: left;
}
#bando_acces_pro {
	width: 464px;
	height: 27px;
	position: relative;
	float: left;
}
#bg_acces_pro {
	height: 280px;
	position: relative;
	float: left;
	background-color: #bfbdcb;
	background-image: url(../images/bg_bloc_accueil.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center top;
}
#txt_acces_pro {
	width: 439px;
	position: relative;
	float: left;
}
