$(document).ready(function() {
	// charte graphique
	$('#logo-charte > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});

