/* style fond */
body {
  background-color: #bb9855;
  scrollbar-arrow-color: #bb9855;
  scrollbar-face-color: #a4803c;
  scrollbar-highlight-color: #846428;
  scrollbar-3dlight-color: #654913;
  scrollbar-shadow-color: #48330b;
  scrollbar-darkshadow-color: #2f2004;
  scrollbar-track-color: #110c01;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondhillbilly {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondhbh.jpg) no-repeat;
}

/* contenu page */
.image {
  position: absolute;
  top: 310px;
  left: 115px;
}
.contour {
  width: 400px;
  height: 400px;
  text-align: center;
}
.separ {
  position: absolute;
  top: 730px;
  left: 118px;
}
.gauche {
  position: absolute;
  top: 745px;
  left: 123px;
}
.droite {
  position: absolute;
  top: 745px;
  left: 500px;
}
