ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" > <head> <title>Gîtes et chambres d'hôtes en côte d'or, bourgogne</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" media="screen" type="text/css" title="Design espace" href="stylemoulinfixe.css"/> <link rel="shortcut icon" type="image/gif" href="favicon.gif" /> </head> <body> <!-- body ouverture --> <script type="text/javascript"> //Configure below to change URL path to the snow image var snowsrc="snow.gif" // Configure below to change number of snow to render var no = 14; // Configure whether snow should disappear after x seconds (0=never): var hidesnowtime = 0; // Configure how much snow should drop down before fading ("windowheight" or "pageheight") var snowdistance = "pageheight"; ///////////Stop Config////////////////////////////////// var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = iecompattest().clientWidth; doc_height = iecompattest().clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ie4up||ns6up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>"); } } } function snowIE_NS6() { // IE and NS6 main animation function doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); } dx[i] += stx[i]; document.getElementById("dot"+i).style.top=yp[i]+"px"; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; } snowtimer=setTimeout("snowIE_NS6()", 10); } function hidesnow(){ if (window.snowtimer) clearTimeout(snowtimer) for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden" } if (ie4up||ns6up){ snowIE_NS6(); if (hidesnowtime>0) setTimeout("hidesnow()", hidesnowtime*1000) } </script> <div id="header" ><!-- banniere ouverture--> <div id="en_tete"> <a href="index.html"alt="Bienvenue sur le site du Moulin de Saint-Germain" title="Bienvenue sur le site du Moulin de Saint-Germain"> <image src="banniere_iris.jpg"> </a> <h1 id="hautpage"> Moulin de St Germain Gîtes et chambres d'hôtes en côte d'or</h1> </div> <div id="drapeauxhaut"> <a href="english.html"alt="English"title="English"> <image src="drapenglish.jpg"></a> <a href="deutsch.html"alt="Deutsch"title="Deutsch"> <image src="drapdeutsch.jpg"></a> <a href="index.html"alt="Français"title="Français"> <image src="drapfrance.jpg"></a> </div> </div> <!-- banniere fermeture--> <div id="contenu"> <!-- contenu ouverture--> <div id="menu"> <!-- menu ouverture--> <ul> <li><a href="index.html"alt="Accueil"title="Bienvenue sur le site du Moulin de Saint-Germain"><image src="btn_accueil.jpg"></a></li> <p></p> <li><a href="gitedumeunier.html"alt="Gîte du Meunier"title="Gîte du Meunier pour 5 personnes"><image src="btn_gitemeunier.jpg"></a></li> <p></p> <li><a href="petitgite.html"alt="Petit Gîte"title="Petit Gîte pour 2 à 3 personnes"><image src="btn_petitgite.jpg"></a></li> <p></p> <li><a href="chambres.html"alt="Chambres d'hôtes"title="2 chambres d'hôtes indépendantes"><image src="btn_chambres.jpg"></a></li> <p></p> <li><a href="lieux.html"alt="Lieux touristiques à découvrir en Côte d'Or"title="Lieux touristiques à découvrir en Côte d'Or"><image src="btn_lieux.jpg"></a></li> <p></p> <li><a href="plan.html"alt="Plan d'accès"title="Plan d'accès"><image src="btn_plan.jpg"></a></li> <p></p> <li><a href="form.html"alt="Contactez-nous à l'aide du formulaire"title="Contactez-nous à l'aide du formulaire"><image src="btn_contact.jpg"></a></li> <p></p> <li><a href="liens.html"alt="Liens partenaires"title="Liens partenaires"><image src="btn_liens.jpg"></a></li> </ul> </div> <!-- menu fermeture--> <div id="corps"> <!-- corps ouverture --> <!-- <div id= "textecorps"> --> <div id="photo1"> <image src="fond_accueil1neige.jpg" alt="Moulin de Saint-Germain, gites, chambres d'hôtes en Bourgogne" title="Moulin de Saint-Germain, gites, chambres d'hôtes en Bourgogne"> </div> <div style="position:absolute;margin-left:460px;top:190px; width:310px;"><h3>Dans la campagne bourguignonne, en côte d'or,<em> Le Moulin de Saint-Germain</em> se situe au bord d'un ruisseau à l'orée de la forêt.</h3> <div style="position:absolute; top:460px; right:30px;width:200px;"><h2><em> Ressourcez-vous !</em></h2> </div> </div> </div> <!-- corps fermeture --> <div id="pied_page"><!-- pied_page fermeture --> <a href="index.html"title="Retour sur la page d'accueil">| Accueil</a> | <a href="gitedumeunier.html"title="Gîte du Meunier pour 5 personnes">Gîte du Meunier</a> | <a href="petitgite.html"title="Petit Gîte pour 2 à 3 personnes">Petit Gîte</a> | <a href="chambres.html"title="2 chambres d'hôtes indépendantes">Chambres d'hôtes</a> | <a href="lieux.html"title="Lieux touristiques aux alentours">Lieux touristiques</a> | <a href="plan.html"title="Plan d'accès">Plan d'accès</a> | <a href="form.html"title="Contactez-nous à l'aide du formulaire">Contactez-nous</a> | <a href="liens.html"title="Liens partenaires">Liens partenaires</a> | <a href="#hautpage"><strong>Retour en haut de la page</strong></a> | </div><!-- pied_page fermeture --> </div> <!-- contenu fermeture --> </body> <!-- body fermeture --> </html>