/* style fond */
body {
  background-color: #996699;
  scrollbar-arrow-color:#a00ea0;
  scrollbar-face-color:#650c65;
  scrollbar-highlight-color:#3c213c;
  scrollbar-3dlight-color:#240224;
  scrollbar-shadow-color:#620462;
  scrollbar-darkshadow-color:#451145;
  scrollbar-track-color:#2d022d;
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#fondbh {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  background: url(../../images/fond/fondbh.jpg) no-repeat;
}

/* style en-tête */
#entete {
  width: 800px;
  height: 100px;
}
.logbh {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 19px;
  left: 3px;
  background: url(../../lesparcs/parc_disneyland/frontierland/logo_frontierland2.png) no-repeat;
  float: left;
}

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

/* contenu page */
#corps { 
  width:700px;
  height:500px;
}
#cadre {
  position:absolute;
  width:670px;
  height:450px;
  z-index:1;
  left: 120px;
  top: 140px;
  overflow: auto;
}
.corps1 { 
  width:650px;
  height:450px;
  font-size: 13px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif; 
}
.retour {
  position:absolute; 
  width:135px;
  height:18px;
  z-index:1;
  left: 635px;
  top: 112px;
  border: none;
}
