div.selectbox-wrapper {
  position			: absolute;
  width				: 300px;
  background-color	: #e5f5a6;
  border			: 1px solid #989898;
  margin			: 0px;
  margin-top		: -11px;
  padding			: 0px;
  text-align		: left;
  overflow			: none;
}
div.selectbox-wrapper ul {
  list-style-type	: none;
  margin			: 0 0 0 0px;
  padding			: 0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color	: #c5d957;
  display			: block;
}
#fiche .left div.selectbox-wrapper ul li {
  list-style-type	: none;
  display			: block;
  margin			: 0px 0 0 0;
  padding			: 5px;
  cursor			: pointer;
  color				: #6f6f6f;
}

label {
    display			: block;
}
.left .selectbox /* look&fell of  select box*/
{
  margin			: 0px 5px 10px 0px;  
  padding-top		: 3px;
  padding-left		: 5px;
  width 			: 187px; 
  display 			: block;
  text-align		: left; 
  background		: url('../img/bg_select_2.gif') right;
  height			: 16px;
  cursor			: pointer;
  border			: 1px solid #989898;
  color				: #6f6f6f;
  font-size			: 11px;
  font-family		: Verdana, Arial, Helvetica, sans-serif;
}

.left select {
	background		: url('../img/bg_select_2.gif') right;
}
