#navigation {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 170px;
	z-index: 10;
	font-size: 0.92em;
}

#navigation h2 {
	font-weight : bold;
	font-size: 1.1em;
	color: #3E6FB4;
	padding : 10px 0 0 0;
	background : transparent url(images/bg-title-sidebar.png) no-repeat 100% 100%;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	background-color:#FFFFFF;
	}
	
#navigation ul li {
	position: relative;
		margin-top : 0.15em;
		padding-left : 15px;
		background : #fff url(images/fleche.png) no-repeat 0 0.25em;

	}
	
#navigation li ul {
	position: absolute;
	left: 120px; /* Set 1px less than menu width */
	top: 0;
	width: 150px;
	display: none;
	}

/* Styles for Menu Items */
#navigation ul li a {
	display: block;
	text-decoration: none;
	/*color: #777;*/
	background: #fff; /* IE6 Bug */
	padding: 0;
	border: 1px solid #fff; /* IE6 Bug */
	/*border-bottom: 0;*/
	}
	
/* Holly Hack. IE Requirement \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }
/* End */

#navigation li:hover ul, #navigation li.over ul { display: block; } /* The magic */

#divers {
	position: absolute;
	top: 350px;
	left: 20px;
	width: 170px;
	/*z-index: 100;*/
	font-size: 0.9em;
}

#divers h2 {
	font-weight : bold;
	font-size: 1.1em;
	color: #3E6FB4;
	padding : 10px 0 0 0;
	background : transparent url(images/bg-title-sidebar.png) no-repeat 100% 100%;
}

#divers ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#divers li {
	display : block;
	margin-top : 0.15em;
	padding-left : 15px;
	color : #3E6FB4;
	background : transparent url(images/fleche.png) no-repeat 0 0.25em;
}

#divers a {
	text-decoration : none;
}

#divers li:hover {
	color : #3E6FB4;
}


.gauche {
	text-align: left;
}