//Ce fichier contient les ressources de bases pour les missions virtuelles.
//Changer le contenu de ce fichier prendra effet sur les prochaines missions à être créée
//mais aussi SUR TOUTES LES MISSIONS EXISTANTES créées avec le générateur.
document.write("        <table cellspacing='3' width='100%'>")
document.write("         <tbody><tr valign='top'>")

document.write("          <td align='left'> <strong>Moteurs de recherche</strong><br />")
document.write("			<a href='http://fr.altavista.com'>AltaVista</a><br>")
document.write("            <a href='http://www.google.com/intl/fr/'>Google</a><br>")
document.write("            <a href='http://cf.yahoo.com/'>Yahoo</a><br> ") 
document.write("          </td>")

document.write("          <td align='left'> <strong>Encyclopédies</strong><br />")
document.write("			<a href='http://www.club-internet.fr/encyclopedie/'>L'encyclopédie Hachette</a><br>")
document.write("            <a href='http://www.universalis-edu.com/'>L'encyclopédie Universalis</a><br>")
document.write("            <a href='http://www.webencyclo.com/home/home.asp'>Webencyclo</a><br>  ")
document.write("          </td>")

document.write("          <td align='left'> <strong>Dictionnaires</strong><br />")
document.write("			<a href='http://www.tv5.org/TV5Site/lf'>TV5 Monde</a><br>")
document.write("			<a href='http://www.dicorama.com/'>Dicorama</a><br>")
document.write("            <a href='http://www.granddictionnaire.com/'>Le grand dictionnaire terminologique</a><br> ")
document.write("          </td>")

document.write("          </tr>")
document.Write("        </tbody>")
document.Write("       </table>")
