/* header.css */
#Header {
  background: url(/images/header/pret-ecologique.jpg) no-repeat;
  margin-top: 34px;
  height: 221px;
}

#Header a {
  color: white;
}

#Header .TitleSite a {
  font-size: 34px;
  color: white;
  padding: 80px 0;
  text-decoration: none;
  line-height: 200px;
  text-transform: capitalize;
  font-weight: bold;
}

#Header .green {
  color: #CEFF00;
}

/* linkTitle */

#Header .linkTitle a {
  position: absolute;
  margin-top: -15px;
  width: 925px;
  overflow: hidden;
  color: white;
  text-decoration: none;
  font-size: 10px;  
}

#Header .slogan {
  font-size: 23px;
  color: white;
  position: absolute;
  margin: -150px 410px;
  width: 450px;
}

/* homeLink */

.homeLink {
  font-size: 34px;
  color: white;
  padding: 80px 0;
  text-decoration: none;
  line-height: 200px;
  text-transform: capitalize;
  font-weight: bold; 
}

/* NewsletterSubscriptionBox */

.NewsletterSubscriptionBox {
  float: right;
  margin: 5px 5px 0 0;
}
.NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
}
.NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
}