/* déclaration des styles dans l'ordre d'utilisation */

 BODY {
  font-family: Arial, sans-serif;
  font-size: 13px;
  }

 .normal {
  font-family: Arial, sans-serif;
  font-size: 13px;
  }

 .titre-page {
  font-size: 26px;
  font-weight: bold;
  }

 .titre-rubrique {
  font-size: 16px;
  font-weight: bold;
  }

 .bandeau-titre {
  width: 462px;
  height: 60px;
  background-image: url(../images/bandeau_468x60b.jpg);
  background-repeat: no-repeat;
  font-size: 26px;
  font-weight: bold;
  color: #800080;
  padding-left:10px;
  padding-top:20px;
}

 .boite-verticale {
  width: 180px;
  height: 238px;
  background-image: url(../images/boite_verticale.jpg);
  background-repeat: no-repeat;
  padding-left:10px;
  padding-top:20px;
}
