/* banner.css */

/* TopBannerMain */

.TopBannerMain {
  width: 925px;
  height: 150px;
  background: url(/images/header/logiciel-immobilier.jpg) no-repeat;
}

.TopBannerMain .titlesite {
  padding: 20px 90px;
}

.TopBannerMain .titlesite a {
  font-size: 28px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

/* BottomBannerMain */

.BottomBannerMain {
  text-align: center;
  background: #666666;
  color: white;
  padding-top: 10px;
}

.BottomBannerMain a {
  color: white;
  text-decoration: none;
}