#navigation {
	position:relative;
	margin: 0;
	margin-top:4px;
	padding: 0;
	background: #000;
	width: 163px;
	float:left;
}
#navigation * {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#navigation_header {
	width:163px;
	height:20px;
	background-image:url('/images/menu_left_header.gif');
}
#navigation #recherche {
	text-align:center;
	width:137px;
	margin:auto;
	background-color:#f1eeee;
	padding:10px;
	padding-bottom:3px;
	margin-bottom:15px;
}
#navigation #recherche a.logoff {
	display:block;
	width:145px;
	text-align:right;
	color:red;
	font-size:11px;
	margin-top:5px;
}


#navigation_body {
	width:163px;
	height:450px;	
	background-image:url('/images/menu_left_body.gif');
	background-repeat:repeat-y;	
	
}

#navigation_bottom {
	position:absolute;
	width:163px;
	height:20px;
	background-image:url('/images/menu_left_bottom.gif');
	bottom:0px;	
}

#navigation p.header {
	width:163px;
	font-size:12px;
	margin-bottom:5px;
	cursor:pointer;
	font-weight:bold;
}


#navigation h3 {
font-size:12px;
}

#navigation .toggleSubMenu {
margin-left:10px;
}

#navigation .subMenu {
margin-left:5px;
margin-bottom:10px;
}
#navigation .subMenu ul{
margin-left:5px;
}

#navigation .action {
margin-bottom:10px;
