// Liens externes (V.20.04.2011)---------------------------------------------------

jQuery().ready(function() {
	/*
	var h = document.getElementsByTagName('base')[0].href;
	var t = ' (S\'ouvre dans une nouvelle fenêtre)';

	$("a[href*='.pdf']").each(function() {
		$(this).attr('title',$(this).attr('title')+t);
		$(this).click(function() {
			window.open( $(this).attr('href') ,'_blank');
			return false;
		});
	});
	$("a[href^='http:']").not("[href*='" + h + "']").each(function() {
		$(this).attr('title',$(this).attr('title')+t);
		$(this).click(function() {
			window.open( $(this).attr('href') ,'_blank');
			return false;
		});
	});
	*/
});

jQuery().ready(function() {

	// Sliders ---------------------------------------------------------------------

	/* Slider Actus */

	jQuery(".list_actus").easySlider({
		loop: true,
		orientation: 'fade',
		autoplayDuration: 7000,
		autogeneratePagination: false,
		pauseable: false
	});

});

