function showActualiteMenu()
{
	$('#button_8').click(function()
	{
		$('#actu_barre').slideDown(500);
	});
}
