function logout(){
	if(confirm("Etes-vous sûr de vouloir vous déconnecter ?"))
		document.location.href = strPath+"acceuil.php";
		
}