/* AUTEUR: Bernard Frappier */

/* DATE DE CREATION: 2002-02-01 */





 function alerte(url,name,height,width) {

     x = (640 - width)/2, y = (480 - height)/2;



     if (screen) {

         y = (screen.availHeight - height)/2;

         x = (screen.availWidth - width)/2;

     }



      window.open(url,name,'width='+width+',height='+height+',resizable=yes,scrollbars=yes,status=no,screenX='+x+',screenY='+y+',top='+y+',left='+x);

      if (window.opener == null) window.opener = self;

 }

  

 var Navigation = '<DIV ALIGN="center">';

 Navigation += '<A NAME="haut"></A><DIV ALIGN="center">';

    Navigation += '<div align="center"><TABLE WIDTH="100%" BORDER="0" CELLSPACING=0 CELLPADDING="0" ALIGN="center" bgcolor="#FFCC00"><TR><TD VALIGN="TOP" ALIGN="center" HEIGHT=100%><a href="../plan/plan.html#souv"><IMG SRC="../plan/plan.jpg" BORDER="0"></a>';
 Navigation += '</TD></TR></TABLE></div>';

 Navigation += '</TD>';

  /* navigation fin */

  /* debut cote droit */

 Navigation += '<TD WIDTH="700" VALIGN="TOP" HEIGHT=100%>';

 /* debut cadre droit - 700 px de largeur, 100% hauteur*/

 Navigation += '<TABLE WIDTH="750" HEIGHT="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD HEIGHT=100% VALIGN=TOP background="../ds-entete/blanc.jpg"></DIV>';





/* fin du code - debut contenu - - -*/




/* - - - fin du contenu, fin du document */

 var Fin = '';

  Fin += '</TD></TR><TR><TD HEIGHT=100% VALIGN=TOP background="../ds-entete/blanc.jpg"><DIV ALIGN="left"><A HREF="#haut"><img src="../ds-entete/pied.jpg" width="20" height="20" alt="haut de la page" border="0" align="left"></a></DIV>';


 Navigation += '<TABLE WIDTH=100% HEIGHT="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD HEIGHT=100% VALIGN=TOP background="../ds-entete/blanc.jpg">&nbsp;';





/* fin du code - debut contenu - - -*/
 Fin += '</TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></DIV>';


