/* banner.css */

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

/*BottomBannerMain */

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

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

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



