	#MAIN #MENU dl{
		float: left;
	}
	
	#MAIN #MENU dl,
	#MAIN #MENU dl dt {
		width: auto;
		height: 31px;
	}
	#MAIN #MENU dt{
		cursor: pointer;
		padding-left: 10px;
		background: url('../imgs/menu/item_sep.png') no-repeat center right;
	}
		#MAIN #MENU dl dt.over, #MAIN #MENU dl.menu_actif dt{
			background: url('../imgs/menu/item_on.png') no-repeat top left;
		}
	#MAIN #MENU dt#menu_item_6{
		/*background: none;*/
	}
		#MAIN #MENU dl dt#menu_item_6.over{
			background: url('../imgs/menu/item_on.png') no-repeat top left;
		}
		#MAIN #MENU dl dt a {
			display: block;
			width: auto;
			cursor: pointer;
			padding-right: 10px;
			padding-bottom: 3px;
			height: 31px;
			line-height: 28px;
		}
		#MAIN #MENU dl dt.over a{
			color: #646566;
			background: url('../imgs/menu/item_on.png') no-repeat top right;
			text-decoration: none;
		}
		
		#MAIN #MENU dl dt a:hover{
			text-decoration: none;
		}
		
	#MAIN #MENU dl dd {
		position: absolute;
		padding-top: 5px;
		padding-left: 20px;
		left: 0px;
		width: 960px;
		height: 20px;
	}
