$(document).ready(function() { 
	
//$("#contenu div").hide();

$("a[@title=HOME]").hover(function(){ 
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });			
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#HOME").show(0);
	$("#contenu div:not(#HOME)").hide();				
});

$("a[@title=VISITER]").hover(function(){ 
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_on.png", alt: "" });			
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#VISITER").show(0);
	$("#contenu div:not(#VISITER)").hide();				
});

$("a[@title=VOIR]").hover(function(){ 
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_on.png", alt: "" });
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#VOIR").show(0);
	$("#contenu div:not(#VOIR)").hide();
});

$("a[@title=PARTICIPER]").hover(function(){ 
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_on.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#PARTICIPER").show(0);
	$("#contenu div:not(#PARTICIPER)").hide();
});		

$("a[@title=DECOUVRIR]").hover(function(){ 
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_on.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#DECOUVRIR").show(0);
	$("#contenu div:not(#DECOUVRIR)").hide();
});

$("a[@title=EDUQUER]").hover(function(){ 
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_on.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#EDUQUER").show(0);
	$("#contenu div:not(#EDUQUER)").hide();
});

$("a[@title=FLANER]").hover(function(){ 
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_on.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#FLANER").show(0);
	$("#contenu div:not(#FLANER)").hide();
});

$("a[@title=INFORMER]").hover(function(){ 
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_on.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#INFORMER").show(0);
	$("#contenu div:not(#INFORMER)").hide();
});

$("a[@title=PRO]").hover(function(){ 
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_on.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_off.png", alt: "" });
	$("#PRO").show(0);
	$("#contenu div:not(#PRO)").hide();
});

$("a[@title=CONTACTER]").hover(function(){ 
	$("a[@title=VOIR] img").attr({ src: "graphics/ico_voir_off.png", alt: "" });
	$("a[@title=VISITER] img").attr({ src: "graphics/ico_visiter_off.png", alt: "" });
	$("a[@title=PARTICIPER] img").attr({ src: "graphics/ico_apprendre_off.png", alt: "" });
	$("a[@title=DECOUVRIR] img").attr({ src: "graphics/ico_bouger_off.png", alt: "" });
	$("a[@title=EDUQUER] img").attr({ src: "graphics/ico_eduquer_off.png", alt: "" });
	$("a[@title=FLANER] img").attr({ src: "graphics/ico_flaner_off.png", alt: "" });
	$("a[@title=INFORMER] img").attr({ src: "graphics/ico_informer_off.png", alt: "" });
	$("a[@title=PRO] img").attr({ src: "graphics/ico_pro_off.png", alt: "" });
	$("a[@title=CONTACTER] img").attr({ src: "graphics/ico_contacter_on.png", alt: "" });
	$("#CONTACTER").show(0);
	$("#contenu div:not(#CONTACTER)").hide();
});	
		
$("#HOME a").addClass('clr_visiter');
$("#VISITER a").addClass('clr_visiter');
$("#VOIR a").addClass('clr_voir');
$("#PARTICIPER a").addClass('clr_participer');
$("#DECOUVRIR a").addClass('clr_decouvrirr');
$("#EDUQUER a").addClass('clr_eduquer');
$("#FLANER a").addClass('clr_flaner');
$("#INFORMER a").addClass('clr_informer');
$("#PRO a").addClass('clr_pro');
$("#CONTACTER a").addClass('clr_contacter');

}); 
