/* header */

#Header {
  height: 138px;
  background: url(/images/bandeau/investissement-ehpad.jpg) no-repeat;
  margin-top: 25px;
  border: 1px solid #808080;
}

#Header .linkHome {
  height: 138px;
  display: block;
}

/* LinkTitle */

.LinkTitle a {
  position: absolute;
  margin-top: -20px;
  width: 650px;
  height: 15px;
  overflow: hidden;
  color: #999999;
  text-decoration: none;
  font-size: 10px;  
}

/* NewsletterSubscriptionBox */

.NewsletterSubscriptionBox {
  position: absolute;
  margin: -24px 0 0 710px;
}
.NewsletterSubscriptionBox label {
  font-size: 12px;
  color: #999999;
}
.NewsletterSubscriptionBox .DrWInput {
  width: 120px;
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
}

/* footer */ 

#Footer {
  height: 25px;
  line-height: 25px; 
  color: #34385E;
  text-align: center;
}

#Footer a {
  color: #34385E;
  font-size: 12px;
  text-decoration: none; 
  cursor: pointer;
}

.CopyrightCell {
  text-align: center;
  color: #676999;
  font-size: 10px;
  margin-top: 5px;
}

.CopyrightCell a {
  color: #676999;
}

