function initCufon() {
	Cufon.replace('#nav li, .section ul h4, .post-contnet h2, #sidebar .box h4, .content-text h2, .title-section h3, .featured-item h3,.agenda-content h3, #content .title h1,  #content .title .title-holder h3,#content .title .title-holder .sub-menu-page li a, #rubric_lbl, #filter_articles #rubric, .single_post .cat, .single_post .titre, .savoir_plus , .retour, #current_date, .container .title h3, .visual-block .holder strong, .social-block .frame h4, .widget_twitter ul h4, .email-form h4, .social-block .title h3, .widget_twitter .title h3, .search-form label, .menu strong, .navigation li , .single_post .content, #lab66_posts .post .cat, .field, .select_list li,#lab66_posts .post .titre', { fontFamily: 'TradeGothic', hover: true });
	Cufon.replace('.menu li li ', { fontFamily: 'TradeGothicLight', hover: true });
	Cufon.replace('.zoomSur-left h4, .social-block .title strong, .widget_twitter .title strong, .title-section h2,.page-unes .box p a,.page-unes .box p, .visual-block .holder span ', { fontFamily: 'TradeGothicM', hover: true });
}
jQuery(document).ready(function(){
	initCufon();
});
