// JavaScript Document
jQuery(function(){
				console.log("ici");
jQuery(".langue .selector a").hover(function(){
											 jQuery('.langue img.other').attr("src","/wp-content/themes/curvo_v1.3.4/images/pays_"+String(jQuery(this).html())+".png");
											 jQuery('.langue img.other').toggleClass('hidden');
											 jQuery('.langue img.current').toggleClass('hidden');
											 });
				});
