#HeaderMain {
  background: white url(/images/bandeau/fond.gif) repeat-x top;
  display: block;
}

#HeaderMain #logo {
  background: url(/images/bandeau/bandeau-arriere-plan.jpg) no-repeat;
  width: 917px;
  height: 140px;
  display: block;
}

.baseline {
  position: absolute;
  top: 3px;
  font-size: 11px;
  color: white;
}

.logo {
  font-size: 20px;
  padding: 10px;
}

.logo a {
  color: white;
  text-decoration: none;
}

#NewsletterSubscriptionForm {
  font-size: 12px;
  color: white;
  padding: 10px;
}

#HeaderMain .thermic,
#HeaderMain .photovoltaic,
#HeaderMain .pacButton,
#HeaderMain .newsButton,
#HeaderMain .boisButton,
#HeaderMain .eauButton,
#HeaderMain .toitureButton {
  display: block;
  width: 74px;
  height: 69px;
  margin: 7px 10px 0 0;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  position: absolute;
}

#HeaderMain .newsButton {
  background: transparent url(/images/bandeau/actualite.gif) no-repeat top;
  margin: -50px 0 0 835px;
}

#HeaderMain .newsButton:hover {
  background: transparent url(/images/bandeau/actualite.gif) no-repeat bottom;
}


#HeaderMain .eauButton {
  background: transparent url(/images/bandeau/bt_eau.gif) no-repeat bottom;
  margin: -50px 0 0 750px;
  font-size: 11px;
}

#HeaderMain .eauButton:hover {
  background: transparent url(/images/bandeau/bt_eau.gif) no-repeat top;
}

#HeaderMain .boisButton {
  background: transparent url(/images/bandeau/bt_bois.gif) no-repeat top;
  margin: -50px 0 0 665px;
}

#HeaderMain .boisButton:hover {
  background: transparent url(/images/bandeau/bt_bois.gif) no-repeat bottom;
}

#HeaderMain .pacButton {
  background: transparent url(/images/bandeau/pompe-chaleur.gif) no-repeat top;
  margin: -50px 0 0 580px;
}

#HeaderMain .pacButton:hover {
  background: transparent url(/images/bandeau/pompe-chaleur.gif) no-repeat bottom;
}

#HeaderMain .thermic {
  background: transparent url(/images/bandeau/bt_thermique.gif) no-repeat top;
  margin: -50px 0 0 495px;
  font-size: 12px;
}

#HeaderMain .thermic:hover {
  background: transparent url(/images/bandeau/bt_thermique.gif) no-repeat bottom;
}

#HeaderMain .toitureButton {
  background: transparent url(/images/bandeau/bt_toiture.gif) no-repeat bottom;
  margin: -50px 0 0 410px;
  font-size: 12px;
}

#HeaderMain .toitureButton:hover {
  background: transparent url(/images/bandeau/bt_toiture.gif) no-repeat top;
}

#HeaderMain .photovoltaic {
  background: transparent url(/images/bandeau/solaire.gif) no-repeat top;
  margin: -50px 0 0 325px;
  font-size: 11px;
}

#HeaderMain .photovoltaic:hover {
  background: transparent url(/images/bandeau/solaire.gif) no-repeat bottom;
}

.link-title {
  color: white;
  position: absolute;
  top: 200px;
  text-align: right;
  width: 910px;
}
.NavigationLine {
  color: white;
  font-size: 10px;
  top: -27px;
  position: relative;
  margin-left: 10px;
}

#HeaderMain .rubric {
  background: url(/images/bandeau/fleche.gif) 3px 5px no-repeat;
  padding-left: 10px;
  font-size: 10px;
}

#HeaderMain .category {
  background: url(/images/bandeau/fleche.gif) 3px 5px no-repeat;
  padding-left: 10px;
  font-size: 10px;
}

/* FooterMain */
#FooterMain .LinksCell {
  line-height: 41px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: url(/images/bandeau/footer.gif) repeat-x;
}

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

#FooterMain .LinksCell a {
  color: white;
  text-decoration: none;
  padding: 10px;
}


.CopyrightCell a {
  color: white; 
}

.CopyrightCell {
  text-align: right;
  color: #e0e0e0;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 10px;
  background: #003466;
}

