/* style fond */
body {
  background-color: #6699FF;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondmentions {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../images/fond/fond.gif) no-repeat;
}

/* style en-tête */
#entete {
  width: 800px;
  height: 100px;
}
.logmentions {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/logos/logo_index.gif) no-repeat;
  float: left;
}
.banmentions {
  width: 670px;
  height: 70px;
  position: absolute;
  top: 15px;
  left: 115px;
  background: url(../bannieres/banniere_adcp.gif) no-repeat;
}

/* style menu */
#menu {
  width: 100px;
  height: 500px;
  float: left;
}
.barremenu {
  margin-top: 120px;
}
.logmenu {
  width: 100px;
  height: 40px;
}
.hitparade {
  margin-left: 11px;
  margin-top: 35px;
  width: 77px;
  height: 15px;
}
.bordure {
  border: none;
}

/* contenu page */
#corps {
  position: absolute;
  width: 670px;
  height: 460px;
  z-index: 1;
  left: 100px;
  top: 135px;
  overflow: auto;
  text-align:center;
}
.style1 {
  font-size: 14px;
  color: #003366;
  font-family: Arial, Helvetica, sans-serif;
}
.style2 {
  font-size: 13px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  height: 314px;
  text-align: left;
}
