#conteneurSelect .inputsSelect
{
    background      : #def url("fleche.gif") right center no-repeat;
    position        : relative;
    border          : 1px solid #999;
    text-align      : center;
    float           : left;
}
.inputsSelect .selects
{
    padding         : 3px 14px 3px 3px;
    font            : normal 12px verdana;
    cursor          : default;
    width           : 95px;
    white-space     : nowrap;
    overflow        : hidden;
}
.inputsSelect ul
{
    position        : absolute;
    text-align      : left;
    border          : 1px solid #999;
    white-space     : nowrap;
    font            : normal 12px verdana;
    padding         : 5px;
    display         : none;
    background      : #eff7ff;
    z-index         : 100;
    list-style      : none;
    margin          : 0;
}
