function aleatoire(){
	var doc = document.getElementById('fonAleatoire');
	var fond = 'fond' + parseInt(Math.random()*11);
	doc.className = fond;
}