#menu_contenant {
	position : absolute;
	width : 100%;
	height : 215px;
	top : 125px;
	left : 0;
	z-index : 10;
}
body>div#menu_contenant {
	position : fixed;
}
#menu {
    position : relative;
	width : 996px;
	height : 215px;
	margin : 0 auto; 
    text-align : left; 
    font-size : 10px;
}
#menu ul {
	position : absolute;
	width : 161px;
	height : 194px;
	top : -1px;
	left : -1px;
	margin : 0; 
	padding : 0;
	list-style : none;
	background:  url(images/menu0.jpg) top right no-repeat; 
}
#menu li a {
	width : 161px; 
	height : 60px;
	display : block;
	text-decoration : none;
}
#menu li a span {
	position : absolute;
	left : -5000px;
}
#menu li a:hover {
	background:  url(images/menu0.jpg) top right no-repeat; 
}
#menu a#news {
    position : absolute;
	top : 12px;
	left : 20px;
	width : 120px;
	height : 55px ;
	display : block;
}
#menu a#news:hover {
	background-position : -19px -206px;
}
#menu a#groupes {
    position : absolute;
	top : 69px;
	left : 14px;
	width : 122px;
	height : 56px;
	display : block;
}
#menu a#groupes:hover {
	background-position: -13px -263px ;
}
#menu a#entree {
    position : absolute;
	top : 136px;
	left : 18px;
	width : 117px;
	height : 51px;
	display : block;
}
#menu a#entree:hover {
	background-position: -17px -330px ;
}

