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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-be">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>accueil</title>
<meta content="text/html; charset=iso-8859-15" http-equiv="Content-Type" />
<meta content="text/css" http-equiv="Content-Style-Type" />
<meta content="fr" http-equiv="Content-Language" />
<style type="text/css">
ul#conteneur
{
width: 770px ;
margin: 0 auto ;
text-align: left ;
border: 2px solid #ab4 ;
background: #fff ;
}
ul#menu
{
height: 55px ;
margin: 0 ;
padding: 0 ;
background: transparent ;
list-style-type: none ;
}
ul#menu li
{
float: left ;
text-align: center ;
}
ul#menu li a
{
width: 191px ;
line-height: 25px ;
font-size: 1.2em ;
font-weight: bold ;
letter-spacing: 2px ;
color: #fff ;
display: block ;
text-decoration: none ;
border-right: 2px solid #fff ;
}
</style>
</head>
<body style="background-image: url(file:///C:/Documents%20and%20Settings/Admin/Bureau/Nouveau%20dossier/www.design-agencements/Images/fond%20de%20page_2.jpg); height: 768px; margin-left: 8px; width: 968px;">
<meta content="text/html; charset=iso-8859-15" http-equiv="Content-Type" />
<meta content="text/css" http-equiv="Content-Style-Type" />
<meta content="fr" http-equiv="Content-Language" />
<ul style="height: 30px;" id="menu">
<li><a href="lasociete.xhtml">La société</a></li>
<li><a href="etatdesprit.xhtml">Etat d'esprit</a></li>
<li><a href="realisersonprojet.xhtml">Réaliser son projet</a></li>
<li><a href="nosrealisations.xhtml">Nos réalisations</a></li>
<li><a href="espacepresse.xhtml">espace presse</a></li>
</ul>
</body>
</html> |
Partager