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


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

sIFR.replace(bellGothic, {
	    selector: '#header .menu li',
	    css: {
			'.sIFR-root': {
				'font-size' : '13px',
				'color' : '#ffffff'
			},
			'a': {
				'font-size' : '13px',
				'color' : '#ffffff',
				'text-decoration':'none'
			},
			'a:hover': {
				'font-size' : '13px',
				'color' : '#ffffff',
				'text-decoration':'none'
			}
    	},
		forceSingleLine: true
	});
sIFR.replace(bellGothic, {
	    selector: '#bandeau .divSlogan, #bandeau .div',
	    css: {
			'.sIFR-root': {
				'font-size' : '18px',
				'color' : '#ffffff'
			}
    	},
		forceSingleLine: true
	});