function ajustePage(suivant)
 {
	setTimeout("changePage('" + suivant + "')", 15);

 }


function changePage(suivant)
{
	window.location=suivant;
}




function prece()
{
history.go(-2);
}



