jQuery(document).ready(function(){
	/**
	 * Cluetip Cosmoparis :
	 * - mot de passe oublié (création de compte et tunnel d'achat)
	 * - mentions légale (création de compte) - disable
	 */
	// mot de passe oublié
	jQuery('a.popin-forgotpassword').cluetip({attribute: 'href', width: 352, positionBy:'center', arrows: false, referent:'.middle'});
	// mentions légale - disable
	//jQuery('.account-create .cadre-compte .form-panier > a').cluetip({local: true, width: 450, positionBy:'center', arrows: false});
	// Information relais kiala
	jQuery('.checkout-shipping-method .titre a.cluetip_method').cluetip({local: true, width: 500, positionBy:'center', arrows: false});

	/**
	 * 
	 */
	
});
