/* style fond */
body {
  background-color: #FFCC66;
  scrollbar-arrow-color:#ad9121;
  scrollbar-face-color:#f6cf33;
  scrollbar-highlight-color:#d3b438;
  scrollbar-3dlight-color:#c7ae48;
  scrollbar-shadow-color:#e8ca53;
  scrollbar-darkshadow-color:#e7c335;
  scrollbar-track-color:#f2e84b;
}
#fondbtm {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(../../images/fond/fondbtm.jpg) no-repeat;
}

/* style en-tête */
#entete {
  width: 800px;
  height: 100px;
}
.logbtm {
  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;
}