/* 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;
}

#fondbillet {
  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;
}
.logbillet {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/logos/logo_billetterie.gif) no-repeat;
  float: left;
}
.banbillet {
  width: 600px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 216px;
}

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

/* contenu page */
#corps { 
  width:700px;
  height:500px;
  text-align: center;
}
#cadre {
  position:absolute;
  width:670px;
  height:450px;
  z-index:1;
  left: 115px;
  top: 135px;
  overflow: auto;
}
.encadre1 {
  width: 250px;
  height: 125px;
  border: none;
}
.encadre2 {
  width: 310px;
  height: 105px;
  border: none;
}
.aligne {
  text-align: center;
  vertical-align: middle;
}
.aligne70 {
  height: 70px;
  text-align: center;
  vertical-align: middle;
}
.aligne150 {
  height: 150px;
  text-align: center;
  vertical-align: middle;
}
.style1 {
  font-size: 18px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  height: 25px;
}
.style2 {
  font-size: 9px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
.style3 {
  font-size: 13px;
  color: #000033;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left; 
}