#navigation {
	float: left;
	width: 170px;
	padding: 0 0 0 45px; /* - les 7 pixels de l'underscore */
	margin-top:70px;
}

#navigation_top {
	position:absolute;
	left:283px;
	top:49px;
}


#navigation a {
	font-weight:bold;
	width: 100%;
	font-size:13px;
}

#navigation a:hover,
#navigation .selected,
#navigation .selected .head {
	color: #fff;
}

#navigation .section {
	margin-bottom: 20px;
}

#navigation .section.espace {
	margin-top: 73px;
}


#navigation .subSection {
	margin-top: 5px;
	margin-left: 25px;
}

#navigation .subSection a {
	text-transform: none;
}

#navigation .underscore,#navigation_top .underscore  {
	width:7px;
	height:11px;
	float:left;
	margin-right:3px;
}

#navigation .section.selected .underscore, #navigation_top .section.selected .underscore {
	border-bottom:1px solid #fff;
}

#navigation #s9{
	display:none;
}
#navigation .section.selected .subSection.selected .underscore {
	border-bottom:1px solid #fff;
}

#navigation .section.selected .container .underscore {
	border-bottom:0;
}