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
|
<!-- Déclaration de type de document. -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="fr">
<head>
<!-- Déclaration du codage de caractères -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>bandeau</title>
<style>
body
{
font-family: blue, Arial, sans-serif;
margin: 0px;
}
.titre
{
color: purple;
font-size: 150%;
font-variant: small-caps;
font-weight: bold;
}
.table{ background-image:url(fond-ecran-montagne-enneigee.jpg);
width:100%;
height:100%;
}
</style>
</head>
<body>
<table class="table">
<tr>
<td valign="top" width="12%"><a href="Diff-marques.html" target="_blank">Différentes marques</a></td>
<td valign="bottom" align="right"><a href="index.html" target="_top"><img src="home.gif" width="32" height="32" border="0" alt="Index"></a></td>
</tr>
</table>
</body>
</head>
</html> |