1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| <title>Nouvelle page 1</title>
<style type="text/css">
a:link {color: #0000FF; text-decoration: none; text-transform: none;
}<BR>a:visited {color: #FF00FF; text-decoration: none; text-transform: none;
}<BR>a:active {color: #0000FF; text-decoration: none; text-transform: none;
}<BR>a:hover {color: #0000FF; text-decoration: underline; text-transform: none;
}<BR></style>
</head>
<body>
<p align="center"><img border="0" src="entete.jpg" width="700" height="113"></p>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td colspan="2" bgcolor="#FFFFCC"> <p align="left" class="agenda"><a href="index.php">Accueil</a>
<a href="activite.php" target="_blank">Que faisons nous</a>
<a href="nous.html">Qui sommes nous</A>
<a href="map.htm">Ou sommes nous</a>
<a href="contact.htm">Nous contacter</a></p></td>
</tr>
</table>
</body> |