$(function() {
/*
	$('body').css({'background-image':'url(images/orange-tree-circles-nocloud.jpg)','background-position':'center bottom','background-repeat':'no-repeat','background-color':'#a2a2a2','background-attachment':'fixed'});
	$('body').append('<div id="nuage2" class="un-nuage" style="z-index: -1; position: fixed; bottom: 490px; left: 0px; background: url(images/cloud2.png) repeat transparent top left; width: 100%; height: 300px;"></div>');
	$('body').append('<div id="nuage3" class="un-nuage" style="z-index: -1; position: fixed; bottom: 560px; left: 0px; background: url(images/cloud3.png) repeat transparent top left; width: 100%; height: 240px;"></div>');
	$('body').append('<div id="nuage" class="un-nuage" style="z-index: -1; position: fixed; bottom: 650px; left: 0px; background: url(images/cloud.png) repeat transparent top left; width: 100%; height: 230px;"></div>');
		
	if($.browser.mozilla || $.browser.webkit) {
		$('#nuage2').hide().fadeIn(8000).pan({fps: 16, speed: 0.4, dir: 'left'});
		$('#nuage3').hide().fadeIn(10000).pan({fps: 16, speed: 0.7, dir: 'left'}); 
		$('#nuage').hide().fadeIn(12000).pan({fps: 16, speed: 1.1, dir: 'left'});
	} else {
		$('#nuage2').pan({fps: 16, speed: 0.4, dir: 'left'});
		$('#nuage3').pan({fps: 16, speed: 0.7, dir: 'left'}); 
		$('#nuage').pan({fps: 16, speed: 1.1, dir: 'left'});
	}
*/
});
