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