/* banner.css */

#TopBannerMain {
  border: none;
  height: 300px;
  background: transparent url(/images/bandeau-bic.jpg) no-repeat;
}

/*BottomBannerMain */

#BottomBannerMain {
  background: url(/images/footer.gif) no-repeat;
  border-bottom: 2px solid #EF9926;
  color: white;
  height: 42px;
  line-height: 42px;
  width: 957px; 
}

#BottomBannerMain p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

#BottomBannerMain a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  margin: 0 5px;
}