.menuEntete {
  text-transform: uppercase;
  color: #a8a8a8;
  white-space: nowrap;
  font-size: 9px;
}

#entete .menuEntete {
  width: 795px;
  text-align: right;
}
.menuEntete li {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
}
.menuEntete a:link, .menuEntete a:visited {
  color: #a8a8a8;
  white-space: nowrap;
  font-size: 9px;
}
.menuEntete a:hover {
  color: #000000;
}

/* Bande menu
--------------------------------------------------------*/
#bandeMenu {
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 285px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 25px;
	background-image: url(../images/interface/fond_bande_menu.gif);
	background-repeat: repeat-y;
	display: block;
	clear: both;
	width: 100%;
}
#bandeMenu li {
  padding: 6px;
  display: inline;
  margin-right: 13px;
}
#bandeMenu li a:link, #bandeMenu li a:visited {
  color: #919191;
	color: #A9A9A9;

  text-decoration: none;
  white-space: nowrap;
}
#bandeMenu li a:hover{
	color: #69696b;
}
#pageIntro #actuelIntro, #pageSimple #actuelServices, #pageTransac #actuelServices, #pageProgrammation #actuelServices, #pageCreation #actuelServices, #pageProfil #actuelProfil, #pageRealisations #actuelRealisations{/* faire activer le bon onglet de la bande */
	color: #69696b;

	font-weight: bold;
}

/* Menu pour les services
--------------------------------------------------------*/
#navServices {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;

}
#navServices ul {
	margin: 54px 0px 0px;
	padding: 0px;
	display: block;
}
#navServices li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navServices a:link, #navServices a:visited{
	text-decoration: none;

	padding-top: 60px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 4px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #919191;

}

