.button
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    width: 206px;
}

.button2
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 28px;
}

.button.small
{ 
    font-size: 11px;
    width: 120px;
    padding: 3px;
}

.button.small a
{
    color: #FFF;
    text-decoration: none;
}

.button.vehicule
{
    background: #55ae22;
}

.button.financement
{
    background: #82328c;
}

.button.assurance
{
    background: #09aecc;
}

.button.contact
{
    background: #646464;
}

.button2.home
{
    background: #999;
}

.button.vehicule:hover
{
    background: #406f00;
}

.button.financement:hover
{
    background: #590563;
}

.button.assurance:hover
{
    background: #047185;
}

.button.contact:hover
{
    background: #4a3f3f;
}

.button2.home:hover
{
    background: #666;
}

.button.arrondi
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.button.gauche
{
    margin-right: 12px;
}

.button2.gauche
{
    margin-right: 12px;
}