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' : '#028ccb',
			'height' : '10px'
		},
	}
});
sIFR.replace(myriad_pro_regular, {
    selector: '.homea h4',
    css: {
		'.sIFR-root': {
			'font-size' : '14px',
			'color' : '#6FB8A4',
			'height' : '10px'
		},
	}
});	
sIFR.replace(myriad_pro_regular, {
    selector: '.slogan h4',
    css: {
		'.sIFR-root': {
			'font-size' : '50px',
			'color' : '#f6f6f6'
		},
	}
});
sIFR.replace(myriad_pro_regular, {
    selector: '.slogan h4 slogan',
    css: {
		'.sIFR-root': {
			'font-size' : '50px',
			'color' : '#0596d8',
			'font-weight' : 'normal'
		},
	}
});
sIFR.replace(myriad_pro_regular, {
    selector: 'h4',
    css: {
		'.sIFR-root': {
			'font-size' : '14px',
			'color' : '#028ccb',
			'height' : '10px'
		},
	},
	forceSingleLine: true
});

sIFR.replace(myriad_pro_regular, {
    selector: '.titreServ',
    css: {
		'.sIFR-root': {
			'font-size' : '20px',
			'color' : '#028ccb',
			'height' : '10px'
		},
	},
	forceSingleLine: true
});
sIFR.replace(myriad_pro_regular, {
    selector: 'h5',
    css: {
		'.sIFR-root': {
			'font-size' : '15px',
			'color' : '#028ccb',
			'height' : '10px'
		},
	}
});

sIFR.replace(myriad_pro_regular, {
    selector: 'h6',
    css: {
		'.sIFR-root': {
			'font-size' : '22px',
			'color' : '#FFFFFF',
			'height' : '10px'
		},
	}
});

sIFR.replace(myriad_pro_regular, {
    selector: '#controls xspan',
    css: {
		'.sIFR-root': {
			'font-size' : '26px',
			'color' : '#ffffff',
			'height' : '10px'
		},
		
	},
	forceSingleLine: true
});

