div#search-panel {
  background-color: #d1d1d1;
  margin: 1px 1px 0 1px;
}
div#search-panel * {
  vertical-align: middle;
}
div#search-panel fieldset { display: inline; }
div#search-panel form#recherche_physio,
div#search-panel form#recherche_motcle
{ float: right; }

div#search-panel form#recherche_physio {
  border-right: 1px solid #dbdbdb;
  margin-right: 1px;
}
div#search-panel form#recherche_motcle { margin-right: 6px; }

div#search-panel form#recherche_physio label {
  background: url(img/label_silhouette.png) no-repeat;
  padding-left: 10px;
}

div#search-panel label {
  color: #666;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 10px;
  margin: 0 5px;
}

div#search-panel select, div#search-panel input {
  font-size: 10px;
}
div#search-panel input {
  border: 0 none;
}
div#search-panel select {
  border: 1px solid #999;
  width: 101px;
  margin: 0 5px;
}
