﻿
.bouton_flat {
    width: 200px;
    height: 39px;
    color: White;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    background-position: 2px 10px;
    background-repeat: no-repeat;
}


.bouton_disable
{
    width:200px;
    height:39px;
    color:White;
    font-weight:bold;
    font-size: 14px;
    line-height:24px;
    border: 0;
    background-position:2px 10px;
    background-repeat:no-repeat;
    background-color: #C0C0C0;
}

.bouton_flat:hover
{
    font-weight:normal;
}

.bouton_cyan
{
    background-color: #03AFFF;    
}

.bouton_mauve {
    background-color: #b887d2;
}

.bouton_bleu {
    background-color: #008DCF;
}


.bouton_orange
{
    background-color: #F9A51E;    
}

.bouton_gris
{
    background-color: #C0C0C0;    
}

.bouton_rouge
{
    background-color: #CD0000;    
}

