/* style fond */
body {
  background-color: #6699FF;
}
#fondforum {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(../images/fond/fondforum.jpg) no-repeat;
}

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

/* style menu */
#menu {
  width: 100px;
  height: 500px;
  float: left;
}
.sous_logo_forum {
  width: 100px;
  height: 63px;
  position: absolute;
  top: 129px;
  left: 0px;
  background: url(../images/image_forum.gif) no-repeat;
}
.barremenu {
  margin-top: 120px;
}
.logmenu {
  width: 100px;
  height: 40px;
}
.hitparade {
  margin-left: 11px;
  margin-top: 35px;
  width: 77px;
  height: 15px;
}
.bordure {
  border: none;
}

/* style corps */
#corps {
  width: 700px;
  height: 500px;
}
.titreforum {
  width: 350px;
  height: 100px;
  position: absolute;
  top: 112px;
  left: 275px;
}
.forum {
  position: absolute;
  top: 365px;
  left: 382px;
  font-size: 14px;
  color: #003366;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.forumdm {
  position: absolute;
  top: 438px;
  left: 333px;
  font-size: 14px;
  color: #003366;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}