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

 *{margin:0; padding:0;}
   body{
     background: #EABB9D;
     font-size: 12px;
     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
     /*font-family: "Times New Roman", Times, serif;*/ 
     color: #4d4d4d;
   } 
   #container{
     background: #EABB9D; /*#fff;*/
     position: absolute;
     left:50%;
     top:50%;
     width:904px;
     height:514px;
     margin-top: -257px;
     margin-left: -452px;
     border: 2px solid #f0c000;
     overflow: hidden;
    } 
    #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{
     position: absolute;
     width:900px;
     height:90px;
    }
    #google, #google_h{
     position: absolute;
      top: 0px;
      left: 1px;
      height: 90px;
      width: 730px;
    }
    #google{
     text-align: center;
     z-index:3;
    }
    #google_h{
      background: #EABB9D;
      z-index:0;
    }
    #pub_texte{
     position: absolute;
     top: 0px;
     left:731px;
     width: 168px;
     height:90px;
    }
    
    #pub_texte p, #google_h p{
     font-size: 80%;
     margin:0 5px;
     text-align: justify;
     color:#CC0000;
    }
    #pub_texte a{
     text-decoration: none;
     color:#CC0000;
    } 
