$('document').ready(function(){
	/* 
	 * =============================================
	 * INITIALISATION DES BOUTONS
	 * =============================================
	 * */
	$('input:button, input:submit').button();
});
