function initCufon() {
	Cufon.replace('h1.title', { fontFamily: 'Zurich Cn BT', hover: true });
	Cufon.replace('#header .moto', { fontFamily: 'Zurich Cn BT', hover: true });
	/*Cufon.replace('.Slide-Show-News .bar', { fontFamily: 'Zurich Cn BT', hover: true });*/
	Cufon.replace('.Slide-Show-News .title, .Slide-Show-News .link', { fontFamily: 'Zurich Cn BT', hover: true });
	Cufon.replace('.Widget-JPO p', { fontFamily: 'Zurich Cn BT', hover: true });
	Cufon.replace('.Bloc-Planete-Metiers h2', { fontFamily: 'Zurich Cn BT', hover: true });
	Cufon.replace('.Bloc-Darketing h3', { fontFamily: 'Zurich Cn BT', hover: true });
	Cufon.replace('.Widget-JPO .title', { fontFamily: 'Zurich bold Cn BT', hover: true });
	Cufon.replace('.Bloc-A-Propos h3', { fontFamily: 'Zurich bold Cn BT', hover: true });
	Cufon.replace('.Bloc-Planete-Metiers .intro', { fontFamily: 'Zurich bold Cn BT', hover: true });
}

$(document).ready(function(){
	initCufon();
});
