A.menu {
  color: navy;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

A:HOVER.menu {
  color: navy;
  background-color: yellow;
  text-decoration: none;
}

.Devise {
  text-decoration: none;
}

.Montant {
  text-align: right;
  background-color: transparent;
  color: black
}

.Relief {
  color: #0000A0;
  font-weight: bold;
}

.rep {
  font-style: italic;
  font-weight: bold;
  color: navy;
}

.select {
  color: yellow;
  background-color: navy;
  font-weight: 700;
  text-decoration: none;
  border-top: 1pt #999900 solid;
  border-right: 1pt #999900 solid;
  border-bottom: 1pt #999900 solid;
  border-left: 1pt #999900 solid;
}

INPUT.TEXT {
  text-align: right;
  font-weight: bold;
  color: navy;
  background-color: transparent;
}

A:HOVER {
  color: yellow;
  background-color: navy;
}

H1 {
  font-weight: bold;
  color: #76274F;
  font-size: x-large;
}

H2 {
  font-weight: bold;
  color: maroon;
  font-size: large;
}
