/* footer.css */


#TopBannerMain img {
  border: none;
  margin: 0;
}


#TopBannerMain .adress {
  float: right;
  margin-top: -73px;
  width: 425px;
}

*:first-child+html #TopBannerMain .header-top {
  height: 72px;
}

#TopBannerMain .adress .coordonne {
  font-size: 16px;
  text-align: center;
  margin-right: 185px;
  color: white;
}


#TopBannerMain .adress .small {
  font-size: 14px;
}

#TopBannerMain .type {
  float: right;
  margin-top: -65px;
  font-weight: bold;
  font-size: 15px;
  color: white;
  text-align: right;
  padding-right: 5px; 
}


#TopBannerMain {
  margin-bottom: -4px;
  background: #99c100;
  border-top: 2px solid white;
}

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

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

.BottomBannerMain p a {
  color: white;
  text-decoration: none;
  font-size: 11px;
  margin: 0 5px;
}
