/* banner.css */

/* TopBannerMain */
#TopBannerMain a img {
  border: none;
}

#TopBannerMain .bottomHeader {
  background: url(/images/bandeau/footer.gif);
  width: 951px;
  display: block;
  border: 2px solid white;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}


/* BottomBannerMain */
#BottomBannerMain {
  background: url(/images/bandeau/footer.gif);
  border: 1px solid white;
  height: 33px;
  text-align: center;
  line-height: 25px;
  color: white;
}

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


