html, body, Iframe {
  scrollbar-base-color: #F4CD49;
  scrollbar-track-color: #F4CD49;
  scrollbar-face-color: #FAC303;
  scrollbar-shadow-color: #FAC303;
  scrollbar-darkshadow-color: #492428;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFDE69;
  scrollbar-arrow-color: #FF413C;
  background:none transparent;
}

.debug {
  border: 0px #0033ff solid;
  color: #0033ff;
}

/* définit le fond de la page */
.fond {
  background-image: url(img/fond.jpg);
  background-position: center;
}

/* interface principale */
.cadre {
  background-image: url("img/cadre.png");
  background-position: center;
  width: 780px;
  height: 590px;
}



/* on enléve le surlignage des liens en générale */
a {
  text-decoration: none;
}

.lien {
  color:#9D3B04;
  text-align: center;
  font-weight: bold;
}
.lien:hover {
  color:#D32629;
  text-decoration: underline;
}

.cache {
  visibility:hidden;
  display:none;
}

/* couleur du texte en générale */
.text {
  text-align: justify;
  color:#9D3B04;
  font-family: comic sans ms;
  font-size: 10pt;
}

.textbold {
  text-align: justify;
  color:#EA5705;
  font-weight: bold;
  font-family: comic sans ms;
  font-size: 10pt;
}

/* couleur pour les titres des news */
.newstitre {
  font-weight: bold;
  color:#660033;
  font-family: arial;
  font-size: 11pt;
}
.newstitre:hover {
  text-decoration: underline;
}

/* couleur pour les noms/dates des news */
.creditnews {
  color:#FF778E;
  font-family: arial;
  font-size: 10pt;
  text-align: right;
}


.bordure {
  border: solid 1px #EA5705;
}

.borduredotted {
  border: dotted 1px #EA5705;
}

.tabs {
  color:#EA5705;
  font-weight: bold;
  font-family: comic sans ms;
  font-size: 10pt;
  cursor : hand;
}

.ligne {
  border: 1px #EA5705 dashed;
  width: 60%;
}

.textbox {
  border: 1px #EA5705 solid;
  color:#EA5705;
  width:50%;
  background-color: #ffcc00;
  margin:3px;
  padding:3px;
}


/* copyright */
.copyright {
  background-image: url("img/copyright.gif");
  background-position: center;
  width: 680px;
  height: 40px;
}

.textcopy {
  text-align: center;
  color: white;
  font-family: comic sans ms;
  font-size: 10pt;
}

.liencopy {
  color: white;
  text-align: center;
}
.liencopy:hover {
  color: white;
  text-decoration: underline;
}

