/* -----------------------------------------------------------------------------
          Cascading Style Sheet ou feuille de style - Prociel by jrz 
----------------------------------------------------------------------------- */

 *{margin:0; padding:0;}
   body{
     background: #6C6200;
     font-size: 12px;
     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
     /*font-family: "Times New Roman", Times, serif;*/ 
     color: #4d4d4d;
   } 
   #container{
     background: #6C6200; /*#fff;*/
     position: absolute;
     left:50%;
     top:50%;
     width:900px;
     height:514px;
     margin-top: -257px;
     margin-left: -450px;
     border: 2px solid #f0c000;
    } 
    #flash{
     width:900px;
     height:400px;
     text-align:center;
    } 
    #footer{
     height:20px;
     font-size: 80%;
    }
    #footer p{
     text-align:center;
     color: #fff;
    }
    #footer a{
     text-decoration: none;
     color: #fff;
    }
    
    #pub{
     text-align: center;
     height:90px;
    }
