/* header.css */

* {
  margin: 0;
  padding: 0;
}

#HeaderMain {
  width: 926px;
  background: url(/images/bandeaux/le-credit-immobilier.jpg) 337px no-repeat;
  height: 138px;
  border: 1px solid #455661;
}

#HeaderMain {
  vertical-align: bottom;
  display: block;
}

#HeaderMain .lien {
  display: block;
  float: left;
  width: 500px;
  height: 105px;
}

.consultation {
  color: white;
  margin: 0 5px;
  text-decoration: none;
  background: transparent url(/images/buttons/dossier-credit-immobilier.gif) no-repeat bottom;
  display: block;
  padding: 5px 15px;
  float: right;
  font-size: 14px;
}

.simulation-gratuite {
  color: white;
  text-decoration: none;
  background: transparent url(/images/buttons/simulation-credit-immobilier.gif) no-repeat bottom;
  display: block;
  padding: 5px 25px;
  float: right;
  font-size: 14px;
}

/* NewsLetterSubscriptionBox */

#HeaderMain .NewsletterSubscriptionBox {
  margin: 0px 35px;
  width: 280px;
  //position: absolute;
  //margin: 100px -465px;
}

/* IE6 and below hack */
* html .NewsletterSubscriptionBox {
  padding: -40px 35px;
}

#HeaderMain .NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
}

#HeaderMain .NewsletterSubscriptionBox input {
  width: 150px;
}

#HeaderMain .NewsletterSubscriptionBox .DrWInput {
  font-size: 12px;
}
#HeaderMain .NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
  font-size: 12px;
}
/* BottomBannerMain */

#FooterMain .LinksCell {
  line-height: 41px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: url(/images/bandeaux/footer.gif);
}

#FooterMain table{
  width: 100%;
  height: 100%;
}

#FooterMain .LinksCell a {
  color: #D9D79A;
  text-decoration: none;
  padding: 5px 2px;
}

.CopyrightCell {
  text-align: right;
  color: #6D8290;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0;
}

.CopyrightCell a {
  color: #6D8290;
  text-decoration: none;
}

