/* header.css */

#Header {
  height: 149px;
  background: transparent url(/images/bandeau.gif) no-repeat top left;
}

/* linkTitle */

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

/* homeLink */

.homeLink {
  display: block;
  width: 905px;
  height: 80px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;  
}

/* Tabs */

#HeaderTabs .tabsResearch,
#HeaderTabs .tabsCall {
  font-size: 20px;
  color: white;
  height: 79px;
  width: 208px;
  position: absolute;
  text-decoration: none;
  padding: 7px 0 0 20px;
}
#HeaderTabs .tabsResearch {
  background: transparent url(/images/research.gif) no-repeat top left;
  margin: -36px 0 0 490px;
  //margin: -62px 0 0 490px; /* Hack IE7 */
}
#HeaderTabs .tabsCall {
  background: transparent url(/images/call.gif) no-repeat top left;
  margin: -36px 0 0 710px;
  //margin: -62px 0 0 710px; /* Hack IE7 */
}
#HeaderTabs .tabsBoldResearch,
#HeaderTabs .tabsBoldCall {
  font-size: 22px;
  font-weight: bold;
}

/* NewsletterSubscriptionBox */

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

/* Top Banner Flash */

#top_banner {
  height: 150px;
}
