function Urlinscription()
{
   window.location.href = "/inscription.php";
}
function Urlconnexion()
{
   window.location.href = "/#formulaireConnexion";
}
function Urlcompte()
{
   window.location.href = "/compte.php";
}
function Urldeconnexion()
{
   window.location.href = "/compte.php?deconnexion";
}
function Urlproposer()
{
   window.location.href = "/proposer-une-recette-orientale";
}
function Urlcontact()
{
   window.location.href = "/nous-contacter.php";
}
function Urlrecommander()
{
   window.location.href = "/recommander-a-un-ami.php";
}


