1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Web advance</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="design.css" />
</head>
<body>
<div id="contenant">
<!-- Bannière et barre du haut -->
<div id="haut">
<div id="banniere"></div>
</div>
<!-- Menu -->
<div id="menu">
<div class="haut_menu"><h3><img src="image/service.gif" alt="Nos services" /> </h3></div>
<div>
<ul>
<li><a href=""> Découpage de design </a></li>
<li><a href=""> Achetez un design </a></li>
<li><a href=""> Création de site web </a></li>
<li><a href=""> Aide </a></li>
</ul>
</div>
</div>
<!-- Corps -->
<div id="corps">
</div>
<div id="footer">
<p> < Web Advance /> v1 <a href="contact.php">Webmasters</a> © Copyright 2006-2007<br />
Site optimisé pour <a href="http://www.mozilla-europe.org/fr/products/firefox/">Firefox</a>, Tous droits réservés</p>
<p></p>
</div>
</div>
</body>
</html> |
Partager