/*
	La société Energethics possède la license d'utilisation exclusive de ce document.
	Il ne peut être ni vendu, ni distribué, ni modifié sans l'accord de ses créateurs.
	© 2006 Olivier GUICHARD defreeze@noos.fr  - Gabriel ROUSSEAU grvg@free.fr
*/

$(document).ready(function(){
	$("a.lien_ext")
		.click(function() {window.open(this.href); return false;})
		.append("<img style=\"width: 11px; height: 11px; border:0;\" src='images/lien_externe.gif' alt='' />")
		.title(lien_extTitle_loc);
});
