/* Attributs de la page (positionnement) */

html {
	overflow: scroll;
}
html, body, #tablep {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
html, body, #tablep, #bhaut {
	width: 100%;
}
#bgauche {
	z-index: 1;
}
#raccord {
	z-index: 2;
}
#tablep {
	z-index: 3;
}
#menug {
	z-index: 4;
}
#bhaut {
	z-index: 5;
}
#logo {
	z-index: 6;
}


/* Dimmenssions des barres de menu */

/* Barre de gauche */
#bgc00 {
	width: 230px;
	height: 143px;
}
#bgc10 {
	width: 155px;
	background-color: #FFFFFF;
}
#bgc11 {
	width: 45px;
	background-color: #FFFFFF;
}
#bgc12 {
	width: 30px;
}
#bgc20 {
	width: 153px;
	background-color: #FFFFFF;
}
#bgc21 {
	width: 77px;
}
#bgc30 {
	width: 153px;
}

/* Raccord */
#rbc00 {
	width: 201px;
	height: 143px;
}
#rbc11 {
	width: 151px;
	height: 135px;
}

/* Table de contenu */
#pc00 {
	width: 250px;
	height: 160px;
}

/* Menu de gauche */
#menug {
	width: 200px;
}
#mgc00 {
	height: 143px;
}
#mgc20 {
	height: 53px;
}

/* Barre du haut */
#bhc00 {
	height: 40px;
	background-color: #000000;
}
#bhc10 {
	background-color: #000000;
}
#bhc11 {
	width: 184px;
}
#bhc20 {
	height: 48px;
}


/* Images associées  aux barres de menu */

#bgc12 {
	background-image: url(../images/elements/menus/gauche/milieudroite.png);
	background-repeat: repeat-y;
}
#bgc21 {
	background-image: url(../images/elements/menus/gauche/basdroite.png);
	background-repeat: no-repeat;
}
#bgc30 {
	background-image: url(../images/elements/menus/gauche/basgauche.png);
	background-repeat: repeat-x;
}
#bhc11 {
	background-image: url(../images/elements/menus/haut/droite.png);
	background-repeat: no-repeat;
}
#bhc20 {
	background-image: url(../images/elements/menus/haut/milieu.png);
	background-repeat: repeat-x;
}
#rbc11 {
	background-image: url(../images/elements/menus/raccord.png);
	background-repeat: no-repeat;
}
