
/*  BANDEAU  */

#bandeau{
  display:block;
  width:960px;
  height:119px;
  background-image:url("../images/bandeau.jpg");
}
#bandeau a{
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
}
#bandeau p{
  width:190px;
  margin-left:20px;
  padding:3px;
}



/*  Lien de retour à la page d'accueil  */

#lien_retour_accueil{
  position:absolute;
  width:500px;
  height:100px;
  margin-top:10px;
  margin-left:220px;
}



/*  Liste déroulante pour la recherche par type  */

#recherche_liste{
  width:233px;
  margin-left:716px;
  margin-top:8px;
}
#recherche_liste select{
  width:233px;
  color:#676766;
  background-color:#c7c2bf;
  font-size:11px;
}
#recherche_liste option{
  margin-left:10px;
}
#recherche_liste optgroup{
  color:#676766;
  background-color:#c7c2bf;
  margin:5px 0px 5px 0px;
  font-style:normal;
}
