div#carnet {
  position:absolute;
  top:60px;
  width:92%;
  margin:0 4% 4% 4%;
  clear:both;
  display:none;
  }
   
div#haut-page-g {
  background-image: url("/images/interface2/page-h-g.png");
  background-repeat:repeat-y;
  }
div#haut-page-d {
  background-image: url("/images/interface2/page-h-d.png");
  background-position:right top;
  width:800px;
  margin-left:26px;
  text-align:right;
  height:26px;
  padding-top:6px;
  color:88F;
  }

#haut-page-d a:link    { color:blue;text-decoration:none }  
#haut-page-d a:visited { color:blue;text-decoration:none }
#haut-page-d a:hover   { color:blue;text-decoration:none } 
#haut-page-d a:active  { color:blue;text-decoration:none }

#haut-page-d form { 
  font-size:0.9em;
  color:#888;
  }
#haut-page-d input { 
  font-size:0.8em;
  color:black;
  }

#haut-page-d a:hover {
  }

div#page {
  background-image: url("/images/interface2/reliure.png");
  background-repeat:repeat-y;
  }
div#contenu {
  background-image: url("/images/interface2/page-m-d.png");
  background-position:right top;
  width:800px;
  height:480px;
  overflow:auto;
  margin-left:26px;
  }

div#bas-page-g {
  background-image: url("/images/interface2/page-b-g.png");
  background-repeat:repeat-y;
  }
div#bas-page-d {
  background-image: url("/images/interface2/page-b-d.png");
  background-position:right top;
  width:800px;
  margin-left:26px;
  height:30px;
  color:#AAA;
  text-align:right;
  font-size:0.7em;
  }