sIFR.replace(eurostile, {
	selector: '.bloc h2',
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 24px; color: #ffffff; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: '.bloc h3',
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 18px; color: #99cbb6; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});