// JavaScript Document
function toAccueil()
{
	window.document.location="index.php";
};

function toEvenement()
{

};

function toRetour()
{

};