/************************************************
* Menu droit  version ul li
*************************************************/
/* 	width : 235px;	*/
#menu_droit{
	width : auto;
	line-height : 120%;
	padding-left : 0px;
	margin-left : -8px;
	margin-top : 8px;
}

#menu_droit ul { 
	list-style-type : none; 
}

#menu_droit li { 
	mini-height : 17px;
	padding : 0px;
	line-height : 15px;
	margin-bottom : 0px;
	
}

#menu_droit a {
	font-size : 11px;
	color : #428F9C ;
	color 		: #1E838C; 
	padding-left : 5px;
	text-decoration : none;
	height : 16px;
}

#menu_droit a:hover {
	color : #428F9C ;
	color 		: #1E838C; 
	text-decoration : none;
}
#menu_droit a.right_on{
	color : #428F9C ;
	color 		: #1E838C; 
	font-weight:bold;
}

#menu_droit li a.right_on  span{
	color : #428F9C ;
	color 		: #1E838C; 
	font-weight:bold;
	display : block;
	position: relative; 
	width	: 11px; 
	height	: 11px; 
	left	: -15px; 
	top		: -14px;
	background-image	:url(img/bp-on.gif);
	background-position	: center center;
	background-repeat 	:no-repeat;
}

#menu_droit li a span {
	display : block;
	position: relative; 
	width	: 11px; 
	height	: 11px; 
	left	: -15px; 
	top		: -14px;
	background-image:url(img/bp-off.gif);
	background-position	: center center;
	background-repeat 	:no-repeat;
}
#menu_droit li a:hover span { 
	display : block;
	position: relative; 
	width	: 11px; 
	height	: 11px; 
	left	: -15px; 
	top		: -14px;
	background-image:url(img/bp.gif);
	background-position	: center center;
	background-repeat 	:no-repeat;
}


