a.bouton:link{
width:120px;
height:35px;
text-decoration:none;
display:block;
color:white;
text-align:center;
font-weight:bold;
font-size : 90%;
background-color:#000080;
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver}
a.bouton:visited{
width:120px;
height:35px;
text-decoration:none;
display:block;
color:white;
text-align:center;
font-weight:bold;
font-size : 90%;
background-color:#0066FF;
padding:5px;
border-style:outset;
border-width:2px;
border-color:silver}
a.bouton:hover{
width:120px;
height:35px;
text-decoration:none;
display:block;
color:white;
text-align:center;
font-weight:bold;
font-size : 90%;
color:#FFFF00 ;
background-color:#0000FF;
padding:5px;
border-style:inset;
border-width:2px;
border-color:silver}
.bouton{text-align:center;padding:5px;}
