function background() {
	if (document.body.offsetHeight>=600) {
		//document.getElementById("background").style.backgroundImage='url(maj/phototheque/photos/charte/background.jpg)';
		document.getElementById("background").style.backgroundRepeat='no-repeat';
		document.getElementById("background").style.backgroundPosition='center bottom';
	}
}
