Your IP : 216.73.216.240
<html>
<head>
<title>Carte de Cassini en noir et blanc - Secteur de juvelize</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#67735B">
<p> </p>
<table border="2" height="1413" width="2130" cellspacing="0" vspace="0" hspace="0" cellpadding="0">
<tr>
<td width="2124"><img src="IK.jpg" width="236" height="157"><img src="IL.jpg" width="236" height="157"><img src="IM.jpg" width="236" height="157"><img src="IN.jpg" width="236" height="157"><img src="IO.jpg" width="236" height="157"><img src="IP.jpg" width="236" height="157"><img src="IQ.jpg" width="236" height="157"><img src="IR.jpg" width="236" height="157"><img src="IS.jpg" width="236" height="157"></td>
</tr>
<tr>
<td width="2124"><img src="JK.jpg" width="236" height="157"><img src="JL.jpg" width="236" height="157"><img src="JM.jpg" width="236" height="157"><img src="JN.jpg" width="236" height="157"><img src="JO.jpg" width="236" height="157"><img src="JP.jpg" width="236" height="157"><img src="JQ.jpg" width="236" height="157"><img src="JR.jpg" width="236" height="157"><img src="JS.jpg" width="236" height="157"></td>
</tr>
<tr>
<td width="2124"><img src="KK.jpg" width="236" height="157"><img src="KL.jpg" width="236" height="157"><img src="KM.jpg" width="236" height="157"><img src="KN.jpg" width="236" height="157"><img src="KO.jpg" width="236" height="157"><img src="KP.jpg" width="236" height="157"><img src="KQ.jpg" width="236" height="157"><img src="KR.jpg" width="236" height="157"><img src="KS.jpg" width="236" height="157"></td>
</tr>
<tr>
<td width="2124"><img src="LK.jpg" width="236" height="157"><img src="LL.jpg" width="236" height="157"><img src="LM.jpg" width="236" height="157"><img src="LN.jpg" width="236" height="157"><img src="LO.jpg" width="236" height="157"><img src="LP.jpg" width="236" height="157"><img src="LQ.jpg" width="236" height="157"><img src="LR.jpg" width="236" height="157"><img src="LS.jpg" width="236" height="157"></td>
</tr>
<tr>
<td width="2124"> <img src="MK.jpg" width="236" height="157"><img src="ML.jpg" width="236" height="157"><img src="MM.jpg" width="236" height="157"><img src="MN.jpg" width="236" height="157"><img src="MO.jpg" width="236" height="157"><img src="MP.jpg" width="236" height="157"><img src="MQ.jpg" width="236" height="157"><img src="MR.jpg" width="236" height="157"><img src="MS.jpg" width="236" height="157"></td>
</tr>
<tr>
<td width="2124"> <img src="NK.jpg" width="236" height="157"><img src="NL.jpg" width="236" height="157"><img src="NM.jpg" width="236" height="157"><img src="NN.jpg" width="236" height="157"><img src="NO.jpg" width="236" height="157"><img src="NP.jpg" width="236" height="157"><img src="NQ.jpg" width="236" height="157"><img src="NR.jpg" width="236" height="157"><img src="NS.jpg" width="236" height="157"></td>
</tr>
<tr>
<td width="2124"> <img src="OK.jpg" width="236" height="157"><img src="OL.jpg" width="236" height="157"><img src="OM.jpg" width="236" height="157"><img src="ON.jpg" width="236" height="157"><img src="OO.jpg" width="236" height="157"><img src="OP.jpg" width="236" height="157"><img src="OQ.jpg" width="236" height="157"><img src="OR.jpg" width="236" height="157"><img src="OS.jpg" width="236" height="157"></td>
</tr>
<tr>
<td width="2124"> <img src="PK.jpg" width="236" height="157"><img src="PL.jpg" width="236" height="157"><img src="PM.jpg" width="236" height="157"><img src="PN.jpg" width="236" height="157"><img src="PO.jpg" width="236" height="157"><img src="PP.jpg" width="236" height="157"><img src="PQ.jpg" width="236" height="157"><img src="PR.jpg" width="236" height="157"><img src="PS.jpg" width="236" height="157"></td>
</tr>
<tr>
<td width="2124"> <img src="QK.jpg" width="236" height="157"><img src="QL.jpg" width="236" height="157"><img src="QM.jpg" width="236" height="157"><img src="QN.jpg" width="236" height="157"><img src="QO.jpg" width="236" height="157"><img src="QP.jpg" width="236" height="157"><img src="QQ.jpg" width="236" height="157"><img src="QR.jpg" width="236" height="157"><img src="QS.jpg" width="236" height="157"></td>
</tr>
</table>
<SCRIPT LANGUAGE="JavaScript">
if (document.getElementById)
{
fromPub = 0;
iVolePub = new Image;
iVolePub.src = "voir.jpg";
offsetyPub=0;
HauteurPub = 0;
place = fromPub;
xpub = 1;
ypub = 1;
}
function RandomDep()
{
numimagePub= Math.round(Math.random()*4);
numimagePub ++;
return(numimagePub);
}
function VolimPub()
{
if(document.all)
{
EcranlargPub = document.body.clientWidth-iVolePub.width;
EcranhautPub = document.body.clientHeight-iVolePub.height;
}
else
{
EcranlargPub = screen.width-100;
EcranhautPub = screen.height-100;
}
if (document.getElementById)
{
if (place > EcranlargPub)
xpub = (-(RandomDep()));
if (place < fromPub)
xpub = RandomDep();
document.getElementById("pubBulle").style.left = (place = place + xpub);
document.getElementById("pubBulle").style.top = (HauteurPub += ypub)+offsetyPub;
if (HauteurPub>EcranhautPub)
ypub = (-(RandomDep()));
if (HauteurPub<0)
ypub = RandomDep();
tempo36 = setTimeout('VolimPub()', 50);
}
}
function OffSet()
{
if (navigator.appName=="Microsoft Internet Explorer")
offsetyPub = document.body.scrollTop;
}
window.onload = VolimPub;
onscroll = OffSet;
</SCRIPT>
<script language="JavaScript">
if (document.getElementById)
{
document.write('<DIV ID="pubBulle" onMouseOver="clearTimeout(tempo36)" onMouseOut="VolimPub()" STYLE="position:absolute; top:200px; left:-200px; z-indexpub:10"><A HREF="http://juvelize.free.fr/cassini_c.htm" TARGET="_blank"><IMG SRC="voir.jpg" BORDER=0 HSPACE=0 VSPACE=0 ALT="Carte lev�e entre 1754 et 1759 par Miquel, v�rifi�e entre 1759 et 1663 par Baillergeau, Cornuau et La Briffe Ponsan."></A></DIV>');
}
</script>
<p> </p>
</body>
</html>