sIFR.replace(bank, {
	selector: '.actu h1',
	css: [
		'.sIFR-root { font-size: 20px; color: #aaaaaa; }',
		'strong { font-style: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

$(document).ready(function() {
	$(".liresuite").click(function() {
		$(this).parents(".actu").find(".suite").slideToggle();
		return false;
	});
});
