/* CSS Document */

.vertical a {
  color: white;
  background-color: #008080;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
  display: block;
  width: 138px;
}

.vertical a:hover {
  background-color: #6495ED;
 /* background-image: url(aqua.jpg); */
  border: 2px outset #c0c0c0;
}

#titre {
  color: #3333FF;
  font-size: 36px;
  font-weight: bold;
}
