/* HeaderMain */

* {
  margin: 0;
  padding: 0;
}


#HeaderMain {
  width: 925px;
  height: 104px;
  padding-bottom: 2px;
  border-bottom: 2px solid #A1957B;
}

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

#HeaderMain .home {
  display: block;
  float: left;
  width: 500px;
  height: 104px;
}

#HeaderMain .devis {
  background: url(/images/buttons/estimation-immobilier.gif) 0 -2px no-repeat;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  float: right;
  margin-right: 10px;
}

* html #HeaderMain .devis {
  margin-top: -108px;
}

* html #HeaderMain {
  padding-bottom: 0;
}

#HeaderMain .NewsletterSubscriptionBox {
  padding: 60px 0 0 0;
  //width: 420px;
  //padding: 20px 0 0 0;
}

/* IE6 and below hack */
* html .NewsletterSubscriptionBox {
  margin:-70px 0 0 480px;
  width: 430px;
  //padding-top: 60px;
}

#HeaderMain .NewsletterSubscriptionBox label {
  font-size: 12px;
  margin-left: 160px;
}

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

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

/* FooterMain */

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

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

#FooterMain .LinksCell a {
  color: #534F4E;
  text-decoration: none;
  padding: 1px;
}

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

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


