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

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>
1.18    ! ot          6:   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.1       ot          7: <title>La documentation du validateur CSS du W3C</title>
                      8: <link rev="made" href="mailto:www-validator-css@w3.org" />
                      9: <link rev="start" href="./" title="Accueil" />
                     10: <style type="text/css" media="all">
1.2       ot         11: @import "style/base.css";    
                     12: @import "style/docs.css";    
1.1       ot         13: </style>
1.18    ! ot         14: <meta name="revision" content="$Id: documentation.html.fr,v 1.17 2009/01/08 22:40:33 ot Exp $" />
        !            15: <!-- SSI Template Version: $Id: documentation.html.fr,v 1.17 2009/01/08 22:40:33 ot Exp $ -->
1.1       ot         16: </head>
                     17: 
                     18: <body>
1.9       ot         19:   <div id="banner">
                     20:    <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
                     21:    <a href="./"><span>Service de validation CSS</span></a></h1>
                     22:    <p id="tagline">
                     23:      Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
                     24:    </p>
                     25:   </div>
1.1       ot         26: 
                     27: <div id="main">
                     28: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
                     29: 
                     30: <div class="doc">
                     31: <h2>Index de la documentation du validateur CSS</h2>
                     32: 
                     33: <p id="skip"></p>
                     34: 
                     35: <h3 id="use">Les ressources de l'utilisateur</h3>
                     36: 
                     37: <dl>
                     38: <dt><a href="./manual.html">Le manuel de l'utilisateur</a></dt>
                     39: <dd>La documentation pour l'utilisation du validateur CSS</dd>
                     40: <dt><a href="about.html">À propos de ce service</a></dt>
                     41: <dd>Les informations concernant le validateur CSS et les réponses à quelques questions générales</dd>
                     42: <dt><a href="http://www.websitedev.de/css/validator-faq">FAQ du validateur CSS</a></dt>
                     43: <dd>Les réponses aux questions techniques fréquemment posées.</dd>
                     44: </dl>
                     45: 
                     46: <h3 id="devel">Les ressources du développeur</h3>
                     47: 
                     48: <dl>
                     49: <dt><a href="DOWNLOAD.html">Télécharger/Installer</a></dt>
                     50: <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>
                     51: <dt><a href="README">Le « README » du développeur</a></dt>
                     52: <dd>Un aperçu du code du validateur CSS</dd>
                     53: <dt><a href="./api.html">L'API de service Web</a></dt>
                     54: <dd>La documentation de l'interface de validation SOAP 1.2</dd>
                     55: <dt><a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Les bogues</a></dt>
                     56: <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         57: Voir également les <a href="Email.html">instructions pour laisser un commentaire</a>.</dd>
1.1       ot         58: </dl>
                     59: 
                     60: </div>
                     61: </div>
                     62: <!-- End of "main" DIV. -->
                     63: 
                     64: <ul class="navbar"  id="menu">
                     65: <li><strong><a href="./" title="Accueil du service de validation CSS du W3C">Accueil</a></strong> <span class="hideme">|</span></li>
                     66: <li><a href="about.html" title="À propos de ce service">À propos</a> <span class="hideme">|</span></li>
                     67: <li><a href="DOWNLOAD.html" title="Télécharger et installer le validateur CSS">Téléchargement</a> <span class="hideme">|</span></li>
                     68: <li><a href="Email.html" title="Donner un avis à propos de ce service">Commentaires</a> <span class="hideme">|</span></li>
                     69: <li><a href="thanks.html" title="Mentions et remerciements">Remerciements</a><span class="hideme">|</span></li>
                     70: </ul>
                     71: 
1.6       ot         72:  <ul id="lang_choice">
1.14      ot         73:      
1.15      ot         74:      <li><a href="documentation.html.de"
1.7       ot         75:          lang="de"
                     76:          xml:lang="de"
                     77:          hreflang="de"
1.14      ot         78:          rel="alternate">Deutsch</a>
                     79:      </li>
                     80:      
1.15      ot         81:      <li><a href="documentation.html.en"
1.7       ot         82:          lang="en"
                     83:          xml:lang="en"
1.14      ot         84:          hreflang="en"
                     85:          rel="alternate">English</a>
                     86:      </li>
                     87:      
1.15      ot         88:      <li><a href="documentation.html.es"
1.14      ot         89:          lang="es"
                     90:          xml:lang="es"
                     91:          hreflang="es"
                     92:          rel="alternate">Español</a>
                     93:      </li>
                     94:      
