document.write("<base target='_blank'>");

/* <--  Appel feuille de style -->    */
document.write("<LINK REL=STYLESHEET TYPE='text/css' HREF='http://www.orleanscity.com/oc_style.css'>");

document.write("</head>");

/* <!--  Script des compteurs -->   
document.write("<script language='Javascript' src='/compteur/compteur_oc01.js'></script>");
*/

document.write("<body background='fond-portail.gif' bgproperties='fixed' bgcolor='#FFFFFF' vlink='#0000FF' topmargin='0' marginheight='0' leftmargin='0' marginwidth='0'>");

/* <!--  Script affiche entete OC   -->   */

/* document.write("<script language='Javascript'>Affiche_banniere('N');</script>"); */
Affiche_banniere('N');

document.write("<table border='0' cellpadding='0' width='770'>");
document.write("<tr>");
document.write("<td width='65'>&nbsp;</td>");
document.write("<td width='705' valign='top'>");

document.write("<table border='0' cellpadding='0' width='100%'>");
document.write("<tr><td width='235' valign='middle' align='center'>");
document.write("<form method='post' action='recherche_portail.php' target='_self' >Rechercher :&nbsp;");
document.write("<input type='text' name='search' size='16' style='font-size: 8 pt; color: #000080'>");
document.write("<input type='submit' value='Ok'></form>");
document.write("<a href='inscription.htm' target='_self' class='tex_n08_bc_sc'>Suggérer un site</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href='/infos_envoi/index.htm' class='tex_n08_bc_sc'>Nous écrire</a></td>");
document.write("<td width='470' valign='top'>");

function img_fonds()
{
nb=120;
nombre= Math.floor(Math.random() * nb)+1;
if (nombre < 10)
  {
   nombre2="00"+nombre;
  }
  else
  {
  if (nombre < 100)
    {
    nombre2="0"+nombre;
    }
  }
if (nombre >= 100)
 {
   nombre2=nombre;
 }
document.write("<a href='http://www.orleanscity.com/portail/img_fond.php/?img="+nombre2+"&width="+screen.width+"&height="+screen.height+"'>");
document.write("<img src='http://janneau.alain.free.fr/fonds/vignettes/"+nombre2+"_150.jpg' width='125'></a>");
}

