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

sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
	selector: 'h1.heading',
	thickness: -50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 25px; color: #2e323d; }',
		'a { font-weight: normal; color: #fb6c16; text-decoration: none; }',
		'a:hover { font-weight: normal; color: #FF4000; text-decoration: none; }',
		'strong { font-weight: normal; color: #cccccc; }',
		'em { font-style: normal; color: #999999; }'
		],
	wmode: 'transparent'
});

sIFR.replace(centurygothic, {
	selector: 'h2.heading',
	thickness: 0,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 20px; color: #fb6c16; }',
		'strong { font-weight: bold; }',
		'em { font-style: normal; color: #999999; }'
		],
	wmode: 'transparent'
});

sIFR.replace(centurygothic, {
	selector: 'h3.heading',
	thickness: 50,
	sharpness: 50,
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 16px; color: #fb6c16; }',
		'strong { font-weight: bold; }',
		'em { font-style: normal; color: #999999; }'
		],
	wmode: 'transparent'
});

sIFR.replace(centurygothic, {
	selector: '#entete h1',
	thickness: 150,
	sharpness: 50,
	filters: {
		DropShadow: {
			distance: 1,
			color: '#272c37',
			strength: .5,
			alpha: .5
		}
	},
	css: [
		'.sIFR-root { font-size: 35px; color: #fb6c16; text-align: right; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

sIFR.replace(centurygothic, {
	selector: '#entete h2',
	thickness: -50,
	sharpness: 70,
	filters: {
		DropShadow: {
			distance: 1,
			color: '#272c37',
			strength: .5,
			alpha: .5
		}
	},
	css: [
		'.sIFR-root { font-size: 25px; color: #ffffff; text-align: right; }',
		'strong { font-weight: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});