1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| <html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8">
<title></title>
</head>
<frameset cols="145,*" framespacing="0" border="0"
frameborder="0"><frame name="gauche" src="menu.htm"
target="principal" marginwidth="10" marginheight="15"
title="menu principal" scrolling="no"><frame
name="page_accueil" src="accueil.htm" target="_self"
scrolling="auto">
<noframes> <body> <p>Cette page utilise des cadres,
mais votre navigateur ne les prend pas en charge.</p>
</body> </noframes>
</frameset>
</html> |