$(document).ready(function() {
	$('#texte').innerfade({
		animationtype: 'fade',
		timeout: 7000,
		speed: 1000,
		type: 'random_start',
		containerheight: '122px'
	});
});
