
a.bouton1 {
padding: 10px 30px;
background: blue;
color: white;
}
a.bouton1:hover {
background: red;
}