function init()
{
	displayButton();
	showActualiteMenu();
}

$(document).ready(function()
{
	init();
});
