<body bgcolor="#DEE3F6">
<TABLE width='100%' border='0' cellspacing='4'>
             <TR valign='top'>      <TD width='100%' align='center' bordercolor="#800040"><div align="center">
        <SCRIPT LANGUAGE="JavaScript">
<!--
function init_zoom() {
height2 = document.photo.height;
width2 = document.photo.width;
}
function zoom() {
  a =  Math.round(height2 * (document.formzoom.ratio.value));
  b = Math.round(width2 *  (document.formzoom.ratio.value));
  document.photo.height = a;
  document.photo.width =  b;
}
function zoomin() {
  document.formzoom.ratio.selectedIndex = document.formzoom.ratio.selectedIndex +1;
  zoom();
}
function zoomout() {
  if (document.formzoom.ratio.selectedIndex > 0) {
    document.formzoom.ratio.selectedIndex = document.formzoom.ratio.selectedIndex -1;
    zoom();
  }
}
//-->
</SCRIPT>
        <table border="0" cellspacing="0" cellpadding="5">
          <tr> 
            <FORM ACTION=# METHOD=POST NAME=formzoom>
              <td width="478" align="left"><div align="center"> 
                  <p><font color="#800040"> 
                    <select name='ratio' class='inp09' style='visibility:hidden;' onChange="zoom();">
                      <option value='0.1'>Zoom 10%</option>
                      <option value='0.25'>Zoom 25%</option>
                      <option value='0.5'>Zoom 50%</option>
                      <option value='0.75'>Zoom 75%</option>
                      <option value='1' selected>Zoom 100%</option>
                      <option value='1.5'>Zoom 150%</option>
                      <option value='2'>Zoom 200%</option>
                      <option value='4'>Zoom 400%</option>
                      <option value='8'>Zoom 800%</option>
                    </select>
                    </font></p>
                </div>
                <TABLE width=67% height="360" border="1" CELLSPACING='1' bordercolor="#800040" bgcolor="#CC9999" style='border: 2px solid #dddddd; background-color: #f5f5f5;'>
                  <tr> 
                    <td width=1% height="354" style='padding-top:10px;padding-left:10px;vertical-align:top'><div align="center"><font color="#800040">pour 
                        agrandir <em>&quot;clic gauche&quot;</em> , pour r&eacute;duire 
                        <em>&quot;clic droit&quot;</em></font><br>
                        <img src='../CP%20anciennes/monthureux%20le%20sec%20rue%20du%20bas.jpg' alt='Clic gauche pour agrandir, clic droit pour réduire' name='photo' width="480" height="307" border='3' style="cursor:hand" onClick="zoomin();" onload="init_zoom();" oncontextmenu="zoomout();return false;"> 
                      </div></td>
                  </TR>
                </TABLE>
                <div align="right"> 
                  <noscript>
                  </noscript>
                </div></td>
            </FORM>
          </tr>
        </table>
      </div></TD>  </tr></TABLE>
</BODY></html></body>