$(document).ready(function(){

	var helveticaNeue = {
	      src: root+'modules/sifr3/fonts/helveticaNeue_light.swf'
	};

	sIFR.activate(helveticaNeue);

	sIFR.replace(helveticaNeue, {
		selector: 'h1',
		css: {
		   	'.sIFR-root': { 'color': '#3b3b3b', 'font-size':'24'},
			'a': {'text-decoration':'none', 'color': '#3b3b3b' },
			'a:hover': {'text-decoration':'underline', 'color': '#3b3b3b'}
		},
	    fitExactly: true,
		tuneHeight: -1,
//		antiAliasType:'advanced',
		wmode: 'transparent'
	});

	sIFR.replace(helveticaNeue, {
		selector: 'h2.titre',
		css: {
		   	'.sIFR-root': { 'color': '#3b3b3b', 'font-size':'18'},
			'a': {'text-decoration':'none', 'color': '#3b3b3b' },
			'a:hover': {'text-decoration':'underline', 'color': '#3b3b3b'}
		},
	    fitExactly: true,
		tuneHeight: -1,
//		antiAliasType:'advanced',
	    wmode: 'transparent'
	});

	sIFR.replace(helveticaNeue, {
		selector: 'h2.side',
		css: {
		   	'.sIFR-root': { 'color': '#cccccc', 'font-size':'18'},
			'a': {'text-decoration':'none', 'color': '#cccccc' },
			'a:hover': {'text-decoration':'underline', 'color': '#cccccc'}
		},
	    fitExactly: true,
		tuneHeight: -1,
//		antiAliasType:'normal',
	    wmode: 'transparent'
	});
});
