#BandeauHaut{
  height: 70px;
  background: #E2C2DF url(../img/bandeauhaut-adh.jpg) repeat-x 130px 0px;
  margin-bottom: 20px;
}

#BandeauBas{
  height: 70px;
  margin-top: 20px;
  clear: both;
  background: #E2C2DF url(../img/bandeaubas-adh.jpg) repeat-x 0px 5px;
}

#LstSpec {
  width: 285px;
  float: right;
  background: #E2C2DF;
  padding: 5px;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
	margin-top: 40px;
  margin-top: 0; /* pour tous les navigateurs */
  //margin-top: 0px;; /* uniquement pour ie */
}

#ListeAgences{
  width: 465px;
}

.Agence  {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #DDD;
}

.Agence .Resume {
  float: right;
  cursor: pointer;
}

.Agence .Resume  span, .Agence .Detail .Reduire span {
  text-decoration: underline;
}

.Agence .NomAgence {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.Agence .Detail {
  display: none;
  width: 400px;
  margin-left: 33px;
  padding: 10px;
  border : 3px solid #E2C2DF; 
}

.Agence .Detail .Photos {
  margin-right: 20px;
}

.Agence .Detail .CreditPh {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  text-align: right;
}

.Agence .Detail .Reduire {
  cursor: pointer;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
}
