﻿<html>
<head>
<title>
Tika page de sondages
</title>
</head>
<body>
<?php

include('header.php');
include('connexion.php');

include('contenu.php');


mysql_close();
include('footer.php');
?>
</body>
</html>