/* banner.css */

/* TopBannerMain */
#TopBannerMain .bandeau {
  width: 618px;
  height: 156px;
  background: transparent url(/images/bandeaux/bandeau3.jpg) no-repeat;
  margin: auto;
}

#TopBannerMain .TopLeft {
  width: 169px;
  height: 156px;
  background: white url(/images/temeraire-immobilier.jpg) no-repeat center;
}


#TopBannerMain .TopRight {
  width: 168px;
  background: #F3F3F5;
}


/* BottomBannerMain */
#BottomBannerMain {
  background: black;
  text-align: center;
  line-height: 25px;
  color: white;
}

#BottomBannerMain a{
  margin: 0 10px;
  font-size: 11px;
  text-decoration: none;
  color: #E7EDF3;
  text-transform: uppercase;
}


