/*
HERITAGE INFORMATION
--------------------
header.css :: layout.css,namespace.css :: markup.css
*/


/*
COLOR CHART
-----------
Typo Bloody-Red => #b30000
Typo Smoke-Grey => #b6b6b6
*/


/*
TYPO CHART
-----------
Body text     => verdana regular 13px, sans serif
Menu text     => times© 12px, serif

*/

#topmenu{
position:absolute;
width:600px;
z-index:2;
}

  #btnServicesNested a{
  display:block;
  text-indent:5px;
  width:85px;
  border-top:1px solid #b6b6b6;
  text-decoration:none;
  font-family:times;
  font-size:14px;
  color:#8c8c8c;
  }

#btnAccueil, #btnServices, #btnReferences, #btnNews, #btnQuiSommesNous, #btnContact{
float:left;
height:18px;
cursor:pointer;
}

#btnAccueil{
width:77px;
background-image: url(../images/btnAccueil.gif);
}

#btnServices{
width:77px;
background-image: url(../images/btnServices.gif);
}

  #btnServicesNested{
  position:absolute;
  width:85px;
  left:70px;
  margin-top:18px;
  background-color:#ffffff;
  border:1px solid #b30000;
  border-top:0px;
  }
  


#btnReferences{
width:97px;
background-image: url(../images/btnReferences.gif);
}

#btnNews{
width:66px;
background-image: url(../images/btnNews.gif);
}

#btnQuiSommesNous{
width:148px;
background-image: url(../images/btnQuiSommesNous.gif);
}

#btnContact{
width:74px;
background-image: url(../images/btnContact.gif);
}

#langmenu{
float:right;
margin-top:22px;
}

#innerLangMenu{
margin-right:10px;
}

#langmenu span{
float:left;
width:9px;
height:21px;
margin:0px;
background-image: url(../images/puce.gif);
background-position: center center;
background-repeat: no-repeat;
}

#btnFr, #btnEn, #btnNl{
display:block;
float:left;
width:21px;
height:21px;
}

.fr{
background-image: url(../images/btnFr.gif);
}

.fr_current{
background-image: url(../images/btnFrHover.gif);
}

.en{
background-image: url(../images/btnEn.gif);
}

.en_current{
background-image: url(../images/btnEnHover.gif);
}

.nl{
background-image: url(../images/btnNl.gif);
}

.nl_current{
background-image: url(../images/btnNlHover.gif);
}
