/* Disposition Div - La Bascule v. 2 */

/* Conteneur */
#conteneur {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

/* Banniére (800x144) */
#banniere {
	background-image:url(images/banniere.jpg);
	/*width:800px;*/
	height:144px;
	float:none;
}

/* Menu (800x37) */
#menu {
	width:800px;
	height:37px;
	float:none;
}
#menu_gauche {
	background-image:url(images/menu_gauche.jpg);
	width:45px;
	height:37px;
	float:left;
}
#menu_centre {
	background-image:url(images/menu_centre.jpg);
	width:705px;
	height:37px;
	float:left;
}
#menu_droite {
	background-image:url(images/menu_droite.jpg);
	width:50px;
	height:37px;
	float:left;
}

/* Principal (800x###) */
#principal {
	width:800px;
	float:none;
}
/* Gauche (231x###) */
#gauche {
	width:231px;
	height:646px;
	float:left;
}
/* Djs */
#djs {
	width:231px;
	float:none;
}
#djs_haut {
	background-image:url(images/djs_haut.jpg);
	width:231px;
	height:44px;
	float:left;
}
#djs_cadre {
	width:231px;
	float:none;
}
#djs_gauche {
	background-image:url(images/djs_gauche.jpg);
	width:45px;
	height:125px;
	float:left;
}
#djs_centre {
	background-color:#2A2A2A;
	width:156px;
	height:125px;
	float:left;
}
#djs_droite {
	background-image:url(images/djs_droite.jpg);
	width:30px;
	height:125px;
	float:left;
}
#djs_bas {
	background-image:url(images/djs_bas.jpg);
	width:231px;
	height:37px;
	float:left;
}
/* Soirées */
#soirees {
	width:231px;
	float:none;
}
#soirees_haut {
	background-image:url(images/psoirees_haut.jpg);
	width:231px;
	height:44px;
	float:left;
}
#soirees_cadre {
	width:231px;
	float:none;
}
#soirees_gauche {
	background-image:url(images/psoirees_gauche.jpg);
	width:45px;
	height:125px;
	float:left;
}
#soirees_centre {
	background-color:#2A2A2A;
	width:156px;
	height:125px;
	float:left;
}
#soirees_droite {
	background-image:url(images/psoirees_droite.jpg);
	width:30px;
	height:125px;
	float:left;
}
#soirees_bas {
	background-image:url(images/psoirees_bas.jpg);
	width:231px;
	height:37px;
	float:left;
}
/* Pied Gauche */
#pied_gauche {
	background-image:url(images/dessous_cadres.jpg);
	width:231px;
	height:234px;
	float:left;
}
#pied_gauche_g {
	background-image:url(images/dessous_cadres_gauche.jpg);
	width:18px;
	height:234px;
	float:left;
}
#pied_gauche_d {
	background-image:url(images/dessous_cadres_droite.jpg);
	width:213px;
	height:234px;
	float:left;
}
/* Droite (569x###) */
#droite {
	width:569px;
	height:646px;
	float:right;
}
#affich_haut {
	background-image:url(images/principal_haut.jpg);
	width:569px;
	height:44px;
	float:left;
}
#affich_cadre {
	width:569px;
	float:none;
}
#affich_gauche {
	background-image:url(images/principal_gauche.jpg);
	width:8px;
	height:565px;
	float:left;
}
#affich_centre {
	background-color:#2A2A2A;
	width:537px;
	height:565px;
	float:left;
	overflow:auto;
}
#affich_droite {
	background-image:url(images/principal_droite.jpg);
	width:24px;
	height:565px;
	float:left;
}
#affich_bas {
	background-image:url(images/principal_bas.jpg);
	width:569px;
	height:37px;
	float:left;
}

/* Pied principal */
#separation {
	background-image:url(images/dessus_pied.jpg);
	width:800px;
	height:6px;
	float:left;
}
#pied {
	background-image:url(images/pied.jpg);
	width:800px;
	height:38px;
	float:left;
}

