

/* ---------------- Recherche de photos ---------------------*/

#recherche-avancee {
  float: left;
  clear: both;
  width: 96%;
  padding: 1em 0 1em 1em;
}

#recherche-avancee .champ-texte {
  float: left;
  clear: both;
  width: 95%;
  padding: .4em;
  /*margin: .4em 0;*/
}

#recherche-avancee .champ-texte label {
  width: 35%;
  text-align: right;
  padding: 0 .6em 0 0;
  margin: 0;
  font-size : .8em;
}

#recherche-avancee .champ-texte input {
  width: 60%;
  padding: 0;
  margin: 0;
  font-size : .8em;
}

#recherche-avancee p.legende {
  width: 60%;
  margin: 0;
  padding: 0 0 0 37%;
}

#recherche-avancee div.bouton-validation {
  width: 60%;
  margin: 0;
  padding: 0 0 0 37%;
}

.infospart p strong.search-keyword {
  font-weight: bold;
  color: #000;
  font-style: italic;
}

#recherche-avancee .champ-texte input.cal-textfield {
  float: left;
  width: 40%;
}




