body
{
   width: 100%;
   height: 100%;
   margin: auto; 
   margin-top: 0px; 
   margin-bottom: 20px;
   overflow : hidden;
}

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



#gauche
{
position : absolute;
   top : 11%;
   left : 0%;
   width: 15%;
   height: 89%;
   margin-bottom: 2px;
   border-style : ridge;
   background-color : #05fec0;
   background-image : url(fd_ciel.jpg);
   overflow-y: auto;
   overflow-x : hidden;
}

#principal
{
position : absolute;
   top: 11%;
   left : 15%;
   width: 85%;
   height: 89%;
   border-style : ridge;
   overflow : hidden;
   
}

#infvid
{
position : absolute;
   top: 25%;
   left : 80%;
   width: 19%;
   height: 50%;
   border-style : none;
   overflow : auto;
   
}

#infpho
{
position : absolute;
   top: 25%;
   left : 16%;
   width: 19%;
   height: 50%;
   border-style : none;
   overflow : auto;
   
}

