/* HeaderMain */

* {
  margin: 0;
  padding: 0;
}

#HeaderMain {
  width: 950px;
  height: 233px;
  background: white url(/images/header/header-bandeau.jpg) no-repeat top;
  padding-top: 24px;
}

#header_lyon {
  height: 173px;
  background: transparent url(/images/header/defiscalisation-lyon.jpg) no-repeat;
}

#HeaderMain .accueil {
  //display: block;
  padding: 0px 350px 30px 0;
}

#HeaderMain h1 {
  margin: 0 0 20px 88px;
  text-transform: uppercase;
}

#HeaderMain h1 .orange {
  padding-left: 15px;
  color: #FF7F00;
}

#HeaderMain h1 a {
  color: white;
  font-family: Univers Condensed, arial;
  text-decoration: none;
  font-size: 28px;
  font-weight: normal;
  
}

#HeaderMain h2 a {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin: -25px 0 -2px 89px;
  //margin: -52px 0 -4px 85px;
  text-decoration: none;
  padding-bottom: 15px;
  font-family: Myriad, arial; 
}

#HeaderMain #header_lyon {
  margin: -16px 0 0 0;
  padding-top: 1px;
  border-top: 3px solid #FF7F00;
}

#HeaderMain a.home {
  position: absolute;
  color: #CFE7FF;
  text-decoration: none;
  font-size: 12px;
  margin: -65px 0 0 650px;
  background: url(/images/header/home.gif) no-repeat;
  padding-left: 20px;
}

#HeaderMain a.contact {
  position: absolute;
  color: #CFE7FF;
  text-decoration: none;
  font-size: 12px;
  margin: -75px 0 0 750px;
  background: url(/images/header/contact.gif) no-repeat 2px;
  padding-left: 25px;
}

#HeaderMain a.sitemap {
  position: absolute;
  color: #CFE7FF;
  text-decoration: none;
  font-size: 12px;
  margin: -75px 0 0 850px;
  width: 80px;
  background: url(/images/header/sitemap.gif) no-repeat;
  padding-left: 20px;
}

#HeaderMain .NewsletterSubscriptionBox {
  margin: -220px 0 0 630px;
  //margin: -220px 0 0 650px;
}

#HeaderMain .NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
  margin-left: 20px;
  //margin-left: 0;
}

#HeaderMain .NewsletterSubscriptionBox input {
  width: 150px;
}

#HeaderMain .NewsletterSubscriptionBox .DrWInput {
  font-size: 12px;
}
#HeaderMain .NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
  font-size: 12px;
}

/* FooterMain */

#FooterMain {
  background: url(/images/header/footer.gif) repeat-y bottom;
  height: 30px;
  border-top: 4px solid #FF7F00;
  margin-top: 1px;
}

#FooterMain .LinksCell {
  font-size: 10px;
  text-align: center;
}

#FooterMain table {
  width: 100%;
  height: 100%;
}

#FooterMain .LinksCell a {
  color: #CFE7FF;
  text-decoration: none;
  padding: 5px;
  font-weight: bold;
}

.CopyrightCell {
  text-align: right;
  color: #9FBAD3;
  font-size: 10px;
  padding: 5px 1px;
  background: url(/images/header/footer.gif) repeat-y bottom;
}