

BODY {
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-COLOR: White;
    FONT-FAMILY: Arial;
    MARGIN:10px;
    BORDER-STYLE:none;}
    
.BarreTitre {
  BACKGROUND-IMAGE: url('pics/barre.gif');
  background-repeat : no-repeat;
  width : expression(document.body.clientWidth);
  height : 92px;

  padding-left : 90px;
  padding-top : 58px;
  font-weight : Bold;
  font-family : verdana;
  text-align  : Left
}

.BarreSlogant {
  position : absolute;
  width : 400px;
  color : gray;
  top : 8px;
  font-weight : Bold;
  font-family : verdana;
  font-size : 12px;
}

.Contenu {
 margin :16px;
}

.ButtonSuivant {
  BACKGROUND-IMAGE: url('pics/BtnSuivant.jpg');
  background-repeat : no-repeat;
  width : 118px;
  height : 32px;
  margin : 5px;
}

.ButtonPrecedent {
  BACKGROUND-IMAGE: url('pics/BtnPrecedent.jpg');
  background-repeat : no-repeat;
  width : 118px;
  height : 32px;
  margin : 5px;

}

.CadreBase {
   background-repeat : no-repeat;
   border : solid 1px lightslategray;
   padding : 2px;
   margin : 20px;
   width : 250px;
   font-size : 14px;
}

.Cadre1 {
   BACKGROUND-IMAGE: url('pics/cadre1.jpg');

}

.Cadre2 {
   BACKGROUND-IMAGE: url('pics/cadre2.jpg');
}

.Cadre3 {
   BACKGROUND-IMAGE: url('pics/cadre3.jpg');
}
.chapitre A {
  text-decoration : none;
  color : blue;
  height : 16px;
  padding : 1px;
  font-size : 12px;
}
H3 {
  font-weight : Bold;
  font-family : verdana;
  font-size : 18px;
}

HR {
  height:2px;
  background-color : white;
  overflow:hidden;
  border : solid 2px dodgerblue;
}

IMG {
  border : none;

A {
  text-decoration : none;
  color : blue;
};

A:visited {
  text-decoration : none;
  color : blue;
};

A:active {
  text-decoration : none;
  color : blue;
};

A:hover {
  text-decoration : underline;
  color : lightblue;
}:
.childs { visibility : hidden };