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

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
	selector: 'h1.heading',
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 35px; color: #f7ae19; }',
		'strong { font-style: bold; }',
		'em { font-style: normal; color: #ffffff; }',
		'a { color: #eeeeee; text-decoration: none; }',
		'a:hover { color: #cccccc; text-decoration: none; }',
		'a:visisted { color: #eeeeee; text-decoration: none; }'
		],
	wmode: 'transparent'
});

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

sIFR.replace(eurostile, {
	selector: 'h2.headingGauche',
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 25px; color: #54c3ec; }',
		'strong { font-style: bold; }',
		'em { font-style: italic; }'
		],
	wmode: 'transparent'
});

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

sIFR.replace(eurostile, {
	selector: '#entete h1',
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 14px; color: #ffffff; letter-spacing: 1; }',
		'a { color: #c1d13c; text-decoration: none; }',
		'a:hover { color: #ffb622; }',
		'a:visited { color: #c1d13c; }'
		],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: '#pied h1',
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 12px; color: #010d23; letter-spacing: 1; }',
		'a { color: #f7ae19; text-decoration: none; }',
		'a:hover { color: #54c3ec; }',
		'a:visited { color: #f7ae19; }'
		],
	wmode: 'transparent'
});

sIFR.replace(eurostile, {
	selector: '.form label',
	fitExactly: true,
	css: [
		'.sIFR-root { font-size: 15px; color: #ffb319; text-align: right; }'
		],
	wmode: 'transparent'
});