function moteur_recherche_google() 
{ //v3.0
 document.write("<form method='get' action='http://www.google.com/custom' target='_blank'>");
 document.write("<div align='right'><font face='Arial, Helvetica, sans-serif' size='2' color='#FFFFFF'>Rechercher</font>");
 document.write("<input type='text' name='q' size='16' maxlength='255' value='' />");
 document.write("<input type='submit' class='button' name='sa' value=' OK ' />");
 document.write("<input type='hidden' name='cof' value='LW:53;L:"+document.location.protocol+'//'+document.location.host+"/Logos/logopharma.gif;LH:53;AH:left;S:"+document.location.protocol+'//'+document.location.host+"/;AWFID:4e19d8385ffc84f7;' />");
 document.write("<input type='hidden' name='domains' value='"+document.location.protocol+'//'+document.location.host+"' />");
 document.write("<input type='hidden' name='sitesearch' value='"+document.location.protocol+'//'+document.location.host+"' checked />");
 document.write("</div>");
 document.write("</form>"); 
}

function moteur_recherche() 
{ //v3.0
 document.write("<form method='post' action='/Moteur_recherche/resultat_moteur_recherche.php'>");
 document.write("<table width='260' border='0' cellspacing='3' cellpadding='0' align='center'>");
 document.write("\t<tr>"); 
 document.write("\t\t<td>");
 document.write("\t\t\t<div align='right'><font face='Arial, Helvetica, sans-serif' size='2' color='#FFFFFF'><b>Rechercher</b></font></div>");
 document.write("\t\t</td>");
 document.write("\t\t<td>");
 document.write("\t\t\t<input type='text' name='MOTS_CLEFS' size='25' maxlength='40'>");
 document.write("\t\t</td>");
 document.write("\t\t<td>");
 document.write("\t\t\t<input type='submit' name='SUBMIT' value='OK' style=\"font-family:Arial, Helvetica, sans-serif;font-size:10px\">");
 document.write("\t\t</td>");
 document.write("\t</tr>");
 document.write("</table>");
 document.write("</form>");
}

moteur_recherche();
