/*nifty corners layout*/

window.onload=function(){
Nifty("div#head_img", "top");
Nifty("div#moza", "bottom");
Nifty("div#menu", "bottom");
Nifty("div#corps", "top");
/*Nifty("div#gauche,div#diapo","same-height");*/
Nifty("div#foot", "all");
Nifty("div#diapo, div#gauche, div#diapo_contact, div#diapo_resa, div#gauche_room, div# gauche_resa, div#diapo_mail", "none", "same-heigth");

}

