/* la zone affichant l'option sélectionnée */
.dropdownCell{
    border : 1px solid #bbb;
    width: 50px;
	padding-top: 4px;
	padding-left: 10px;
    height: 19px;
    cursor: pointer;
    font-family: arial;
    font-size: 10pt;   
    max-height: 20px;
    background: transparent url('../images/arrow.gif') right top no-repeat;
	background-color: white;
    border-radius: 6px;	
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

.dropdownCell.ombre {
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
}

.dropdownPanel{
    border : 1px solid #bbb;
    width: 59px;
    position: absolute;
	margin-top: 1px;
    border-radius: 6px;	
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: white;
	z-index: 20;
}

.dropdownOpt{
    background-color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 10pt;
	padding-left: 10px;
}

.dropdownOptSelected{
    background-color: #ccc;
}
