var lovesister = {src: FONT_LOCATION+'lovesister.swf'};
var qlassik = {src: FONT_LOCATION+'qlassik.swf'};

sIFR.activate(lovesister);
sIFR.activate(qlassik);

sIFR.replace(lovesister, {
	selector: 'h1.heading',
	css: [
		'.sIFR-root { font-size: 50px; color: #000000; }',
		'strong { font-style: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(qlassik, {
	selector: 'h2.heading',
	css: [
		'.sIFR-root { font-size: 30px; color: #539513; text-align: right; }',
		'strong { font-style: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(lovesister, {
	selector: 'h3.heading',
	css: [
		'.sIFR-root { font-size: 25px; color: #000000; }',
		'strong { font-style: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(lovesister, {
	selector: '.form label',
	css: [
		'.sIFR-root { font-size: 14px; color: #c6172c; text-align: right; }',
		'strong { font-style: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(lovesister, {
	selector: '.toile h1',
	css: [
		'.sIFR-root { font-size: 16px; color: #ffffff; text-align: left; }',
		'strong { font-style: bold; }',
		'em { font-style: notmal; color: #5aa611; }'
		],
	wmode: 'transparent'
});

sIFR.replace(lovesister, {
	selector: '.toile .tarif',
	css: [
		'.sIFR-root { font-size: 16px; color: #e5475b; text-align: right; }',
		'strong { font-style: bold; }',
		'em { font-style: notmal; color: #5aa611; }'
		],
	wmode: 'transparent'
});