/* left.css */


#LeftMain,
.TopLeft,
.BottomLeft{
  background-color: #3C693E;
  width: 175px;
}

.menu {
  list-style-type: none;
}

.menu li {
  list-style-type: none;
  display: block;
}

.menu .home a {
  background: url(/images/menu/btn-accueil.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
  border-bottom: solid 5px #3C693E;
}

.menu .home a:hover {
  background: url(/images/menu/btn-accueil.gif) no-repeat bottom;
}

.menu .propertysearch a {
  background: url(/images/menu/btn-recherche.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
  border-bottom: solid 5px #3C693E;
}

.menu .propertysearch a:hover {
  background: url(/images/menu/btn-recherche.gif) no-repeat bottom;
}

.menu .agency a {
  background: url(/images/menu/btn-agence.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
  border-bottom: solid 5px #3C693E;
}

.menu .agency a:hover {
  background: url(/images/menu/btn-agence.gif) no-repeat bottom;
}

.menu .flashinfo a {
  background: url(/images/menu/flash-hover.gif) no-repeat bottom;
  width: 175px;
  height: 35px;
  display: block;
  border-bottom: solid 5px #3C693E;
}

.menu .flashinfo a:hover {
  background: url(/images/menu/flash-hover.gif) no-repeat bottom;
}


.menu .submitproperty a {
  background: url(/images/menu/btn-proposer-bien.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
  border-bottom: solid 5px #3C693E;
}

.menu .submitproperty a:hover {
  background: url(/images/menu/btn-proposer-bien.gif) no-repeat bottom;
}

.menu .advice a {
  background: url(/images/menu/btn-conseil.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
  border-bottom: solid 5px #3C693E;
}

.menu .advice a:hover {
  background: url(/images/menu/btn-conseil.gif) no-repeat bottom;
}

.menu .financing a {
  background: url(/images/menu/btn-financement.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
}

.menu li ul .simulation a {
  background: url(/images/menu/btn-simulation.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
}

.menu li ul {
  margin: 0;
  padding: 0;
}

.menu li ul .simulation a:hover {
  background: url(/images/menu/btn-simulation.gif) no-repeat bottom;
}

.menu li ul .loan a{
  background: url(/images/menu/btn-pret.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
}

.menu li ul .loan a:hover {
  background: url(/images/menu/btn-pret.gif) no-repeat bottom;
}

/* Coordonn?es Agence */

.LeftTop {
  height: 450px;
}

.LeftTop .LeftTitle {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color:white;
  padding-top:10px;
}

.LeftTop .address {
  font-size: 12px;
  text-align: center;
  color:white;
  padding: 10px 0 15px 0;
}

.email {
 padding: 0 0 10px 30px;
}

/* btn-recrutement */

.BottomLeft a {
  background: url(/images/menu/btn-recrutement.gif) no-repeat top;
  width: 175px;
  height: 35px;
  display: block;
  border-bottom: solid 1px #3C693E;
}

.BottomLeft a:hover {
  background: url(/images/menu/btn-recrutement.gif) no-repeat bottom;
}


