/* 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;
  position: relative;
  width: 800px;
  margin: 0 auto;
  font-family: Arial, "Times New Roman", Times, sans-serif;
  font-size: 0.9em;
}

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

/* style en-tête */
#entete {
  width: 800px;
  height: 100px;
}
.logactu {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/logos/logo_actu.gif) no-repeat;
  float: left;
}
.banactu {
  width: 600px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 150px;
  background: url(../images/bandeau/actus.jpg) no-repeat;
}
.banarchives {
  width: 600px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 150px;
  background: url(../images/bandeau/archives.jpg) no-repeat;
}
.marquee {
  width: 650px;
  height: 18px;
  position: absolute;
  top: 80px;
  left: 125px;
  font-size: 14px;
  color: #c3d4e2;
  font-family: Arial, Helvetica, sans-serif;
}

/* 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 */
#cadre {
  position: absolute;
  width: 670px;
  height: 460px;
  z-index: 1;
  left: 125px;
  top: 135px;
  overflow: auto;
  text-align:justify;
}
.separation {
  width: 620px;
  height: 30px;
  border: 0;
  margin-left: 6px;
  text-align: center;
  vertical-align: middle;
}
.cadretab {
  width: 620px;
  border: 0;
  margin-left: 6px;
}
h2 {
  text-align: center;
}
hr {
  width: 350px;
  border: 1px solid #99ccff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.corps1 {
  position: absolute; 
  width: 135px;
  height: 18px;
  z-index: 1;
  left: 635px;
  top: 112px;
  border: none;
}
.corps2 {
  position: absolute; 
  color: #003366;
  width: 135px;
  height: 18px;
  top: 112px;
  border: none;
}
.corps3 {
  position: absolute; 
  color: #666666;
  width: 135px;
  height: 18px;
  top: 112px;
  border: none;
}
.coin {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.overflow {
  overflow: hidden;
}
.style2 {
  font-size: 0.9em;
  color: #003366;
  font-family: Arial, "Times New Roman", Times, sans-serif;
}
.style3 {
  font-size: 24px;
  color: #000000;
  font-family: Arial, "Times New Roman", Times, sans-serif;
}
.style4 {
  font-size: 0.7em;
  color: #000000;
  font-family: Arial, "Times New Roman", Times, sans-serif;
  text-align: right;
}
