#navigation .menuH{ 
	width: 151px;
	height: 11px;
	background-image: url(../images/menu_haut.jpg);
	background-repeat: no-repeat;
}
#navigation .menu_bisH{ 
	width: 151px;
	height: 11px;
	background-image: url(../images/menu_bis_haut.jpg);
	background-repeat: no-repeat;
}
#navigation .menuM{ 
	width: 151px;
	background-image: url(../images/menu_milieu.jpg);
	background-repeat: repeat-y;
}
#navigation .menu_bisM{ 
	width: 151px;
	background-image: url(../images/menu_bis_milieu.jpg);
	background-repeat: repeat-y;
}
#navigation .menuB{ 
	width: 151px;
	height: 11px;
	background-image: url(../images/menu_bas.jpg);
	background-repeat: no-repeat;
}
#navigation .menu_bisB{ 
	width: 151px;
	height: 11px;
	background-image: url(../images/menu_bis_bas.jpg);
	background-repeat: no-repeat;
}