.bouton, .bouton2 {
    padding: 5px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-repeat: repeat-x;
    font-size: 11px;
    text-decoration: none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    float: right;
    margin-top: 7px;
}
.bouton img, .bouton2 img {
    position: absolute;
    top: -8px;
    left: -42px;
    border: none;
}
.bouton:hover, .bouton2:hover {
    color: #2B98CC;
}

.bouton_lien {
    padding: 4px 10px 3px 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-repeat: repeat-x;
    font-size: 11px;
    text-decoration: none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    float: right;
}
.bouton_lien img {
    border: medium none;
    left: -9px;
    position: absolute;
    top: -5px;
}
.bouton_lien:hover {
    color: #2B98CC;
}

.bouton_vert {
    background-image: url( '../images/boutons/bkg.png' );
    color: #164B89;
    font-weight: bold;
    border: solid 1px #8AB134;

}

.bouton_blue {
    background-image: url( '../images/boutons/blue.png' );
    color: #164B89;
    font-weight: bold;
    border: solid 1px #2B98CC;
    padding: 5px;

}

input, select, textarea, button {
                color: #2F2F2F;
/*                font: 12px/15px Arial,Helvetica,sans-serif;*/
                vertical-align: middle;
}

.ui-datepicker-trigger {
                background: none;
                text-decoration: none;
                outline: none;
                border: none;
}
