$(document).ready(function()
	{
	$(function () {
		$("#menuScolaire li:last").addClass("last");
		
		$("a[rel='lightbox']").lightBox();
	});
});
