/* banner.css */

#TopBannerMain {
  //padding-bottom: -2px;
}

/* BottomBannerMain */
#BottomBannerMain {
  text-align: right;
  width: 960px;
  line-height: 25px;
  margin: 0 auto;
}

html>body #BottomBannerMain {
  filter: none;
  line-height: 40px;
  background: transparent url(/images/bandeau/logo_fnaim.png) no-repeat left;
}

#BottomBannerMain p {
  color: #939393;
  font-weight: bold;
  font-size: 11px;
  padding-right: 10px;
}

#BottomBannerMain p a {
  font-size: 11px;
  text-decoration: none;
  color: #939393;
  font-weight: bold;
}


