/* style en-tête */
#entete {
  width: 800px;
  height: 100px;
}
.logspectacle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../../images/logos/logo_spectacles.gif) 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 */
#cadre {
  position: absolute;
  width: 670px;
  height: 450px;
  z-index: 1;
  left: 120px;
  top: 140px;
  overflow: auto;
}
.corps { 
  width: 640px;
  height: 450px;
  text-align: justify;
  margin-right: 10px;
  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;
}