
(function($){$.fn.separate_link=function(){$(this).slice(0,-1).append('|');}
$.fn.externals=function(){$(this).attr({title:"s'ouvre dans une nouvelle fen\u00EAtre"}).click(function(){window.open($(this).attr('href'));return false;});}
$('document').ready(function(){var anim=new SWFObject("/swf/top.swf","bando-swf","447","141","8","transparent",true);anim.addParam('wmode','transparent');anim.write("animation");$(".menu").superfish({delay:100,speed:"fast",animation:{opacity:"show",height:"show"}})
$('#informations li').separate_link();$('#info a[@rel=\'bookmark\']').externals();$('a[@rel=\'external\']').externals();$('#interest .choice').before('<p><a class="select_all">Tout s&eacute;lectionner</a>/<a class="unselect_all">Tout d&eacute;s&eacute;lectionner</a></p>');$('#interest .select_all').click(function(){$('#interest input').attr('checked','checked');});$('#interest .unselect_all').click(function(){$('#interest input').removeAttr('checked');});});})(jQuery);