$(document).ready(function() {
// ------------------------------------------------------------------------------------------
	
	// -------- ajout de liens top ------------------------------
	var eeellinks = '<li><a href="http://www.ge.ch/dip/">Instruction publique, culture et sport</a></li>';
	// ----------------------------------------------------------
	
	$('#eeel-menu ul li').append(eeellinks);
	$('#eeel-idsite a').html('PIXEL <font size="2">(wwwedu.ge.ch)</font>'); // NOM DU SITE
	$('#eeel-idsite a').attr({href: "/dip/pixel/"}); // URL DU SITE
	$('#eeel-right a').attr({href: "http://icp.ge.ch/sem/sites/spip.php?article151"}); // URL IMPRESSUM

// ------------------------------------------------------------------------------------------
}); // end document ready
