<html> 
<head> 
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<link rel="SHORTCUT ICON" href="favicon.ico"/>
	<link rel="stylesheet" type="text/css" href="css/main.css">
	<link rel="stylesheet" type="text/css" href="css/jquery.fancybox-1.3.0.css">
	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
	<script type="text/javascript" src="js/jquery.fancybox-1.3.1.pack.js"></script>
	<script type="text/javascript" src="js/main.js"></script>
	<title>Ma Page d'accueil</title> 
</head> 
<body> 
<?php
include "class/AccueilModules.php";
$index = new AccueilModules();
$index->getModules();
$index->buildConfigMenu();
?>
</body> 
</html>