/** enleve la dernière séparation du menu **/
$(function() {
		$(".boxshorcutfooter li:first").css("background","none");
 	});
