/* banner.css */

#TopBannerMain {
 width: 952px;
 margin: 0 auto;
 height: 160px;
 background: transparent url(/images/bandeau-mbc.jpg) no-repeat;
}
#TopBannerMain img {
  border: 0;
}

/* BottomBannerMain */

#BottomBannerMain {
  line-height: 37px;
  height: 34px;
  background: transparent url(/images/background-footer.gif) no-repeat top;
}
#BottomBannerMain p {
  font-size: 11px;
  text-align: center;
}
#BottomBannerMain p a {
  font-size: 11px;
  text-decoration: none;
  color: black;
}
#BottomBannerMain .footerinfo {
  font-size: 11px;
  line-height: 15px;
}
#BottomBannerMain a:hover {
  text-decoration: underline;
}