@charset "iso-8859-1";



a:link.bouton
{
  border-style:double; border-width:3px; width:150px; 
  height:30px; 
  text-decoration:none; 
  color:#000000;
  text-align:center; 
  font-weight:bold; 
  background-color:#99FF99;
  padding:5px
}

a:visited.bouton
{
  border-style:double; border-width:3px; width:150px; 
  height:30px;
  text-decoration:none; 
  color:#000000; 
  text-align:center;
  font-weight:bold;
  background-color:#99FF99;
  padding:5px
}

a:hover.bouton
{
  border-style:double; border-width:3px; width:150px; 
  height:30px; 
  text-decoration:none;
  color:#000000; 
  text-align:center; 
  font-weight:bold; 
  background-color:#FFFF00;
  padding:5px
}

.bouton
{
  text-align:center;
  padding:5px;
}			
.leg         { color: #000080; border: 1px dotted #000000; background-color: #FF00FF }