html, body {
  height: 99.6%;
  margin: 0px;
  font:  12px verdana, helvetica, sans-serif;
}

div#global {
  min-height: 100%;
  width: 750px;
  padding: 0 0px;
  margin: 0 auto;
  position: relative;
  border-top : 2px solid #4000c0;
  border-right : 2px solid #4000c0;
  border-left : 2px solid #4000c0;
  background: #ffffcc;

}

#entete {
  height: 130px;
  background: #ffffcc url(logo2.jpg) no-repeat;
  margin-top: 5px;
  font:  1em verdana, helvetica, sans-serif;
}

#menu {
  height: 55px;
  margin-left: 10px;
  z-index:3;
  width: 97%;
}

#menu dt, #menu dl {
  list-style-type: none;
 /* cursor: pointer;*/
  line-height: 15px;
  padding: 1px 4px;
  border: 1px solid #4000c0;
  background: #4000c0;
  color: #ffffcc;
  font-weight: bold;
  text-align: center
}

#menu dl {
  float: left;
}
#menu dd, #menu li, #menu ul{
  list-style-type: none;
  margin: 0 7px 0 7px;
  padding: 0;
  display: inline;
}

#menu a {
  text-decoration: none;
  background: #4000c0;
  color: #ffffcc;
}

#menu a:hover {
  text-decoration: none;
  background: #ffffcc;
  color: #4000c0;
}

#menu li a {
  background: #ffffcc;
  color: #4000c0;
}
#menu li a:hover {
  background: #ffffcc;
  color: #4000c0;
}


#smenu1, #smenu2 {
  position: absolute;
  left: 0;
  top: 180px;
  font-size: 0.9em;
  border-top: 1px #ff0000;
  width: 700px;
}

div#centre {
  z-index:50;
  margin-top: 0x;
  padding-top: 0px;
  padding-bottom: 60px;
  overflow: auto;
  padding: 0 10px;
  background: #ffffcc;
}

#basdepage {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #4000c0 url(footer.JPG) repeat-y;
  color: #ffffcc;

}

div#basdepage p {
  text-align: center ;
  text-decoration: none ;
  font:  12px verdana, helvetica, sans-serif;

}

div#basdepage a {text-decoration: none ;}
