$(document).ready(function() {
	FLIR.init({path: '/js/facelift/'});
	
	// Titre de page
	FLIR.replace('div#main h2.category_title', new FLIRStyle({ cFont:'futurabooks', addWidth:10, mode:'wrap'}));
	FLIR.replace('div.star_products_item h2.futurabooks', new FLIRStyle({ cFont:'futurabooks', addWidth:10}));
	FLIR.replace('h2.futurabooks', new FLIRStyle({ cFont:'futurabooks', addWidth:10, mode:'wrap'}));

	// Titre panier
	FLIR.replace('div#shopping_cart h2', new FLIRStyle({ cFont:'futurabooks', addWidth:10}));

	// Vous aimerez aussi ...
	FLIR.replace('div#moreProducts h4', new FLIRStyle({ cFont:'futurabooks', addWidth:5}));

	// Numéro de téléphone
	FLIR.replace('div.customer_service p', new FLIRStyle({ cFont:'candara', addWidth:5, realFontHeight:true, mode:'progressive'}));
//	FLIR.replace('div.customer_service span', new FLIRStyle({ cFont:'futurabooks', addWidth:5, realFontHeight:true, mode:'progressive'}));

	// Thead
	FLIR.replace('table.std thead th', new FLIRStyle({ cFont:'futurabooks', addWidth:5, realFontHeight:true, mode:'progressive'}));

	// Order
	FLIR.replace('div#cart_voucher h4',new FLIRStyle({ cFont:'candarab'}));
//	FLIR.replace('span.button_orange2_content',new FLIRStyle({ cFont:'candarab', realFontHeight:true}));
});
