
.bouton {
  background-image: url(images/bouton.gif);
  width: 140px;
  height: 36px;
  font-family: "Monotype Corsiva";
  font-size: large;
  text-decoration: none;
  color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: right;
  padding-top: 4px;
  padding-right: 4px;
}

.bouton:hover {
  color: yellow;
}

.bouton:active {
  color: #FF9999;
}

BODY {
  background-color: #660033;
  color: white;
}

.Titre {
  font-size: 14pt;
  font-weight: bold;
}

.Sous-Titre {
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
}

.Capsule {
  height: 300pt;
}

.lien {
  color: white;
  text-decoration: underline;
}

.Gros-Titre {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}

.normal {
  color: #FFFF99;
  font-size: medium;
}

.NormalPara {
  color: #FFFF99;
  font-size: medium;
  margin-bottom: 6pt;
}

