#navcontainer {
	width:100% ; 
	position:relative ;
	margin-left:12% ;
	margin-top: -56px ;
}
#navlist {
	position: absolute;
	width: 88%;
	height: 16px;
	margin-left:0 ;
	padding: 0;
	border-bottom: 1px solid #778;
	white-space: nowrap;
}
#navlist li {
	float: left;
	margin: 0px 0 0 4px;
	border-bottom: 0px solid #778;
	list-style-type: none;
}
#navlist li a {
	position: relative;
	width: 100px;
	display: block;
	margin: 0;
	padding: 2px 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	color: #666;
	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-color: #778;
	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%;
}
#bando1 {
	width: 100%;
	background-image: url(images_menus/bandeau_02.jpg);
}
#gauche {
	width: 139px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url(images_menus/bandeau_00.jpg);
	font-size: 1px
}
#droite {
	width: 587px;
	height: 90px;
	background-repeat: no-repeat;
	background-image: url(images_menus/bandeau_03.jpg);
	font-size: 1px;
	float: right;
}
