div#recherche-bloc {
  background-image: url("/images/page/bg-recherche-records.png");
  _background-image: none;
  background-position: top left;
  background-repeat: repeat-y;
  height: 130px;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 120px;
  padding-left: 45px;
}

#recherche-bloc h3 {
}

hr {
  width: 390px;
}

div.form-row {
  display: block;	
  clear: both;
  float: none;
  width: 100%;
}

div.form-field {
  float: left;
  padding: 0 20px 10px 0;
}

#recherche-form label {
  display: block;
  color: #dd7323;
}

#recherche-form input, #recherche-form textarea {
  padding: 1px 2px;
  border: 1px solid #dddddd;
  background-image: url("/images/page/bg-input.gif");
  background-position: top left;
  background-repeat: no-repeat;
  width: 180px;
  margin: 0;
  overflow: auto;
}

input#recherche-submit {
  border: none 0;
  background-image: none;
  width: auto;
  background-color: #dd7323;
  color: white;
  font-weight: bold;
  border: 1px solid #dd7323;
  padding: 0 5px;
  cursor: pointer;
  font-size: 9pt;
  text-transform: uppercase;
}

input#recherche-submit:hover {
  border: none 0;
  background-image: none;
  width: auto;
  background-color: white;
  color: #dd7323;
  font-weight: bold;
  border: 1px solid #dd7323;
}


/************************* RESULTATS **************************/


div#resultats-bloc {
  background-image: url("/images/page/bg-resultats-recherche.gif");
  background-position: 250px 10px ;
  background-repeat: no-repeat;
  height: 180px;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 45px;
}

div.resultat {
  width: 320px;
  margin: 5px 10px 5px 0;
  float: left;
}

div.resultat-title {
  background-image: url("/images/page/bg-resultat-top.png");
  _background-image: url("/images/page/bg-resultat-top.gif");
  background-position: top center;
  background-repeat: no-repeat;
  width: 300px;
  padding: 5px 10px 3px 10px;

}

div.resultat-title h3 {
  color: white;
  font-weight: bold;
}

div.resultat-content a {
  color: #dd7323;
}

div.resultat-content h4 {
	padding-left: 8px;
  background-image: url("/images/fleche-bleue.gif");
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

div.resultat-content p {
	padding-left: 8px;
}

div.resultat-content {
  background-image: url("/images/page/bg-resultat-bottom.png");
  _background-image: url("/images/page/bg-resultat-bottom.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 300px;
  padding: 3px 10px 10px 10px;
}

