source html :
< !DOCTYPE HTML PUBLIC " -//W3C//DTD HTML 4.01//EN" " http://www.w3.org/TR/html4/strict.dtd">
< html>
< head>
< title>Test</title>
< link href="style.css" rel="stylesheet" type="text/css">
< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
< style type="text/css">
< !--
. Style3 {
font-size: 11px;
font-weight: bold;
}
-->
< /style>
< /head>
< body>
< div class="logo">Le logo sera dessiné quand le nom du site sera décidé.</div>
< div class="menu">
< p class="Style3">Menu Premier < /p>
< p>-<a href="index.html">Présentation</a></p>
< p>-<a href="equipe.html">L´équipe</a></p>
< p>-<a href="inscription_equipe.html">Faire partie de l´équipe</a> < /p>
< p>-<a href="menu_sites.html">Menu des sites dédiés</a></p>
< p>-<a href="donc.html">Dons</a></p>
< p>---</p>
< p class="Style3">Menu Second < /p>
< p>-<a href="annuaire.php">Annuaire</a></p>
< p>-<a
href="http://geny2gb.expert-gamers.com/phpBB2/inde<BR>x.php">Forum</a> < /p>
< p>-<a href="chat.php">T´chat</a></p>
< /div>
< div class="corps">aaaaaaaaaaaaaaaaaaa</div>
< /body>
< /html>
source css:
P{
font-size : 12px;
font-family : Arial;
color : #000000;
text-align : left;
margin : 0;
}
BODY {
font-size : 12px;
font-family : Arial;
color : #000000;
background : #FFFFFF;
}
BLOCKQUOTE {
font-size : 10px;
font-family : Arial;
color : #000000;
text-align : left;
}
A:hover {
font-weight : normal;
font-size : 12px;
font-family : arial;
color : #CC0000;
background : transparent;
text-decoration : underline;
}
A:link, A:active, A:visited { {
font-weight : normal;
font-size : 12px;
font-family : arial;
color : #CC0000;
text-decoration : underline;
}
table {
border-style:solid;
border-width:0px;
border-color:red;
width:800px;
}
td {
border-style:solid;
border-width:0px;
border-color:red;
width:180px;
}
. Style2 {font-size: 9px}
. logo {
width: 280px;
height: 130px;
background-color: white;
margin-left: 10px;
margin-top: 10px;
border-color:#000000;
}
. menu {
float:none
width: 150px;
height: 150px;
background-color: white;
margin-left: 0px
margin-top: 131px;
border-color:#000000;
}
. corps {
float:none
width: 650px;
height: 400px;
background-color: white;
margin-left: 190px;
margin-top: 131px;
border-color:#000000;
}