/* ------------------------- */
/* advanced drop down */
/* ------------------------- */

.ContentDropDownListMultiSelect
{
    position: absolute;
    float:left;
}
.headerListe
{
    background-position: right;
    background-repeat: no-repeat;
    background-image: url('http://formulairecrm.idracbordeaux.com/Images/dropdown.jpg');
	padding:1px;
    height: 18px;
    width: 350px;
    text-align: left;
    border: 1px outset #c0c0c0;
    font-size: 11px;
    color: #505050;
    font-style: italic;
    font-family: Verdana;    
    overflow:hidden;
    white-space:nowrap;
}

.liste
{
    display: none;
    height: 250px;
    width: 350px;
    overflow: auto;
    margin: 5px;
    margin-top: 3px;
    position: absolute;
    background-color: #ffffff;
    top:15px;
    left: 2px;
    border:1px solid #c0c0c0;
    
}
.dropdownvalues
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width:100%;
    height:100%;
    
}

.LabelOption
{
    font-family: Verdana;
    font-size: 10px;
    
}

.LabelOption:hover
{
    background-color: #c0c0c0;
    
}