#navcontainer {
	background-repeat: no-repeat;
	height: 25px;
	position: relative;
	z-index: 99;
	font: 11px/25px Helvetica, Arial, sans-serif;
}

#navcontainer #current {
	display: block;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	background-color: #8D965F;
	height: 25px;
	color: #ffffff;
}

#navcontainer ul {
	list-style: none;
	height: 25px;
	margin: 0 0 0 40px;/* 40 = decallage de la barre de nav de la gauche */
	padding: 0;
}

#navcontainer li {
	/* background: no-repeat right bottom url(../../images/menu_divider.png);*/
	position: relative;
	height: 25px;
	width: 128px;
	padding: 0;
	display: inline;
}

#navcontainer a:hover {
	background-color: #8D965F;
	color: #ffffff;
	text-decoration: none;
}

#pageHeader {
}

#navcontainer ul ul {
	margin: 0 0 0 0px;/* decallage de la barre de nav à l'horizontale */
	z-index: 98;
	background-color: #8D965F;
	height: 20px;
	text-align: left;
}

#navcontainer ul ul a {
	background: none;
	background-color: #8D965F;
	height: 20px;
	text-align: left;
	padding: 0 0 0 4px;
}
	
#sidebarContainer .sideHeader {
	background-color: #414141;
	text-align: center;
	font-size: 1em;
	/* couleur titre sidebar */
	color: #2894a6;
	height: 25px;
	padding-top: 10px;
}