<html> <head> <title>Recherche avec Google</title> </head>  <body>  <!-- Search Google -->     <center>       <form method="GET" action="http://www.google.com/custom"> 	<table bgcolor="#FFFFFF" cellspacing="0" border="0"> 	    <tr valign="top"> 	      <td> 		<a href="http://www.google.com/search"><img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="middle"></a> 	      </td> 	      <td> 		<input type="text" name="q" size="31" maxlength="255" value=""> 		<input type="submit" name="sa" value="Google Search"> 		<input type="hidden" name="domains" value="www.agate.asso.fr"><br> 		<input type="radio" name="sitesearch" value=""> Recherche sur Internet<br> 		<input type="radio" name="sitesearch" value="www.agate.asso.fr" checked>Recherche sur le site agate<br> 	      </td> 	    </tr> 	</table>       </form>     </center>     <!-- Search Google -->   </body> </html> 
