// w400 - normal, w999 - bold
Cufon.set('fontFamily', 'titillium');

	//Cufon.replace('#navigation a', {
	//	hover: true
	//});

	
	Cufon.replace('.namelist li a', {
		hover: true
	});
	Cufon.replace('body.accueil .head a', {
		hover: true
	});
	Cufon.replace('body.emploisaccueil .head a', {
		hover: true
	});
	
	Cufon.replace(
		'#footer h2,' +
		'#content h2,' +
		'.cufonize,' +
		'.map .vcard .fn .given-name,' +
		'.map .vcard .fn .additional-name,' +
		'body.equipededirection .carousel .head span.name,' +
		'body.equipededirection .carousel .head span.surname,' +
		'body.installations #content .carousel .main .about span.voxdata,' +
		'body.installations #content .carousel .main .about span.location,' +
		'body.temoignages-complet .role,' +
		'body.accueil #highlight h3,' +
		'body.accueil #highlight .role,' +
		'body.emploisaccueil .title .location strong,' +
		'body.emploisaccueil .title .location span,' +
		'body.accueil .title h2.faits-pour-sentendre span.line'
	)

// The thin font
//Cufon.set('fontFamily', 'titilliumb').replace('h1:not(:only-child)')('.title h1 span');
Cufon.set('fontFamily', 'titilliumb').replace('h1:not(:only-child)')('.title h1 .line');
Cufon.set('fontFamily', 'titillium').replace('#navigation', {hover: true});
