/* Cascading Style Sheet */




  body
  {

   font-family: arial;
   font-size:25px;
   background-color: #D3E6FF;

  }


   #en_tete
   {  width:1005px;
   height:220px;

   
   }
  #texte_titre
    {

   font-size:30px;

   font-weight:bold;

   margin-left:0px;
   margin-top:0px;
   text-align:left;
   text-indent:300px;
    color:#FF6600;
     background-color: #D3E6FF;
     width:1005px;
   height : 70px ;



   }
 #menu
   {   margin-left:116px;
   margin-top:0px;
      width:200px;
      font-weight:bold;

   height:530px;
   
   
   color: rgb(255, 102, 0);
   }
   #corps
   {
      
    background-color: #4CA2FF;
   background-repeat: no-repeat;
   margin-top:-530px;
   margin-left:316px;
   width:800px;
   height:530px;
   font-size:30px;

         }
         
  



