<?php
 function activation($choix)
{
	if(isset($_GET['act']) && $choix==$_GET['act']){echo"actif";}
	else{echo"not";}
}
?>