body {text-decoration: none; font-family: cursive; font-size: 10pt; }

a.vertical {
  color: #000099;
  background-color: #FFFF66;
  text-decoration: none;
  font-family: cursive;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
  /*padding: 1px;*/
  padding-top    : 1px;
  padding-left   : 5px;
  padding-bottom : 1px;
  /*border: 2px outset #c0c0c0;*/
  border-top    : 1px solid #000000;
  border-right  : 1px solid #000000;
  /*border-bottom : 1px solid #000000;*/
  border-left   : 1px solid #000000;
  display: block;
  width: 190px;
}
a.vertical:hover {
  background-color: #FFCC99;
  background-image: url(aqua.jpg);
  /*border: 2px inset #c0c0c0;*/
  border-top    : 1px solid #000000;
  border-right  : 1px solid #000000;
  /*border-bottom : 1px solid #000000;*/
  border-left   : 1px solid #000000;
}

a.vertlast {              /* Le bouton du bas du tableau */
  color: #000099;
  background-color: #FFFF66;
  text-decoration: none;
  font-family: cursive;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
  /*padding: 1px;*/
  padding-top    : 1px;
  padding-left   : 5px;
  padding-bottom : 1px;
  border-top    : 1px solid #000000;
  border-right  : 1px solid #000000;
  border-bottom : 1px solid #000000;
  border-left   : 1px solid #000000;
  display: block;
  width: 190px;
}
a.vertlast:hover {
  background-color: #FFCC99;
  background-image: url(aqua.jpg);
  border-top    : 1px solid #000000;
  border-right  : 1px solid #000000;
  border-bottom : 1px solid #000000;
  border-left   : 1px solid #000000;
}


a.boutonfixe {
  color: #000099;
  background-color: #33CC99;
  text-decoration: none;
  font-family: cursive;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
  /*padding: 1px;*/
  padding-top    : 1px;
  padding-left   : 5px;
  padding-bottom : 1px;
  border-top    : 4px solid #000000;
  border-right  : 1px solid #000000;
  border-left   : 1px solid #000000;
  display: block;
  width: 190px;
}
