#navcontainer {
	width: 80% ;
	position:relative ;
	margin-left:20% ;
	margin-top: -72px ;
}
#navlist {
	position: absolute;
	width: 88%;
	height: 16px;
	margin-left:0 ;
	padding: 0;
	border-bottom: none;
	white-space: nowrap;
}
#navlist li {
	float: left;
	height: 26px;
	margin: 0px 0 0 4px;
	border-bottom: 0px solid #778;
	list-style-type: none;
	background-image: url(images/inter.jpg);
}
#navlist li a {
	position: relative;
	display: block;
	margin-left:8px ;
	padding: 5px;
	border-style: none;
	border-color: #ccc;
	color: #ffffff;
	font: 11px Arial;
	text-align: center;
	text-decoration: none;
}
#navlist li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #778;
	border-color: #778;
}
#navlist li#active a {
	background-image: url(images/inter2.jpg);
	background-repeat: no-repeat;
	height: 27px;
	color: #fff;
	border-color: #778;
}
#navlist li#active a:hover {
	text-decoration: none;
	color: #fff;
}
#navlist ul#subnavlist {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #778;
	white-space: nowrap;
}
#navlist ul#subnavlist li {
	width: 125px;
	margin: 0;
	border: 0;
}
#navlist ul#subnavlist li a {
	width: 125px;
	padding: 2px 0px 3px 0;
	border: 0;
	background-color: #fff;
	color: #000;
	font: 11px Arial;
}
#navlist ul#subnavlist li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	background-color: #ccc;
}
#navlist ul#subnavlist li#subactive a {
	background-color: #ccc;
	color: #000;
}
* html > body #navlist, * html > body #navlist ul#subnavlist {
	width: 100%;
}
#logo { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
#droite {
	width: 370px;
	height: 157px;
	background-repeat: no-repeat;
	background-image: url(images/droite.jpg);
	font-size: 1px;
	float: right;
}
#centre {
	width: 100%;
	height: 157px;
	background-image: url(images/centre.jpg);
}
#gauche {
	width: 410px;
	height: 157px;
	background-repeat: no-repeat;
	background-image: url(images/gauche.jpg);
	font-size: 1px
}

