var myriad_pro_regular = {
		src: '/js/sifr/myriad_pro_regular.swf',
		wmode:'transparent'
	};

//sIFR.useStyleCheck = true;
sIFR.fixHover = true;
sIFR.activate(myriad_pro_regular);


sIFR.replace(myriad_pro_regular, {
    selector: '.homea h2.h1',
    css: {
		'.sIFR-root': {
			'font-size' : '29px',
			'color' : '#BD1226',
			'height' : '10px'
		}
	}
});
sIFR.replace(myriad_pro_regular, {
    selector: '.homeb h4',
    css: {
		'.sIFR-root': {
			'font-size' : '20px',
			'color' : '#c2ac8a',
			'height' : '10px'
		}
	}
});
sIFR.replace(myriad_pro_regular, {
    selector: 'h2, #awkomDispo h2, h5',
    css: {
		'.sIFR-root': {
			'font-size' : '20px',
			'color' : '#c2ac8a',
			'height' : '10px'
		}
	}
});

sIFR.replace(myriad_pro_regular, {
    selector: '.titrerese',
    css: {
		'.sIFR-root': {
			'font-size' : '22px',
			'color' : '#FFF9FA',
                        'font-style' : 'italic',
			'height' : '5px'
		}
	}
});

