Css:
/ * Feuille de style by Avenger */
body
{
margin: 0;
background-color: #B2C8E1;
text-align: center; / * pour corriger le bug de centrage IE */
}
- global
{
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 763px;
}
. head
{
background-image: url(´../images/head.jpg´);
height: 134px;
width: 760px;
float: left;
}
- menu a
{
display: block;
float: left;
text-decoration: none;
height: 30px;
width: 94px;
background-image: url("../images/test1.png");
font-family:"Arial Black", Arial, Verdana,Impact, serif;
color: #2E64A0;
border-left: 1px solid black;
border-top: 1px solid black;
}
- menu a:hover
{
background-image: url("../images/test2.png");
height: 30px;
width: 94px;
}
. centre
{
background-color: #EFF4FA;
border-left: 1px solid black;
border-right: 1px solid black;
height: 400px;
width: 758px;
float: left;
}
p
{
width: 675px;
margin: 18px;
margin-left: 25px;
color: #003164;
font-family: Verdana, Arial, Verdana,Impact, serif;
text-align: justify;
font-size: small;
}
. bas
{
background-image: url(´../images/bas.jpg´);
height: 8px;
width: 760px;
float: left;
}
html :
< !DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.1//EN" " http://www.w3.org/TR/xhtmml11/DTD/xhtml11.dtd">
< html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
< head>
< title>Avenger : Community</title>
< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" / >
< link href="styles/style.css" rel="stylesheet" type="text/css" / >
< /head>
< body>
< div id="global">
< div class="head">
< /div>
< div id="menu">
< a href="index.htm">Accueil</a>
< a href="news.htm">News</a>
< a
href="http://darkvengercs.free.fr/forum/index.php"<BR>>Forum</a>
< a href="files.htm">Files</a>
< a href="articles.htm">Articles</a>
< a href="liens.htm">Liens</a>
< a href="livre.htm">Livre</a>
< a href="contact.htm">Contact</a>
< /div>
< div class="centre">
< p>Salut et bienvenue sur mon site, ce dernier comportera prochainement de très nombreux tutoriaux, articles, fichiers ainsi qu´un forum.</p>
< p>Le forum est dejà disponible et je suis à la recherche de modérateurs pour les rubriques suivantes :</p>
< p>- Matériel / Overclocking / Tuning</p>
< p>- Jeux Vidéo</p>
< p>- Systèmes d´Exploitations</p>
< p>Ce site utilise les normes :</p>
< p>
< a
href="http://validator.w3.org/check?uri=referer"><<BR>img
src="http://www.w3.org/Icons/valid-xhtml11"
alt="Valid XHTML 1.1!" height="31" width="88" / ></a>
< a href="http://jigsaw.w3.org/css-validator/"><img
src="http://jigsaw.w3.org/css-validator/images/vcs<BR>s"
alt="Valid CSS 1.0" height="31" width="88" / ></a>
< /p>
< p>En construction :</p>
< p>- Design : 80%</p>
< p>- Code : 70%</p>
< /div>
< img style="display: none;" src="images/test2.png" alt="preload" / >
< div class="bas">
< /div>
< /div>
< /body>
< /html>