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

1.1       ot          1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                      2:     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                      3: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
                      4: <head>
1.18      ot          5:   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.1       ot          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.20    ! ot         13: <meta name="revision" content="$Id: documentation.html.fr,v 1.19 2009/02/05 14:31:31 ot Exp $" />
        !            14: <!-- SSI Template Version: $Id: documentation.html.fr,v 1.19 2009/02/05 14:31:31 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.14      ot         72:      
1.20    ! ot         73:      <li><a href="documentation.html.bg"
        !            74:     lang="bg"
        !            75:     xml:lang="bg"
        !            76:     hreflang="bg"
        !            77:     rel="alternate">Български</a></li>
        !            78:   <li><a href="documentation.html.de"
1.7       ot         79:          lang="de"
                     80:          xml:lang="de"
                     81:          hreflang="de"
1.14      ot         82:          rel="alternate">Deutsch</a>
                     83:      </li>
                     84:      
1.15      ot         85:      <li><a href="documentation.html.en"
1.7       ot         86:          lang="en"
                     87:          xml:lang="en"
1.14      ot         88:          hreflang="en"
                     89:          rel="alternate">English</a>
                     90:      </li>
                     91:      
1.15      ot         92:      <li><a href="documentation.html.es"
1.14      ot         93:          lang="es"
                     94:          xml:lang="es"
                     95:          hreflang="es"
                     96:          rel="alternate">Español</a>
                     97:      </li>
                     98:      
1.15      ot         99:      <li><a href="documentation.html.fr"
1.14      ot        100:          lang="fr"
                    101:          xml:lang="fr"
                    102:          hreflang="fr"
                    103:          rel="alternate">Français</a>
                    104:      </li>
                    105:      
1.15      ot        106:      <li><a href="documentation.html.ko"
1.13      ot        107:          lang="ko"
                    108:          xml:lang="ko"
                    109:          hreflang="ko"
1.14      ot        110:          rel="alternate">한국어</a>
                    111:      </li>
                    112:      
1.15      ot        113:      <li><a href="documentation.html.it"
1.6       ot        114:          lang="it"
                    115:          xml:lang="it"
                    116:          hreflang="it"
1.14      ot        117:          rel="alternate">Italiano</a>
                    118:      </li>
                    119:      
1.15      ot        120:      <li><a href="documentation.html.nl"
1.7       ot        121:          lang="nl"
                    122:          xml:lang="nl"
                    123:          hreflang="nl"
1.14      ot        124:          rel="alternate">Nederlands</a>
                    125:      </li>
                    126:      
1.15      ot        127:      <li><a href="documentation.html.ja"
1.6       ot        128:          lang="ja"
                    129:          xml:lang="ja"
                    130:          hreflang="ja"
1.14      ot        131:          rel="alternate">日本語</a>
                    132:      </li>
                    133:      
1.15      ot        134:      <li><a href="documentation.html.pl-PL"
1.14      ot        135:          lang="pl-PL"
                    136:          xml:lang="pl-PL"
                    137:          hreflang="pl-PL"
                    138:          rel="alternate">Polski</a>
                    139:      </li>
                    140:      
1.15      ot        141:      <li><a href="documentation.html.pt-BR"
1.14      ot        142:          lang="pt-BR"
                    143:          xml:lang="pt-BR"
                    144:          hreflang="pt-BR"
                    145:          rel="alternate">Português</a>
                    146:      </li>
                    147:      
1.15      ot        148:      <li><a href="documentation.html.ru"
1.14      ot        149:          lang="ru"
                    150:          xml:lang="ru"
                    151:          hreflang="ru"
                    152:          rel="alternate">Русский</a>
                    153:      </li>
                    154:      
1.15      ot        155:      <li><a href="documentation.html.sv"
1.14      ot        156:          lang="sv"
                    157:          xml:lang="sv"
                    158:          hreflang="sv"
                    159:          rel="alternate">Svenska</a>
                    160:      </li>
                    161:      
1.15      ot        162:      <li><a href="documentation.html.zh-cn"
1.14      ot        163:          lang="zh-cn"
                    164:          xml:lang="zh-cn"
                    165:          hreflang="zh-cn"
                    166:          rel="alternate">简体中文</a>
                    167:      </li>
1.6       ot        168: </ul>
1.5       ot        169: 
1.3       ot        170: 
1.14      ot        171: 
1.9       ot        172: <div id="footer">
                    173:    <p id="activity_logos">
                    174: 
1.1       ot        175: <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>
                    176: </p>
                    177: 
                    178: <p id="support_logo">
1.17      ot        179: <a href="http://www.w3.org/QA/Tools/Donate">
                    180: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
                    181: </a>
1.1       ot        182: </p>
                    183: 
                    184: <p class="copyright">
1.16      ot        185: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009
1.1       ot        186: <a href="http://www.w3.org/"><abbr lang="en" title="World Wide Web Consortium">W3C</abbr></a>&reg;
                    187: (<a href="http://www.csail.mit.edu/"><abbr lang="en" title="Massachusetts Institute of Technology">MIT</abbr></a>,
                    188: <a href="http://www.ercim.org/"><abbr lang="en" title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
                    189: <a href="http://www.keio.ac.jp/">Keio</a>), tous droits réservés.
                    190: Les règles de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">responsabilité</a>,
                    191: de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">nom de marque</a>,
                    192: d'<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">utilisation des documents</a>
                    193: et d'<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">octroi de licences logicielles</a>
                    194: du W3C s'appliquent. Vos interactions avec ce site sont conformes à nos déclarations de confidentialité
                    195: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publiques</a> et vis-à-vis
                    196: de nos <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">membres</a>.
                    197: </p>
1.9       ot        198: </div>
1.1       ot        199: </body>
                    200: </html>

Webmaster