$(function()
{
	var ticker = function()
	{
		setTimeout(function(){
			$('#ulRadio li:first').animate( {marginTop: '-30px'}, 800, function()
			{
				$(this).detach().appendTo('ul#ulRadio').removeAttr('style');
			});
			ticker();
		}, 2000);
	};
	ticker();
});

$(function()
{
	var ticker = function()
	{
		setTimeout(function(){
			$('#ulPresse li:first').animate( {marginTop: '-44px'}, 800, function()
			{
				$(this).detach().appendTo('ul#ulPresse').removeAttr('style');
			});
			ticker();
		}, 3000);
	};
	ticker();
});

$(function()
{
	var ticker = function()
	{
		setTimeout(function(){
			$('#ulVideo li:first').animate( {marginTop: '-44px'}, 800, function()
			{
				$(this).detach().appendTo('ul#ulVideo').removeAttr('style');
			});
			ticker();
		}, 2500);
	};
	ticker();
});

$(function()
{
	var ticker = function()
	{
		setTimeout(function(){
			$('#ulProgrammes01 li:first').animate( {marginLeft: '-190px'}, 1000, function()
			{
				$(this).detach().appendTo('ul#ulProgrammes01').removeAttr('style');
			});
			ticker();
		}, 4000);
	};
	ticker();
});
