/* CSS Document */

.bouton a {
display:block;
width:200px;
line-height:50px;
text-align:center;
vertical-align:middle;
background:url(http://www.conceptcar.ca/en/images/bouton-noir.png) no-repeat;
color:white;
text-decoration:none;
}
.bouton a:hover {
background:url(http://www.conceptcar.ca/en/images/bouton-noir-2.png) no-repeat;
}
