/*.vertical a {
  color: white;
  background-color: #000080;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
  display: block;
  width: 200px;
}
.vertical a:hover {
  background-color: #6495ED;
  background-image: url(aqua.jpg);
  border: 2px inset #c0c0c0;
}
*/


.vertical a {
display:block;
width:120px;
line-height:50px;
text-align:center;
vertical-align:middle;
background:url(./IMG/bouton-noir.png) no-repeat;
color:white;
text-decoration:none;
}
.vertical a:hover {
background:url(./IMG/bouton-noir-2.png) no-repeat;
}