a.annee {
  color: #0033C0;
  font-family: serif;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  valign: bottom;
  padding: 2px;
  display: block;
  width: 130px; 
  font-size:12pt
}

a.evenement {
  color: #6600FF;
  font-family: Arial;
  font-size:8pt;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding: 2px;
  display: block;
}

a.lien {
  border-style:outset; border-width:1px; color: #FFFFFF;
  font-family: Arial;
  font-size:8pt;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  display: block;
  width: 50px; 
  background-color:#6600FF
}

a:visited.lien {
  text-decoration: none;
  color: white;
  background-color: #6600FF;
  border: 4px outset #c0c0ee;
  
}

a:hover.lien {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #9966FF;
  border: 4px inset #C0C0EE;
}