<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
   <head>
       <title>Design du site de Mounir</title>
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
       <link rel="stylesheet" media="screen" type="text/css" title="Design" href="design.css" />
   </head>
   <body>
   
   
   <style type="text/css">
a:hover {
text-decoration: underline;
color: #224061;
} 
a:link {text-decoration: none;
}
a:alink {text-decoration: none;  /* Fonctionne pas ? */
}
a:vlink {text-decoration: none;  /* Fonctionne pas ? */
}
a:active {text-decoration: none;
}
</style>  
   
   
   body
   {
   background-image: url("images/femtasmretouch.gif");
   background-attachment: fixed; /* Le fond restera fixe */
   background-repeat: no-repeat;
   background-position: top left; 
   }

   p
   {
   font-size: 12px;
   font-family: Arabian, "Trebuchet MS", Georgia, serif;
   }

   h1
   {
   font-family:Arabian, Arial, Verdana, serif;
   font-size: 60px;
   }
   h2
   {
   font-family:Arabian, "Comic sans MS", Arial, Verdana, serif;
   font-size: 35px;
   } 
   h3
   {
   font-family: Arial, Verdana, serif;
   font-size: 10px;
   }
 
       <p>Cette page comporte une feuille de style externe. C'est la meilleure méthode à utiliser
quand on fait du CSS.</p>
   </body>
</html>