/* CSS Document */

html {    font-size: 100%;    }
    
body {
    background-image: url(img/fond.gif);

}
/************* la page ********/
.page {
background-color:#fff;

position:absolute;top:15px;left:30px;width:920px;height:723px;/*723px*/
border:3px solid #72304f;/*7b251c bordure*/
font-family: Arial,Verdana,"Trebuchet MS",Geneva ;
}

p { 
 margin:0; 
   }  

.page .top {
position:absolute;top:0;left:0;width:920px;height:150px;
background-image: url(logo/logo2.jpg);
height:150px;
}

.page .menu  {
position:absolute;top:150px;
background-color: #8B9281; /* couleur */
height: 28px; 
border-top:2px solid #8B9281;/* couleur */
border-bottom:3px solid #8B9281;/* couleur */
}
.page .titre {
   position:absolute;top:200px;left:212px;width:669px;height:35px;
   padding: 1px 0 0 0;
   font-size: 1.6em; 
   font-weight: bold ;
   color: #000;
   margin:0;  
 
  }
  
  
  /*.page.arrondi { 
  position:absolute;top:300px;left:212px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 20px; 
    -khtml-border-radius: 2px; 
    border-radius: 5px; 
    behavior: url(style/border-radius.htc);
    
    width:120px;height:50px;
    border:3px solid #b1b1b1;
    }*/

/*.page .titre {
   position:absolute;top:180px;left:0;width:669px;height:55px;
   padding: 0 0 0 250px;
   font-size: 1.8em; 
   font-weight: bold ;
   color: #000;
   margin-bottom:0;
   }*/
  
.page .pagin {
   background-color: #fff;
   color: #000 ; 
   font-size: 0.8em ;
   text-align: center;
   border-top : :3px solid #efcc96;/* couleur */
   }
   
    .page .pagin_left {
      position:absolute;top:610px;left:0;width:200px;height:25px;/*605*/
      padding-top: 5px;
      }
   .page .pagin_right {
      position:absolute;top:610px;left:200px;width:718px;height:25px;
      padding-top: 5px;
      }
  
.page .foot { 
   
   background-color : #bcc7aa;/*d0d0d0d  couleur */
   padding: 0  0 8px 8px;
   padding: 1px  0 8px 8px !important;
   font-size: 0.9em ;
   position:absolute;top:636px;width:912px;height:75px;
   padding-top: 2px;
   color:#000;
   border-top:3px solid #72304f;}/*7b251c couleur */
/************ fin page *********************/


