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: 'h2',
	    css: {
			'.sIFR-root': {
				'font-size' : '20px',
				'color' : '#B30015'
			},
			'strong': {
				'font-weight' : 'normal',
				'color' : '#686868'
			}
    	},
		forceSingleLine: true
	});

sIFR.replace(myriad_pro_regular, {
	    selector: 'h3',
	    css: {
			'.sIFR-root': {
				'font-size' : '18px',
				'color' : '#B30015'
			},
			'strong': {
				'font-weight' : 'normal',
				'color' : '#686868'
			}
    	},
		forceSingleLine: true
	});
sIFR.replace(myriad_pro_regular, {
    selector: 'h5',
    css: {
		'.sIFR-root': {
			'font-size' : '16px',
			'color' : '#B30015'
		},
		'strong': {
			'font-weight' : 'normal',
			'color' : '#686868'
		}
	},
	forceSingleLine: true
});
sIFR.replace(myriad_pro_regular, {
	    selector: 'p.titre',
	    css: {
			'.sIFR-root': {
				'font-size' : '16px',
				'color' : '#686868'
			}
    	},
		forceSingleLine: true
	});
sIFR.replace(myriad_pro_regular, {
    selector: '.Tarif .th dt, .Tarif .th dd .semaine, .Tarif .th dd .jour,  .Tarif .th dd .descri ',
    css: {
		'.sIFR-root': {
			'font-size' : '14px',
			'color' : '#686868'
		}
	},
	forceSingleLine: true
});
	
