   #page {
      position : relative;
      top : 10px;
	  margin-left : auto;
	  margin-right : auto;
	  text-align : left;
      width : 700px;
      height : 580px;
      border-top : solid 1px #DDDDDD;
      border-left : solid 1px #DDDDDD;
	  border-right : solid 1px #000000;
	  border-bottom : solid 1px #000000;
      background-color : #FFFFFF;
   }

   #logo {
      position : absolute;
      top : 0px;
      left : 0px;
      width : 700px;
      height : 210px;
      /*background-image : url('../images/bandeauLogo150.jpg');*/
      background-repeat : no-repeat;
	  background-color : #CFBED8;
   }

   
   /********************************** Gestion du menu principal **********************************/
   #menuhaut {
      position : absolute;
      top : 131px;
      left : 35px;
	  z-index : 100;
      width : 600px;
      height : 30px;
      font-family : Arial;
      font-size : 10pt;
      color : #FFFFFF;
   }
   
   #libellesMenu {
      position : relative;
      width : 350px;
	  height : 25px;
	  z-index : 100;
   }
    
   #zsMenu1 {
      position : absolute;
	  top : 0;
	  left : 0;
	  width : 45px;
	  height : 25px;
	  /*border : solid 1px black;*/
   }
   
   #itemsMenu1 {
      position : absolute;
	  top : 22px;
	  left : 0;
	  z-index : 30;
	  padding-left : 3px;
	  width : 80px;
	  background-color : #CFBED8;
	  border : solid 1px #DDDDDD;
	  display : none;
   }
   
   #zsMenu2 {
      position : absolute;
	  top : 0;
	  left : 50px;
	  width : 79px;
	  height : 25px;
	  /*border : solid 1px black;*/
   }
   
   #itemsMenu2 {
      position : absolute;
	  top : 22px;
	  left : 0;
	  z-index : 30;
	  padding-left : 3px;
	  width : 180px;
	  background-color : #CFBED8;
	  border : solid 1px #DDDDDD;
	  display : none;
   }
   
   #zsMenu3 {
      position : absolute;
	  top : 0;
	  left : 134px;
	  width : 50px;
	  height : 25px;
	  /*border : solid 1px black;*/
   }
   
   #itemsMenu3 {
      position : absolute;
	  top : 22px;
	  left : 0;
	  z-index : 30;
	  padding-left : 3px;
	  width : 180px;
	  background-color : #CFBED8;
	  border : solid 1px #DDDDDD;
	  display : none;
	  /*background-image : url('../images/fondMenu.jpg');
	  background-repeat : repeat-x repeat-y;*/
   }

/****************************** Fin gestion du menu principal *********************************/
  
   
   
   #actu {
      position : absolute;
      top : 171px;
      left : 35px;
      width : 320px;
      height : 35px;
	  z-index : 1;
      font-family : Arial;
      font-size : 10pt;
      color : #AAAAAA;
	  border-top : dotted 1px #CFBED8; 
	  border-bottom : dotted 1px #CFBED8; 
      /*background-color : #FF0000;*/
   }
   
   #titrePage {
      position : absolute;
      top : 171px;
      left : 35px;
      width : 320px;
      height : 35px;
      /*background-color : #FF0000;*/
   }


   
   #contenu {
      position : absolute;
      top : 215px;
      left : 105px;
      width : 545px;
      height : 305px;
	  padding-right : 10px;
	  overflow : auto;
   }

   #prix {
      position : absolute;
      top : 480px;
      left : 35px;
      width : 65px;
      height : 60px;
	  font-weight : bold;
	  font-style : italic;
   }   

   #contact {
      position : absolute;
      top : 460px;
      left : 255px;
      width : 190px;
      height : 75px;
	  font-family : Arial;
	  font-size : 9pt;
	  color : #666666;
	  /*border-left : dotted 1px #CFBED8;
 	  border-bottom : dotted 1px #CFBED8;*/
	  text-align : center;
   }
   
   #cacheContact {
      position : absolute;
      top : 73px;
      left : 170px;
      width : 20px;
      height : 5px;
      background-color : #FFFFFF;
   }
   
   #piedDegrade {
      position : absolute;
      top : 550px;
      left : 0px;
      width : 700px;
      height : 30px;
      background-image : url('../images/piedDegrade.jpg');
      background-repeat : no-repeat;
	  background-color : #CFBED8;
   }

   #infosLegales {
      position : absolute;
      top : 520px;
      left : 0px;
      width : 700px;
      height : 65px;
	  font-family : Verdana;
	  font-size : 7pt;
	  color : #CCCCCC;
	  text-align : center;
	  z-index : 3;
   }
   
   #infosCnil {
      position : absolute;
      top : 565px;
      left : 0px;
      width : 700px;
      height : 15px;
	  text-align : left;
	  color : white;
	  font-family : verdana;
	  font-size : 7pt;
   }
   
   #infosCnilPopUp {
      position : absolute;
      top : 200px;
      left : 90px;
      width : 500px;
      height : 200px;
	  font-family : Verdana;
	  font-size : 7pt;
	  color : #CCCCCC;
	  text-align : center;
	  z-index : 10;
	  visibility : hidden;
	  background-color : #FFFFFF;
	  border : solid 1px #000000;
	  padding : 15px;
   }
   


