body{font-family:arial;}

.customSelect {  padding:0; margin:0;}
.customSelect ul{background:#fff; border:1px solid #9c9c9c;  border-bottom:none; display:none; margin:19px 0 0 0;  position:absolute;  z-index:100;}
.customSelect ul li{list-style-type:none;  margin:0; padding:0;  font-size:12px; width:215px;}
.customSelect ul li a{color:#000; display:block;  margin:0; padding: 2px 3px; text-decoration:none; border-bottom:1px solid #9c9c9c; width:209px;} /* couleur du text dans la liste*/
.customSelect ul li a:hover{background:#9c9c9c} /* couleur du text dans la liste*/
.customSelect div{ background:#fff; border:1px solid #9c9c9c; height:17px; width:200px; padding:1px 1px 0 1px; z-index:20;}
.customSelect div span{ float:left;  font-size:12px;  margin:0; padding:0; width: 185px; overflow:hidden; height: 18px; white-space:nowrap;} /* width du span doit avoir 15px de moins que la div container */
*html .customSelect div span{ 
	height:17px;
	width:182px;
}
.customSelect div a {
background:transparent url(../images/depli.gif) no-repeat scroll 0%;
display:block;
height:16px;
overflow:hidden;
right:11px;
text-indent:-5000px;
width:15px;
}
