/* header.css */

#Header {
  width: 1000px;
  height: 250px;
  background: transparent url('/images/header/header.jpg') no-repeat;
  border-bottom: 14px solid #121212;
}
#Header .text_header {
  padding-top: 50px;
  margin-left: 100px;
  font-size: 22px;
  color: #333333;
}
#Header .text_header_next {
  padding-top: 20px;
  margin-left: 100px;
  font-size: 16px;
  color: #333333;
}
#Header .btdevis a {
  width: 271px;
  height: 49px;
  display: block;
  margin: 20px 0 0 200px;
  background: transparent url(/images/header/btDevis.png) 0px 0px no-repeat;
}
#Header .btdevis a:hover {
  background: transparent url(/images/header/btDevis.png) 0px -49px no-repeat;
}

/* linkTitle */

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

/* homeLink */

.homeLink {
  display: block;
  width: 1000px;
  height: 250px;
  color: blue;
  text-decoration: none;
}

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