
ul 									{ list-style: none; }

 #cad_menu
 {
 	margin:0;
	padding:0;
	width:150px;
	float:left;
	margin-top:5px;
	margin-left:6px;
	margin-right:0px;
	background-image:url(../images/fond_menu.jpg);
	background-repeat:repeat-y;
	-margin-left:3px;
	-margin-top:0;
	-width:140px;
 }

	
	#menu_left{
		padding-left:0;
		margin-left:0;
		margin-top:0;
		width:150px;
		-width:140px;
		padding-top:0;
		list-style:none;
		-margin-bottom:10px;
	}
	
		.menu_title
		{
			margin-top:-6px;
			padding-top:7px;
			margin-bottom:-15px;
			?margin-bottom:-8px;
			-margin-bottom:-8px;
			margin-left:-1px;
			width:149px;
			-width:140px;
			height:35px;
			background-image:url(../images/onglet_menu.gif);
			background-repeat:no-repeat;
			font-weight:bold;
			text-align:center;
			color:white;
	
		}
		
		.menu_element 
		{
			width:132px;
			min-height:20px;
			text-align:left;
			padding-left:5px;
			font-weight:normal;
			border:0;
			padding-right:0px;
			background:none;
		}
		
			.menu_element a
			{
				display:block;
				text-decoration:none;
				color:#4e4e4e;
				width:127px;
				min-height:20px;
				outline:none;
			}
			
			.menu_element a:hover
			{
				font-weight:bold;
				color:#646464;
				font-style:italic;
			}
		
	 #end_menu
	 {
		margin-top:-10px;
		-margin-bottom:-6px;
		-margin-top:-5px;
		width:140px;
		height:10px;
		background-image:url(../images/end_menu.jpg);
		background-repeat:no-repeat;
	 }
	
