* { 
    margin:0;
    padding:0;
}

body{ 
      text-align:center;
      background-color:rgb(238,236,224);
      font-family: Calibri,Trebuchet MS, Helvetica, Arial, sans-serif;
}

#page{ 
          border:1px solid #d4d2c8;
          background:rgb(250,250,250);
          width:805px;
          margin:0 auto;
          padding:0px
}

#header{ 
         background-image:url("../img/header.jpg");
         width:805px;
         height:135px;
         margin:0 auto;
}

#menu{ 
       background-image:url("../img/menu-bg-bar.gif");
       background-repeat:repeat-x;
       background-position:left center;
       width:805px;
       height:30px;
       margin:0 auto;
       margin-bottom:0px;
}

#menu ul{ 
          list-style:none;
}

#menu li{ 
          float:left;
          background-repeat:no-repeat;
          width:100px;
          height:28px;
          margin-right:10px;
          margin-left:5px;
          padding-top:3px;
}

#menu li.bas{
              background-image:url("../img/menu-bt-bas.gif");
              position:relative;
              top:7px;
}

#menu li.haut{ 
               background-image:url("../img/menu-bt-haut.gif");
               position:relative;
               top:-4px;
}

#menu a{ 
         text-decoration:none;
         color:white;
}

#content{ 
}

.header{ 
                   margin-top:10px;
                   margin-bottom:10px;
                   text-align:right;
                   height:40px;
                   padding-top:15px;
                   padding-right:10px;
                   background-color:#eca877;
                   color:white;
                   font-family:Handwriting-Dakota,Handwriting-Dakota-Perso,Comic Sans MS;
                   font-size:16pt;
}

#content-main{ 
               overflow:hidden;
}              

#content-optional{ 
                   float:right;
                   min-width:150px;
}

.description{ 
              width:250px;
              text-align:justify;
              font-style:italic;
              margin-right:10px;
              padding-left:10px;
              padding-bottom:5px;
              font-size:9pt;
}

.legend{ 
         font-size:10pt;
         font-style:italic;
         color:rgb(93, 93, 93);
}

.command{ 
          font-size:10pt;
          font-style:normal;
          cursor:pointer;
          text-align:right;
          padding-right:5px;
          color:#4a452a;
}

.command:hover{ 
                color:#bb562a;
}

#footer{ 
         margin:0 auto;
         width:805px;
         height:20px;
}