/* TopBannerMain */

#HeaderMain {
  width: 950px;
  height: 124px;
  background: transparent url(/images/bandeaux/credit-plus-bas.jpg) no-repeat;
}

/* NewsLetterSubscriptionBox */
.NewsletterSubscriptionBox {
  padding: 60px 0 0 20px;
  position: absolute;
}
.NewsletterSubscriptionBox label {
  font-size: 12px;
  font-weight: bold;
  color: white;
}
.NewsletterSubscriptionBox .DrWInput {
  font-size: 12px;
  width: 130px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
  font-size: 12px;
}

/* BannerLinks */

.BannerLinks {
  margin: 10px 20px;
  padding-top: 85px;
  position: absolute;
}
.BannerLinks a {
  font-size: 12px;
  padding: 20px;
  color: #E3F28B;
  text-decoration: none;
}
.BannerLinks .Home {
  background: transparent url(/images/pictos/bt-accueil.gif) no-repeat center left;
}
.BannerLinks .Sitemap {
  background: transparent url(/images/pictos/bt-plan-site.gif) no-repeat center left;
}
.BannerLinks .Contact {
  background: transparent url(/images/pictos/bt-contact.gif) no-repeat center left;
}

/* BottomBannerMain */

#FooterMain {
  background: white;
}

#FooterMain .footermenu {
  font-size: 12px;
  background: #00422E;
  color: white;
  padding: 5px;
}

#FooterMain .footermenu a {
  color: white;
  margin: 12px;
  text-decoration: none;
}
#FooterMain p a,
#FooterMain p {
  padding: 5px 12px;
  color: #595959;
  font-size: 12px;
}