Annotation of 2002/css-validator/documentation.html.fr, revision 1.10

1.1       ot          1: <?xml version="1.0" encoding="utf-8"?>
                      2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                      3:     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                      4: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
                      5: <head>
                      6: <title>La documentation du validateur CSS du W3C</title>
                      7: <link rev="made" href="mailto:www-validator-css@w3.org" />
                      8: <link rev="start" href="./" title="Accueil" />
                      9: <style type="text/css" media="all">
1.2       ot         10: @import "style/base.css";    
                     11: @import "style/docs.css";    
1.1       ot         12: </style>
1.10    ! ot         13: <meta name="revision" content="$Id: documentation.html.fr,v 1.9 2007/10/31 15:30:59 ot Exp $" />
        !            14: <!-- SSI Template Version: $Id: documentation.html.fr,v 1.9 2007/10/31 15:30:59 ot Exp $ -->
1.1       ot         15: </head>
                     16: 
                     17: <body>
1.9       ot         18:   <div id="banner">
                     19:    <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
                     20:    <a href="./"><span>Service de validation CSS</span></a></h1>
                     21:    <p id="tagline">
                     22:      Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
                     23:    </p>
                     24:   </div>
1.1       ot         25: 
                     26: <div id="main">
                     27: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
                     28: 
                     29: <div class="doc">
                     30: <h2>Index de la documentation du validateur CSS</h2>
                     31: 
                     32: <p id="skip"></p>
                     33: 
                     34: <h3 id="use">Les ressources de l'utilisateur</h3>
                     35: 
                     36: <dl>
                     37: <dt><a href="./manual.html">Le manuel de l'utilisateur</a></dt>
                     38: <dd>La documentation pour l'utilisation du validateur CSS</dd>
                     39: <dt><a href="about.html">À propos de ce service</a></dt>
                     40: <dd>Les informations concernant le validateur CSS et les réponses à quelques questions générales</dd>
                     41: <dt><a href="http://www.websitedev.de/css/validator-faq">FAQ du validateur CSS</a></dt>
                     42: <dd>Les réponses aux questions techniques fréquemment posées.</dd>
                     43: </dl>
                     44: 
                     45: <h3 id="devel">Les ressources du développeur</h3>
                     46: 
                     47: <dl>
                     48: <dt><a href="DOWNLOAD.html">Télécharger/Installer</a></dt>
                     49: <dd>Comment récupérer le code source du validateur CSS et l'exécuter, en tant que programme en ligne de commande ou bien en tant que servlet Web.</dd>
                     50: <dt><a href="README">Le « README » du développeur</a></dt>
                     51: <dd>Un aperçu du code du validateur CSS</dd>
                     52: <dt><a href="./api.html">L'API de service Web</a></dt>
                     53: <dd>La documentation de l'interface de validation SOAP 1.2</dd>
                     54: <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Les bogues</a></dt>
                     55: <dd>Les problèmes connus de la version actuelle du validateur, et une interface pour soumettre des bogues et problèmes nouveaux. 
1.8       ot         56: Voir également les <a href="Email.html">instructions pour laisser un commentaire</a>.</dd>
1.1       ot         57: </dl>
                     58: 
                     59: </div>
                     60: </div>
                     61: <!-- End of "main" DIV. -->
                     62: 
                     63: <ul class="navbar"  id="menu">
                     64: <li><strong><a href="./" title="Accueil du service de validation CSS du W3C">Accueil</a></strong> <span class="hideme">|</span></li>
                     65: <li><a href="about.html" title="À propos de ce service">À propos</a> <span class="hideme">|</span></li>
                     66: <li><a href="DOWNLOAD.html" title="Télécharger et installer le validateur CSS">Téléchargement</a> <span class="hideme">|</span></li>
                     67: <li><a href="Email.html" title="Donner un avis à propos de ce service">Commentaires</a> <span class="hideme">|</span></li>
                     68: <li><a href="thanks.html" title="Mentions et remerciements">Remerciements</a><span class="hideme">|</span></li>
                     69: </ul>
                     70: 
