body
{
   width: 100%;
   margin: auto; 
   margin-top: 2px; 
   margin-bottom: 10px;
}

#en_tete
{
position : absolute;
   top : 0px;
   left : 0px;
   width: 100%;
   height: 11%;
   margin-bottom: 1px;
   border-style : ridge;
   overflow : hidden;
}



#principal
{
position : absolute;
   top: 11%;
   left : 0%;
   width: 99%;
   height: 86%;
   border-style : ridge;
   background-color : #00cc00;
   background-image: url("fond_listalb.jpg");
   background-repeat:repeat;
   overflow-y:scroll;
   overflow-x:scroll;
  }

#gauche_b
{
position : absolute;
   top: 93%;
   left : 0px;
   width: 12%;
	height: 7%;
	border-style : ridge;
   background-color : #00c0c0;
   overflow : hidden;
}

#piedpage
{
position : absolute;
   top: 93%;
   left : 12%;
   width: 88%;
	height: 7%;
	border-style : ridge;
   background-color : #00c0c0;
   overflow : hidden;
}






