#recherche_rapide
{
  float:right;
  position:relative;
  width:170px;
  height:40px;
  padding:0;
}

#recherche_rapide form
{
  padding:0;
  margin-top:8px;
}

#champ_recherche_rapide {
  width:120px;
  height:20px;
}

#bouton_recherche_rapide_delete {
  width:16px;
  height:18px;
  line-height:27px;
  font-size:18px;
  font-weight:700;
}

#bouton_recherche_rapide_delete span {
  position:relative;
  top: -27px;
  left:110px;
  color:#AAAAAA;
  cursor:pointer;
  display:block;
}

#bouton_recherche_rapide_delete span:hover {
  color:#555555;
}

#submit_recherche_rapide {
  position:relative;
  top:-43px;
  left:128px;
  cursor:pointer;
  background: url(/assets/images/icons/loupe.jpg) no-repeat center;
  line-height:0;
  font-size:0;
  text-indent:-999px;
  width:22px;
  height:22px;
  border:0px;

}