function initCufon() {
	Cufon.replace('.date .nojour, .date .mois,.date .jour', { fontFamily: 'TradeGothic', hover: true });
	Cufon.replace('', { fontFamily: 'TradeGothicLight', hover: true });
	Cufon.replace('', { fontFamily: 'TradeGothicM', hover: true });
}
jQuery(document).ready(function(){
	initCufon();
});
