/* style fond */
body {
  background-color: #6699FF;
}
#fondspectacles {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(../images/fond/fondspectacle.jpg) no-repeat;
}
#fondvideos {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(../images/fond/fondvideos.jpg) no-repeat;
}

/* style en-tête */
#entete {
  width: 800px;
  height: 100px;
}
.logspectacles {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/logos/logo_spectacles.gif) no-repeat;
  float: left;
}
.banspectacles {
  width: 600px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 150px;
  background: url(../images/bandeau/spectacles.jpg) no-repeat;
}

/* style menu */
#menu {
  width: 100px;
  height: 500px;
  float: left;
}
.sous_logo_spec {
  width: 82px;
  height: 71px;
  position: absolute;
  top: 129px;
  left: 9px;
  background: url(../images/image_video.gif);
}
.barremenu {
  margin-top: 120px;
}
.logmenu {
  width: 100px;
  height: 40px;
}
.bordure {
  border: none;
}

/* contenu page */
#corps {
  width: 650px;
  height: 400px;
  position: absolute;
  top: 175px;
  left: 150px;
}
.retour {
  position: absolute; 
  width: 140px;
  height: 20px;
  z-index: 1;
  left: 620px;
  top: 112px;
  border: none;
}
.style1 {
	font-size: 14px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.style2 {
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.style3 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}