sIFR.replace(willgrace, {
	selector: 'h1.accueil',
	css: [
		'.sIFR-root { font-size: 50px; color: #eae7d4; text-align: right; }',
		'strong { font-style: bold; }',
		'em { font-style: normal; color: #89b916; }'
		],
	wmode: 'transparent'
});

sIFR.replace(centurygothic, {
	selector: 'h2.accueil',
	css: [
		'.sIFR-root { font-size: 20px; color: #89b916; text-align: right; }',
		'strong { font-style: bold; }',
		'em { font-style: normal; color: #eae7d4; }'
		],
	wmode: 'transparent'
});

$(document).ready(function() {
	if(jQuery.browser.msie) {
		var frame = 'templates/media/accueil_frame.gif';
	} else {
		var frame = 'templates/media/accueil_frame.png';
	}
	$('ul#slideshow').animatedinnerfade({
		speed: 3000,
		timeout:  3000,
		type: 'sequence',
		containerwidth: '700px',
		containerheight: '420px',
		animationSpeed: 0,
		animationtype: 'fade',
		controlBox: 'none',
		displayTitle: 'none',
		bgFrame: frame
	});
});
