function attacherLinksAction() { 
	//Lien accueil cite 
	$("linkAccueilCite").onclick = function() { 
		fenetreCent(this.href, "external_window", 800, 560, "resizable=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,toolbar=yes");
		return false;
	}
	$("linkBoutique").onclick = function() { 
		fenetreCent(this.href, "external_window", 800, 560, "resizable=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,toolbar=yes");
		return false;
	}
	//Liens footer  
	$("linkPresse").onclick = function() { 
		fenetreCent(this.href, "external_window", 800, 560, "resizable=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,toolbar=yes");
		return false;
	}
	$("linkContact").onclick = function() { 
		fenetreCent(this.href, "external_window", 800, 560, "resizable=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,toolbar=yes");
		return false;
	}
	$("linkPratique").onclick = function() { 
		fenetreCent(this.href, "external_window", 910, 560, "resizable=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,toolbar=yes");
		return false;
	}
	$("linkSelection").onclick = function() { 
		fenetreCent(this.href, "external_window", 800, 560, "resizable=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,toolbar=yes");
		return false;
	}
	$("linkLettre").onclick = function() { 
		fenetreCent(this.href, "external_window", 600, 500, "resizable=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,toolbar=yes");
		return false;
	}
	$("linkAnimation").onclick = function() { 
		fenetreCent(this.href, "external_window", 800, 560, "resizable=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,toolbar=yes");
		return false;
	}
	
	
		$('son').onclick = function(){
			if(sound)
			{
				$('son').innerHTML = "<img src='"+home_path+"img/son-off.png' alt='son' width='20' height='20' />";
			}
			else
			{
				$('son').innerHTML = "<img src='"+home_path+"img/son-on.png' alt='son' width='20' height='20' />";
			}
			
			sound = !sound;
			turnSound();
			return false;
		}

		// Changement de version
		lienVersionHTML = $('versionHTML');
		lienVersionHTML.onclick = function() { 
	        fenetreCent(home_path+"bascule.php","bascule",300,200,"resizable=no,location=no,menubar=no,status=no,scrollbars=no,toolbar=no");
		 }
		 
		lienVersionFlash = $('versionFlash');
		lienVersionFlash.onclick = function() { 
	        fenetreCent(home_path+"bascule.php?version=Flash","bascule",300,200,"resizable=no,location=no,menubar=no,status=no,scrollbars=no,toolbar=no");
		 }
}
