
  /*////////////////////////////////////////
 ////// liste déroulante recherche pro ////
////////////////////////////////////////*/

.jelectbox_main {
/*border:1px solid #ccc; */
background:transparent;
display:inherit;
}

.jelectbox_main a {
background:url(../../front/img/fleche_liste_recherche.gif) no-repeat center;
display:block;
width:8px;
height:7px;
text-decoration:none;
cursor:pointer;
margin-top:8px;
}

.jelectbox_options {
left:-1px;
}

.jelectbox_text {
line-height:20px;
padding:0 5px;
}

.jelectbox_ul_parent {
border:1px solid #f3f3f3; 
background:#f3f3f3; 
padding:5px;
position:fixed;
width:140px;
}

ul.jelectbox_ul_selectbox {
list-style:none; 
margin:0; 
padding:0;
line-height:23px;
}

ul.jelectbox_ul_selectbox li {
cursor:pointer;
display:block;
text-decoration:none;
color:#333333;
background:#f3f3f3;
padding:0 4px;
border:1px solid #f3f3f3;
}

ul.jelectbox_ul_selectbox li.g {
background:#f3f3f3;
border:1px solid #f3f3f3;
}

ul.jelectbox_ul_selectbox li:hover {
border:1px solid #f3f3f3;
}

