/*https://developer.mozilla.org/fr/docs/Web/HTML/Element/Input/text*/
body, input {
  margin: 0;
  padding: 0;
}

body {
  margin: 10px;
  background-color: #452519;
}

#zone_recherche_3 {
  /*width: 350px;*/
  width: 265px;
  position: relative;
}

#texte_recherche_3 {
  width: 265px;
  /*width: 272px;*/
  padding: 0px 0px 20px 0px;
  /*background-color: #FFFFFF;*/
  background-color: #FFFFFF;
  border: solid 1px #2a303d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  /*color: #7a5440;*/
  color: #FFFFFF;
}/*FFFFFF*/

#texte_recherche_3:focus {
  /*background-color: #FFFFFF;*/
  background-color: #FFFFFF;
  outline: 0 none; /* Pour enlever la "bordure" jaune qu'ajoute Google Chrome au focus */
  color: #2a303d;
}

#bouton_recherche_3 {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  right: 10px;
}