var bauhaus = { src: "templates/media/fonts/bauhaus.swf" };

sIFR.activate(bauhaus);

function Sifrize() {
	sIFR.replace(bauhaus, {
		selector: '#entete h1',
		thickness: -100,
		sharpness: 70,
		css: [
			'.sIFR-root { font-size: 24px; color: #ffffff; letter-spacing: 0.7; }',
			'strong { font-weight: bold; }',
			'em { font-style: normal; color: #f21a92; }'
			],
		wmode: 'transparent'
	});
	
	sIFR.replace(bauhaus, {
		selector: 'h1.heading',
		thickness: -70,
		sharpness: 70,
		css: [
			'.sIFR-root { font-size: 30px; color: #ffffff; line-height: 200%; }',
			'strong { font-weight: bold; }',
			'em { font-style: normal; color: #f21a92; }'
			],
		wmode: 'transparent'
	});
	
	sIFR.replace(bauhaus, {
		selector: 'h1.accroche',
		thickness: -70,
		sharpness: 70,
		css: [
			'.sIFR-root { font-size: 25px; color: #ffffff; text-align: center; }',
			'strong { font-weight: bold; }',
			'em { font-style: normal; color: #f21a92; }'
			],
		wmode: 'transparent'
	});
}
