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

function mnAcMode()
{
	window.document.location="modeEmploi.php";
};

function mnAcDSV()
{
	window.document.location="dsv.php";
};

function mnAcAutres()
{
	window.document.location="autressites.php";
};