#menu_left {
	float: left;
	background: #F0F0D9 url('../images/interface/logos/menu-left-switch-fr.gif') no-repeat left top;
	height: 145px;
	width: 24px;
}

#menu_1 {
	float: left;
	height: 145px;
	width: 377px;
	background: #F0F0D9 url('../images/interface/logos/fr_0.gif') no-repeat left top;
	position: relative;
}

	#menu_1 #lien_logo a {
		position: absolute;
		display: block;
		width: 220px;
		height: 144px;
	}

	#menu_1 ul, #menu_2 ul, #menu_3 ul, #menu_4 ul, #menu_5 ul {
		list-style: none;
		margin-top: 25px;
	}
	
	#menu_1 ul {
		margin-left: 243px;
		height: 102px;
	}
	
	#menu_1 li {
		height: 17px;
		line-height: 17px;
	}
	
	#menu_1 a {
		display: block;
		width: 134px;
		height: 17px;
		line-height: 17px;
	}
	
	
	#menu_1 a span { display: none; }
	
	#menu_1 a:hover span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 121;
	}
	
	#menu_1 a.active span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 120;
	}

	
	#menu_1 #menu01 { background: #F0F0D9 url('../images/interface/images_texte/menu_1-1.gif') no-repeat right top; }
	#menu_1 #menu02 { background: #F0F0D9 url('../images/interface/images_texte/menu_1-2.gif') no-repeat right top; }
	#menu_1 #menu03 { background: #F0F0D9 url('../images/interface/images_texte/menu_1-3.gif') no-repeat right top; }
	#menu_1 #menu04 { background: #F0F0D9 url('../images/interface/images_texte/menu_1-4.gif') no-repeat right top; }
	#menu_1 #menu05 { background: #F0F0D9 url('../images/interface/images_texte/menu_1-5.gif') no-repeat right top; }
	#menu_1 #menu06 { background: #F0F0D9 url('../images/interface/images_texte/menu_1-6.gif') no-repeat right top; }
	
	#menu_1 a:hover#menu01,
	#menu_1 a:hover#menu02,
	#menu_1 a:hover#menu03,
	#menu_1 a:hover#menu04,
	#menu_1 a:hover#menu05,
	#menu_1 a:hover#menu06,
	#menu_1 a#menu01.active,
	#menu_1 a#menu02.active,
	#menu_1 a#menu03.active,
	#menu_1 a#menu04.active,
	#menu_1 a#menu05.active,
	#menu_1 a#menu06.active { background-position: right bottom; }
