p.selects
{
   margin: 0px;
   color: #FFF;
   width: 100%;
   text-align: left;
}

#conteneurSelect .inputsSelect
{
    /*background      : #000 url("fleche.gif") right center no-repeat;*/
    background: #373737;
    position: relative;
    border: 0px solid #FF0000;
    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          : 0px solid #999;
    white-space     : nowrap;
    font            : normal 12px verdana;
    padding         : 5px;
    display         : none;
    background      : #eff7ff;
    z-index         : 20;
    list-style      : none;
    margin          : 0;
}

.inputsSelect ul li a
{
    display         : block;
    cursor          : default;
    color           : #000;
    text-decoration : none;
    background      : #eff7ff;

}

.inputsSelect ul li a:hover
{
    color           : #fff;
    background      : #093e6d;
}

.inputTextHC
{
   display: none;   
}

.radioVendre
{
    opacity         : 0; /* pour !IE */
    *filter          : alpha(opacity=0); /* pour IE */
    width           : 20px;
    height          : 20px;
    position        : relative;
    right           : 0;
    top             : 0;
}