1.6       ot         71:  <ul id="lang_choice">
1.7       ot         72:      <li><a href="documentation.html.de"
                     73:          lang="de"
                     74:          xml:lang="de"
                     75:          hreflang="de"
                     76:          rel="alternate">Deutsch</a></li>
                     77:      <li><a href="documentation.html.en"
                     78:          lang="en"
                     79:          xml:lang="en"
1.6       ot         80:      hreflang="en"
                     81:      rel="alternate">English</a>  </li>
1.7       ot         82:      <li><a href="documentation.html.es"
                     83:      lang="es" xml:lang="es" hreflang="es"
                     84:      rel="alternate">Español</a></li>
1.6       ot         85:      <li><a href="documentation.html.fr"
                     86:      lang="fr"
                     87:      xml:lang="fr"
                     88:      hreflang="fr"
                     89:      rel="alternate">Français</a> </li>
                     90:      <li><a href="documentation.html.it"
                     91:          lang="it"
                     92:          xml:lang="it"
                     93:          hreflang="it"
                     94:          rel="alternate">Italiano</a> </li>
1.7       ot         95:      <li><a href="documentation.html.nl"
                     96:          lang="nl"
                     97:          xml:lang="nl"
                     98:          hreflang="nl"
                     99:          rel="alternate">Nederlands</a> </li>
1.6       ot        100:      <li><a href="documentation.html.ja"
                    101:          lang="ja"
                    102:          xml:lang="ja"
                    103:          hreflang="ja"
                    104:          rel="alternate">日本語</a> </li>
                    105:      <li><a href="documentation.html.pl-PL"
                    106:          lang="pl"
                    107:          xml:lang="pl"
                    108:          hreflang="pl"
                    109:          rel="alternate">Polski</a> </li>
                    110:      <li><a href="documentation.html.zh-cn"
                    111:          lang="zh-hans"
                    112:          xml:lang="zh-hans"
                    113:          hreflang="zh-hans"
                    114:          rel="alternate">中文</a></li>
                    115: </ul>
1.5       ot        116: 
1.3       ot        117: 
1.9       ot        118: <div id="footer">
                    119:    <p id="activity_logos">
                    120: 
1.1       ot        121: <a href="http://www.w3.org/QA/" title="L'activité Assurance Qualité du W3C vous offre des outils Web gratuits de qualité et plus encore"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://www.w3.org/Style/CSS/learning" title="Plus d'informations sur les feuilles de style en cascade"><img src="images/woolly-icon" alt="CSS" /></a>
                    122: </p>
                    123: 
                    124: <p id="support_logo">
                    125: Soutenez cet outil !<br />
                    126: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="Soutien du W3C" /></a>
                    127: </p>
                    128: 
                    129: <p class="copyright">
1.10    ! ot        130: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2007
1.1       ot        131: <a href="http://www.w3.org/"><abbr lang="en" title="World Wide Web Consortium">W3C</abbr></a>&reg;
                    132: (<a href="http://www.csail.mit.edu/"><abbr lang="en" title="Massachusetts Institute of Technology">MIT</abbr></a>,
                    133: <a href="http://www.ercim.org/"><abbr lang="en" title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
                    134: <a href="http://www.keio.ac.jp/">Keio</a>), tous droits réservés.
                    135: Les règles de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">responsabilité</a>,
                    136: de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">nom de marque</a>,
                    137: d'<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">utilisation des documents</a>
                    138: et d'<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">octroi de licences logicielles</a>
                    139: du W3C s'appliquent. Vos interactions avec ce site sont conformes à nos déclarations de confidentialité
                    140: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publiques</a> et vis-à-vis
                    141: de nos <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">membres</a>.
                    142: </p>
1.9       ot        143: </div>
1.1       ot        144: </body>
                    145: </html>

Webmaster