1.15      ot         95:      <li><a href="documentation.html.fr"
1.14      ot         96:          lang="fr"
                     97:          xml:lang="fr"
                     98:          hreflang="fr"
                     99:          rel="alternate">Français</a>
                    100:      </li>
                    101:      
1.15      ot        102:      <li><a href="documentation.html.ko"
1.13      ot        103:          lang="ko"
                    104:          xml:lang="ko"
                    105:          hreflang="ko"
1.14      ot        106:          rel="alternate">한국어</a>
                    107:      </li>
                    108:      
1.15      ot        109:      <li><a href="documentation.html.it"
1.6       ot        110:          lang="it"
                    111:          xml:lang="it"
                    112:          hreflang="it"
1.14      ot        113:          rel="alternate">Italiano</a>
                    114:      </li>
                    115:      
1.15      ot        116:      <li><a href="documentation.html.nl"
1.7       ot        117:          lang="nl"
                    118:          xml:lang="nl"
                    119:          hreflang="nl"
1.14      ot        120:          rel="alternate">Nederlands</a>
                    121:      </li>
                    122:      
1.15      ot        123:      <li><a href="documentation.html.ja"
1.6       ot        124:          lang="ja"
                    125:          xml:lang="ja"
                    126:          hreflang="ja"
1.14      ot        127:          rel="alternate">日本語</a>
                    128:      </li>
                    129:      
1.15      ot        130:      <li><a href="documentation.html.pl-PL"
1.14      ot        131:          lang="pl-PL"
                    132:          xml:lang="pl-PL"
                    133:          hreflang="pl-PL"
                    134:          rel="alternate">Polski</a>
                    135:      </li>
                    136:      
1.15      ot        137:      <li><a href="documentation.html.pt-BR"
1.14      ot        138:          lang="pt-BR"
                    139:          xml:lang="pt-BR"
                    140:          hreflang="pt-BR"
                    141:          rel="alternate">Português</a>
                    142:      </li>
                    143:      
1.15      ot        144:      <li><a href="documentation.html.ru"
1.14      ot        145:          lang="ru"
                    146:          xml:lang="ru"
                    147:          hreflang="ru"
                    148:          rel="alternate">Русский</a>
                    149:      </li>
                    150:      
1.15      ot        151:      <li><a href="documentation.html.sv"
1.14      ot        152:          lang="sv"
                    153:          xml:lang="sv"
                    154:          hreflang="sv"
                    155:          rel="alternate">Svenska</a>
                    156:      </li>
                    157:      
1.15      ot        158:      <li><a href="documentation.html.zh-cn"
1.14      ot        159:          lang="zh-cn"
                    160:          xml:lang="zh-cn"
                    161:          hreflang="zh-cn"
                    162:          rel="alternate">简体中文</a>
                    163:      </li>
1.6       ot        164: </ul>
1.5       ot        165: 
1.3       ot        166: 
1.14      ot        167: 
1.9       ot        168: <div id="footer">
                    169:    <p id="activity_logos">
                    170: 
1.1       ot        171: <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>
                    172: </p>
                    173: 
                    174: <p id="support_logo">
1.17      ot        175: <a href="http://www.w3.org/QA/Tools/Donate">
                    176: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
                    177: </a>
1.1       ot        178: </p>
                    179: 
                    180: <p class="copyright">
1.16      ot        181: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009
1.1       ot        182: <a href="http://www.w3.org/"><abbr lang="en" title="World Wide Web Consortium">W3C</abbr></a>&reg;
                    183: (<a href="http://www.csail.mit.edu/"><abbr lang="en" title="Massachusetts Institute of Technology">MIT</abbr></a>,
                    184: <a href="http://www.ercim.org/"><abbr lang="en" title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
                    185: <a href="http://www.keio.ac.jp/">Keio</a>), tous droits réservés.
                    186: Les règles de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">responsabilité</a>,
                    187: de <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">nom de marque</a>,
                    188: d'<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">utilisation des documents</a>
                    189: et d'<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">octroi de licences logicielles</a>
                    190: du W3C s'appliquent. Vos interactions avec ce site sont conformes à nos déclarations de confidentialité
                    191: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publiques</a> et vis-à-vis
                    192: de nos <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">membres</a>.
                    193: </p>
1.9       ot        194: </div>
1.1       ot        195: </body>
                    196: </html>

Webmaster