var itckabel = { src: document.skinPath + "flash/itckabel.swf" };

sIFR.activate(itckabel);

sIFR.replace(itckabel, {
	selector: 'h1.heading',
	thickness: -50,
	sharpness: 50,
	css: [
		'.sIFR-root { font-size: 20px; color: #da1616; font-weight: bold; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(itckabel, {
	selector: 'h1.pilote',
	thickness: -50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 30px; color: #111111; font-weight: bold; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; color: #999999; }'
		],
	wmode: 'transparent'
});

sIFR.replace(itckabel, {
	selector: 'h2.pilote',
	thickness: -50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 18px; color: #db1717; font-weight: bold; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; color: #999999; }'
		],
	wmode: 'transparent'
});

sIFR.replace(itckabel, {
	selector: 'h1.slogan',
	thickness: -50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 20px; color: #db1616; font-weight: bold; font-style: italic; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; color: #999999; }'
		],
	wmode: 'transparent'
});

sIFR.replace(itckabel, {
	selector: 'h2.slogan',
	thickness: -50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 16px; color: #222222; font-weight: bold; font-style: italic; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; color: #999999; }'
		],
	wmode: 'transparent'
});

sIFR.replace(itckabel, {
	selector: '.historique h1',
	thickness: -50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 16px; color: #db1616; font-weight: bold; font-style: italic; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; color: #999999; }'
		],
	wmode: 'transparent'
});