/* style fond */
body {
  background-color: #6699FF;
  scrollbar-arrow-color: #4073e4;
  scrollbar-face-color: #5a8dff;
  scrollbar-highlight-color: #a1befd;
  scrollbar-3dlight-color: #4e81f4;
  scrollbar-shadow-color: #4073e4;
  scrollbar-darkshadow-color: #245bd6;
  scrollbar-track-color: #729eff;
}
#fond2 {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(../images/fond/fond2.gif) 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;
}
.bordure {
  border: none;
}

/* style corps */
#corps {
  position: absolute;
  width: 600px;
  height: 450px;
  z-index: 1;
  left: 185px;
  top: 135px;
  overflow: auto;
}