/* header.css */

#Header {
  height: 59px;
  background: transparent url(/images/bandeau-surendettement.jpg) no-repeat;
}

/* LinkTitle */

.LinkTitle a {
  position: absolute;
  margin-top: -15px;
  width: 700px;
  overflow: hidden;
  color: black;
  text-decoration: none;
  font-size: 10px;  
}

.returnLink {
  display: block;
  width: 650px;
  height: 50px;
  padding: 0 10px;
  color: #E1001A;
  text-decoration: none;
  font-size: 29px;
  font-weight: bold;  
}

.surendettement {
  font-size: 37px;
}

/* Picto */

#Header .Pictos{
  text-align: right;
  padding: 15px 0 0 10px;
}

#Header .Pictos a {
  color: white;
  text-decoration: none;
  margin: 0 0 0 15px;
}

#Header .Pictos a:hover {
  text-decoration: underline;
}

#Header .HomePicto {
  background: transparent url(/images/pictos/home.gif) no-repeat left;
  padding-left: 20px;
}
#Header .ContactPicto {
  background: transparent url(/images/pictos/contact.gif) no-repeat left;
  padding-left: 22px;
}
#Header .SitemapPicto {
  background: transparent url(/images/pictos/sitemap.gif) no-repeat left;
  padding-left: 18px;
}

/* NewsletterSubscriptionBox */

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