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' : '#522817',
			'font-style' : 'italic',
			'height' : '10px'
		},
	}
});
sIFR.replace(myriad_pro_regular, {
    selector: '.homea h4',
    css: {
		'.sIFR-root': {
			'font-size' : '14px',
			'color' : '#922c1b',
			'font-style' : 'italic',
			'height' : '10px'
		},
	}
});	
sIFR.replace(myriad_pro_regular, {
    selector: 'h2, #awkomDispo h2, h5, h4',
    css: {
		'.sIFR-root': {
			'font-size' : '20px',
			'color' : '#922c1b',
			'font-style' : 'italic',
			'height' : '10px'
		},
	}
});

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

