function reloadPage(cl)
{
	document.location='index_stage.php?classe=' + cl;
}
function reloadPage2(cl, st)
{
	document.location='stage_etape2.php?classe=' + cl + '&stage=' + st;
}
