@charset "utf-8";

/** Section Vertical menu **/

#v_menu {
	background-color : white ;
}
	
#v_menu_top {
	background 	: transparent url('../images/vertical_menu/top.png') scroll no-repeat top left ;
	height 			: 33px ;
}

#v_menu_content{
	background : transparent url('../images/vertical_menu/content.png') scroll repeat-y top left ;
}

#v_menu_bottom {
	background 	: transparent url('../images/vertical_menu/bottom.png') scroll no-repeat bottom left ;
	height 			: 30px ;
}


#v_menu_title {
	background 		: transparent url('../images/puces_fleches/fleche.png') scroll no-repeat center left ;
	margin-left 	: 11px ;
	padding-left	: 25px ;
	
	height 				: 33px ;
	line-height 	: 33px ;
	
	font-size 		: 14px ;
	font-weight 	: bold ;
	color 				: #666666 ;
	
	
}

#v_menu_title.smaller {
	font-size : 12px ;
}

#v_menu_content .items {
	padding : 0 ;
}

#v_menu_content .items  li {
	background : none ;
	margin : 0 ;
	padding : 0 ;
	
}

#v_menu_content .item  {
	height 					: 31px ;
	line-height 		: 31px ;
	text-decoration : none ;
	width 					: 220px ;
	display 				: block ;
	color 					: #666666 ;
	font-size 			: 12px ;
}

#v_menu_content .item span {
	margin 				: 0 3px ;
	padding-left 	: 8px ;
	border-top 		: 1px solid #CCCCCC ;
	display 			: block ;
	padding-right : 20px ;
	background 		: transparent url('../images/puces_fleches/double_arrow.gif') scroll no-repeat 195px center ;
}

#v_menu_content .item .smaller{
	font-size : 11px ;
}

#v_menu_content .items li:first-child span {
	border : none ;
}

/*
#v_menu_content .item.first span {
	border : none ;
}*/

#v_menu_content .item:hover,#v_menu_content .item.current , #v_menu_content .current .item{
	height 					: 31px ;
	line-height 		: 31px ;
	text-decoration	: none ;
	width 					: 220px ;
	background 			: transparent url('../images/vertical_menu/selected.png') scroll no-repeat top left ;
	color 					: #EA691E;
	/*font-size : 14px ;*/
}


