/*  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: 688px;
background-image: url("img/bg/bght.jpg");
}

/*  MENU
*/

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

/*  CONTENU (CARRE BLANC)
*/

#cont {
left: 229px;
/*left: 229px;*/
top: 120px;
/*top: 120px;*/
width: 610px;
/*width: 610px;*/
height: 534px;
/*height: 520px;*/
/*height: 458px; DIMENSSION ORIGINALE */
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: 654px;
width: 873px;
/*width: 873px; DIMENSSION ORIGINALE */
height: 34px;
/*background-image: url("img/bg/bgbas.jpg");*/
}
/*
*/

