﻿#ButtonNouveauCompte {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.buttonStyle {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    /*background-color: #D1CEC6;*/
    border-width: 1px;
    border-style: solid;
    border-color: #F28E12;
    background-color: #eae7e0;
    color: #808080;
}

.prononce {
    background-color: #F39E35;
}

.buttonStyle:enabled:hover {
    background-color: #F2BD82;
}

.buttonStyle.Moyen {
    height: 50px;
    width: 170px;
}

.buttonStyle.PetitFin {
    height: 25px;
    width: 110px;
}

.buttonStyle:enabled {
    background-color: #D1CEC6;
    color: #444;
}

/*.buttonStyle.NotEnabled {
    background-color: #eae7e0;
    color:#808080;
}*/
