sIFR.replace(eurostile, {
	selector: 'h3.heading',
	sharpness: 50,
	css: [
		'.sIFR-root { font-size: 20px; color: #0c0e79; text-align: center; font-weight: bold; }',
		'strong { font-weight: bold; }',
		'em { font-style: normal; color: #c6c6c6; }'
		],
	wmode: 'transparent'
});

$(document).ready(function() {
	$(".blocs > .bloc").find("a").attr("href","professionnel-accueil.html");
	$(".blocs > .bloc:first").find("a").attr("href","particuliers-accueil.html");
});