/* header.css */

#Header {
  height: 245px;
}

#Header .returnLink {
  background: url(/images/header/loi-lmp-lmnp.jpg) no-repeat top;
  width: 1000px;
  height: 245px;
  display: block;
}

#Header .HeaderMenu {
  font-size: 18px;
  width: 100%;
  margin: 20px 792px;
  list-style-type: none;
  position: absolute;
}

#Header .HeaderMenu li {
  margin: 10px 0;
}

#Header .HeaderMenu li a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  //background: url(/images/header/bt_header.gif) no-repeat top;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 184px;
}

#Header .HeaderMenu .etude a {
  background: url(/images/header/bt_etude.gif) no-repeat top;
  color: #1A171B;
}
#Header .HeaderMenu .programme a {
  background: url(/images/header/bt_programme.gif) no-repeat top;
}
#Header .HeaderMenu .privee a {
  background: url(/images/header/bt_privee.gif) no-repeat top;
}
#Header .HeaderMenu .credit a {
  background: url(/images/header/bt_credit.gif) no-repeat top;
}


#Header .HeaderMenu .etude a:hover {
  background: url(/images/header/bt_etude.gif) no-repeat top;
}
#Header .HeaderMenu .programme a:hover {
  background: url(/images/header/bt_programme.gif) no-repeat bottom;
}
#Header .HeaderMenu .privee a:hover {
  background: url(/images/header/bt_privee.gif) no-repeat bottom;
}
#Header .HeaderMenu .credit a:hover {
  background: url(/images/header/bt_credit.gif) no-repeat bottom;
}

#Header #header_lmp {
  position: absolute;
  margin: 23px 216px;
}

/* LinkTitle */

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

/* NewsletterSubscriptionBox */

.NewsletterSubscriptionBox {
  text-align: right;
  margin: -20px 5px 0 800px;
  position: absolute;

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