.superselect-container,
.superselect-selectionbox {
    width:115px;
    text-align:left;
}
.superselect-title {
    padding:2px 5px 4px 30px;
    background:url(../img/time-down.png) no-repeat 99% 50% #F7F7F7;
    line-height:16px;
    border:1px solid #E5E5E5;
    color:#383838;
	font-size:11px;
    cursor:pointer;
}
.superselect-title.open {
    background-image:url(../img/time-up.png);
}
.superselect-options{
    width:115px;
    background:#f7f7f7;
    color:#383838;
    cursor:pointer;
	position:relative;
	z-index:10000000;
}
.superselect-option {
    padding:5px 10px;
	font-size:11px;

    border:1px solid #E5E5E5;
}
.superselect-option:last-child {
    border:none;
}
.superselect-title img,
.superselect-option img {
    vertical-align: middle;
	margin-right:3px;
}
div.superselect-option:hover {
    background-color:#f2f3f5;
}

.no_text select{
  text-indent:-9999px;
  }
  
.sup_langue {
  position:absolute;
  left:-25px;
  width:19px;
  top:0px;
  }
  
.sup_langue .superselect-title {
   background:none;
   border:none;
   }
   
.superselect-option:hover > .superselect-option img{
   position:absolute;
   left:-9999px;
   }