/* 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;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondclochette {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondclochette.jpg) no-repeat;
}

/* contenu page */
.image {
  position: absolute;
  top: 310px;
  left: -2px;
}
.contour {
  width: 640px;
  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;
}
