.sb-custom {
  cursor: pointer;
  display: inline;
  position: relative;
  width:  100%;
}
.sparkbox-custom {
  display: none;
}
.no-js .sparkbox-custom {
  display: block;
}

.sb-select:focus {
  -webkit-box-shadow: 0 0 4px 2px #79aed7;
     -moz-box-shadow: 0 0 4px 2px #79aed7;
          box-shadow: 0 0 4px 2px #79aed7;
}
.sb-select {
  background: url("select-arrow.gif") no-repeat scroll 95% 50% #F3EEE8;
  border: none;
  color: #818587;
  left: 0;
  padding: 5px 30px 5px 5px;
  position: relative;
  text-decoration: none;
  top: 0;
  width: 112px;
  z-index: 1;
}
.sb-dropdown {
  background: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
          box-shadow: 0 0 4px rgba(0, 0, 0, .2), inset 0px 6px 8px -8px rgba(0, 0, 0, .5);
  display: none;
  font-size: .9em;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 19px;
  width: 137px;
  z-index: 2;
}
.sb-dropdown a {
  color: #444;
  display: block;
  padding: 3px;
  text-decoration: none;
}
.sb-dropdown a:hover,
.sb-dropdown .selected {
  background: none repeat scroll 0 0 #F3EEE8;
  color: #444;
}

/* added */
/*#col_centre .article #col_gauche  .sb-custom .sb-select{left: -66px;}*/
/*.article #col_gauche  .sb-custom .sb-dropdown li.selected{}
.article #col_gauche  .sb-custom .sb-dropdown li:first-child
{
    font:italic bold 14px Arial;
}
.article #col_gauche  .sb-custom .sb-dropdown li.selected a{color:#ffffff;}
.article #col_gauche  .sb-custom select{display:none;}

.article #col_gauche  .sb-custom .sb-dropdown{left:0;}
.article #col_gauche  .sb-custom .sb-select{cursor:pointer;}
.article #col_gauche  .sb-custom .sb-dropdown li a:hover{text-decoration: none;}

/* annonces immobilières *//*
.article #col_gauche  #dropdown_0 .sb-select{ width: 130px; }
.article #col_gauche  #dropdown_1 .sb-select{ width: 125px; }
.article #col_gauche  #dropdown_2 .sb-select{ width: 125px; }
.article #col_gauche  #dropdown_3 .sb-select{ width: 120px; }*/
.article .col_gauche #select_action{display: none;}
.article .col_gauche .sb-custom .sb-dropdown li{margin-bottom: 1px;}
