if($sniveau=="1") { include("composant1.php"); include("composant2.php"); } else { include("composant2.php"); include("composant1.php"); } ?>