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

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

#bandeau
{
position : absolute;
   top : 11%;
   left : 0px;
   width: 100%;
   height: 5%;
   margin-bottom: 2px;
   border-style : ridge;
   overflow : hidden;
   background-color : #ffccff;
}


#principal
{
position : absolute;
   top: 16%;
   left : 0px;
   width: 100%;
   height: 77%;
   border-style : ridge;
   background-color : #fbdfb6;
   background-image: url("fond_minia.jpg");
   background-repeat:repeat;
   overflow-y:scroll;
   overflow-x:scroll;
  }

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