#zone_navigation {
  width: 100%;
  display: inline-flex;
  margin-bottom: 15px;
}

#zone_navigation a {
  width: 100%;
  margin: 5px;
  border: solid 0px;
  padding: 10px;
  text-align: center;
  background-color: #FEFEFE;
}

#zone_navigation a.active {
  background-color: #EEE;
  border: solid 1px;
}

#zone_droite.aucun_critere {
  margin-left: 0px;
}

#zone_gauche {
  float: left;
  width: 180px;
  border: solid 1px;
}

#recherche_resultats {
  margin-top: 10px;
  display: table-row;
}

#recherche_texte div {
  display: inline;
}

#recherche-carrefour-recherche-textuelle-form div {
  display: inline;
  padding-right: 3px;
}

#recherche-carrefour-recherche-textuelle-form .form-submit {
  background: rgba(0, 0, 0, 0) url("images/search-button.png") no-repeat scroll center top;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  cursor: pointer;
  height: 25px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 34px;
}

#recherche_resume {
  border-bottom: 2px solid #a5a5a5;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

#recherche_resume:only-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
