/* 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;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#fondquiz {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(../images/fond/fond.gif) no-repeat;
}

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

/* 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: 470px;
  z-index: 1;
  left: 125px;
  top: 125px;
  overflow: auto;
}
p, ul, ol, td {
  text-align: justify;
}
.style1 {
  color: #003366;
  background-color: transparent;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}