body
{
   width: 1016px;
   height: 858px;
   margin: auto;
   margin-top: 20px; 
   margin-bottom: 20px; 
   background-repeat: no-repeat;
   background-image: url("fond.png");
   background-color: black;
   color: #CF994E;
}
#menug
{
   position: absolute;
   top: 320px;
   left: 136px; 

   width: 128px; 
   height: 480px;
}

#menud
{ 
   position: absolute;
   top: 320px;
   left: 740px;

   width: 134px; 
   height: 480px;
}
#zonecr
{
   position: absolute;
   top: 320px;
   left: 270px; 
   width: 450px;
   height: 480px;
   overflow: auto;
}
a
{ 
   color: #BE5E00;
}