############################################css corrigée
body {
background-color: #cccccc;
font-family: arial;
font-size: 12px;
}
a:link {
font-size: 12px;
color: #999999;
text-decoration: none;
}
a:hover {
color: #0000ff;
text-decoration: underline;
}
//visited active .............
.titre{
background-color: #ffffff;
border-color: #999999;
border-style: solid;
border-width: 1px;
}
.corp{
background-color: #ffffff;
border-color: #999999;
border-style: solid;
border-width: 1px;
font-size: 12px;
text-align: justify;
}
.texte {
font-size: 12px;
text-align: justify;
}
.signa{
text-aign: center;
}
.qp{
font-size: 12px;
color: #000000;
}
############################################html corrigé w3c compliant
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<link rel="stylesheet" href="style.css" type="text/css">
<title>doc</title>
</head>
<body>
<div align="center">
<br>
<br>
<br>
<br>
<br>
<table cellpadding="5" cellspacing="0" width="70%">
<tr>
<td class="titre" width="70%">
{image}
</td>
</tr>
</table>
<br>
<br>
<table cellpadding="6" cellspacing="0" width="70%">
<tr>
<td class="corp" width="70%">
<table width="316" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="index.html">Accueil</a></td>
<td><span class="qp">Documentations</span></td>
<td><a href="doc.html">Photos</a></td>
<td><a href="doc.html">Liens</a></td>
<td><a href="doc.html">Contact</a></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<table cellpadding="6" cellspacing="0" width="70%">
<tr>
<td class="corp" width="70%"><br>
Bienvenue sur "Astronomie, le site pour comprendre". Ce site vous permettra de découvrir l'Univers, simplement et aisément. Dans la partie "Documentations", vous trouverrez différentes explications sur le Systéme Solaire, l'Univers en général, etc... Pour la partie "Photos", comme son nom l'indique vous pourrez regarder quelques images de l'Univers. Si vous voulez découvrir d'autres site sur le même théme que celui-ci, allez dans "Liens" et pour toutes réclamation, demande, explications mal comprises merci de me contacter. En ésperant vous revoir prochainement, je vous souhaite une agréable visite.<br>
<br>
</td>
</tr>
</table>
</div>
</body>
</html>
##############################################################