/* Header.css */

#HeaderMain {
  width: 930px;
  height: 75px;
  background: transparent url(/images/bandeau/header.jpg) no-repeat top;
}

#HeaderMain .NewsletterSubscriptionBox {
  margin: 50px 0 0 678px;
  width: 280px;
  position: absolute; 
}

#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;
}

/* homeLink */

.homeLink {
  display: block;
  width: 930px;
  height: 75px; 
}

.link-title a {
  width: 590px;
  height: 16px;
  overflow: hidden;
  color: white;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  margin: 57px 0 0 80px;
  text-decoration: none;
}

/* FooterMain */

#FooterMain {
  margin-top: 20px;
}
#FooterMain .LinksCell {
  height: 40px;
  padding-left: 75px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #af3300;
  border-bottom: 1px solid #af3300;
  background: url(/images/bandeau/footer.jpg);
}

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

#FooterMain .LinksCell a {
  color: white;
  text-decoration: none;
  padding: 10px 8px;
  cursor: pointer;
}

.CopyrightCell {
  text-align: right;
  color: black;
  font-size: 10px;
  font-weight: bold;
  padding: 12px 10px;
}

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