
.bouton-bleu {
  text-decoration:none;
  background-color:#3f4b4e;
  padding:5px 10px;
  text-align: center;
  color:#ffffff;
	border-radius: 2px;
}

.bouton-bleu:hover {
  text-decoration:none;
  background-color:#333333;
  color:white;
}

.bouton-bleu:active {
  text-decoration:none;
   background-color:#333333;
  color:white;
}