@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------*/
#menu_index {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	width: 154px;
}
#menu_index .titreMenu {
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 2px;
}
#menu_index h3 { 
	font-family: 'EurostileTRegular';
	font-weight:normal;
	color:#2c90a2;
}
#menu_index ul, #menu_index li {
	list-style:none;
}
#menu_index .menus {
	margin: 0px 0px 10px;
	padding: 0px;
}

#menu_index .menus li {
	border-bottom: 1px solid #FFFFFF;
	height: auto;
}
#menu_index .menus a {
	font-size: 0.7em;
	text-decoration: none;
	color: #666;
	padding-left: 0px;
	display: block;
	padding-top: 3px;
	width: 140px;
	margin:0px;
}
#menu_index .menus .dernier {
	border:none;
}
#menu_index .menus a:hover {
	color: #111;
}

