#sommaire {
	overflow-y:auto;
	overflow-x:hidden;
	height:401px;
}

#sommaire ul {
	margin:0px;
	padding:0px;
	width:160px;
	margin-left:5px;
}

#sommaire div {
	width:182px;
	height:22px;
	min-height:22px;
	display:block;
	background-color:#dbd2c1;
	text-transform:uppercase;
	margin-bottom:2px;
	line-height:9px;
}

#sommaire .sous-menu-sommaire {
	height:auto;
	min-height:auto;
	background-color:#e5dcd0;
	display:none;
}

#sommaire .sous-menu-sommaire ul li {
	list-style-type:none;
	background-image:url(../images/efe/square.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	color:#004990;
}

#sommaire ul li a {
	line-height:15px;
	color:#004990;
	display:block;
	height:100%;
	width:100%;
}

#sommaire ul li a:hover {
	background-color:#f4f0ec;
}


#sommaire div a {
	color:#3f3c36;
	font-size:8px;
	display:block;
	height:100%;
	width:100%;
	overflow:hidden;
	cursor:pointer;
	font-weight:bold;
}

#sommaire div a .blockColor {
	width:15px;
	height:100%;
	display:block;
	float:left;
}

#sommaire div a .nav-link-text {
	margin:2px;
	float:right;
	width:145px;
	margin-right:15px;
	
}
