/*  POUR TOUT LES BACKGROUNDS
*/

#bg-1, #menu, #cont, #bg-2, #bg-3 {
	position: absolute;
}

/*  BACKGROUND DU HAUT
*/

#bg-1 {
left: 0px;
top: 0px;
width: 873px;
height: 120px;
background-image: url("img/bg/bght.jpg");
}


/*  MENU
*/

#menu {
left: 0px;
top: 120px;
width: 229px;
height: 458px;
background-image: url("img/bg/bgga.jpg");
}

/*  CONTENU (CARRE BLANC)
*/

#cont {
left: 229px;
top: 120px;
width: 610px;
height: 458px;
background-color: #fff;
overflow: auto; /* POUR AVOIR LA BARRE DE SCROLL DANS LE CARRE BLANC */
}

/*  BACKGROUND DE DROITE
*/

#bg-2 {
left: 839px;
top: 120px;
width: 34px;
height: 458px;
background-image: url("img/bg/bgdr.jpg");
}

/*  BACKGROUND DU BAS
*/

#bg-3 {
left: 0px;
top: 578px;
width: 873px;
height: 110px;
background-image: url("img/bg/bgbas.jpg");
}
