#container {
	z-index: 0;
}

.navigation-titre {
	width: 210px;
	color: white;
	background-color: #404040;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

#wrapper {
	position:absolute;
	z-index: 1;
    padding: 0;
    margin: 0;
	width: 230px;
	height: 480px;
	background-color: #eeeeee;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	height: 480px;
	padding:0;
}

#scroller ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
}

#scroller li {
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	background-color :#eeeeee;
	font-size: 12px;
	
}

#scroller li a:hover {
	background-color: #ff0000;
	height: 28px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#scroller li a.current {
	background-color: #ff0000;
	height: 28px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}