sIFR.replace(kabel, {
	selector: '.form label',
	css: [
		'.sIFR-root { font-size: 13px; color: #b1c800; text-align: right; }',
		'strong { font-style: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});
sIFR.replace(anke, {
	selector: '.ardoise_accueil h1',
	css: [
		'.sIFR-root { font-size: 20px; color: #aec900; text-align: center; }',
		'strong { font-style: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});