/* header */

#HeaderMain {
  width: 917px;
  height: 250px;
  margin: 3px;
  background: white url(/images/bandeau.jpg) no-repeat bottom;
  display: block;
  //padding-top: 2px
}

#HeaderMain a {
  color: white;
  font-weight: normal;
  font-size: 64px;
  display: block;
  padding: 20px; 
}

#HeaderMain .homeReturn {
  height: 210px;
  display: block;
}
  
.link-title {
  color: white;
  font-size: 12px;
  position: absolute;
  margin: 10px 0 0 10px;
  text-transform: none;
}
.link-title a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  width: 600px;
}

#HeaderMain .NewsletterSubscriptionBox {
  margin: -256px 0 0 660px;
  width: 280px;  
}

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

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

#HeaderMain .NewsletterSubscriptionBox .DrWInput {
  font-size: 12px;
}

#HeaderMain .NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
  font-size: 12px;
  background: #023D54;
  color: white;
  border: 1px solid white;
  font-weight: bold;
  cursor: pointer;
}


/* footer */ 

#FooterMain table {
  width: 917px;
  height: 41px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  background: url(/images/footer.gif);
  line-height: 25px;
  margin: 10px 0 3px 3px;  
}

#FooterMain a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px;   
}


.CopyrightCell {
  text-align: center;
  color: #003466;
  font-size: 10px;
  font-weight: bold;
  margin: 5px;
}

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