(function($) {
	$(document).ready( function() {		

//$("a.fancylink").fancybox({'transitionIn':'elastic','transitionOut':'elastic','speedIn':600,'speedOut':200,'overlayShow':true});
// Toggle function
$(".toggle_container_tms,.toggle_container,#toggle_container_rappel,.toggle_container_btt").hide();
$("p.trigger,p.trigger_postuler,p.trigger_rappel,p.trigger_rappel2").click(function(){
		$(this).toggleClass("active").next().slideToggle("slow");
		return false; //Prevent the browser jump to the link anchor
});
$('a.external').click(function(){this.target = '_blank';});
	});
})(jQuery);


