
function grandesalle() {
window.open("grande salle.html","","height=768,width=1024,left=80,top=80");
}

function salon() {
window.open("salon.html","","height=768,width=1024,left=80,top=80");
}
 
function salle1() {
window.open("salle1.html","","height=768,width=1024,left=80,top=80");
}

function salle2() {
window.open("salle2.html","","height=768,width=1024,left=80,top=80");
}

function cuisine1() {
window.open("cuisine1.html","","height=768,width=1024,left=80,top=80");
}

function cuisine2() {
window.open("cuisine2.html","","height=768,width=1024,left=80,top=80");
}

function vestiaire() {
window.open("vestiaire.html","","height=768,width=1024,left=80,top=80");
}
  
