function redirection(){
	document.location.href='accueil.php';
}
setTimeout('redirection()',3000);
