#navcontainer, #tHaut {
	margin: 0 auto;
	padding: 0;
	width: 900px}

#navcontainer ul {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: right}

#navcontainer ul li {
	float: left;
	background-image: url(img/nav.png);
	background-repeat: no-repeat;
	background-position: 0 -70px
}

#navcontainer ul li a {
	text-decoration: none;
	background: url(img/nav.png) no-repeat bottom left;
	font-size: 1.5em;
	line-height:35px;
	float: left;
	height: 35px;
	padding-right: 10px;
	width: 150px;
	background-position: 0 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

#navcontainer li a:hover {
	background-image: url(img/nav.png);
	background-repeat: no-repeat;
	background-position: 0 -35px
}

#navcontainer li a.navActive {
	background-image: url(img/nav.png);
	background-repeat: no-repeat;
	background-position: 0 -70px
}