<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">counter-increment, counter-reset</td><td valign="top" nowrap class="compatibility">NN<span class="emphasis"> s.o.</span> IE<span class="emphasis"> s.o.</span> CSS<span class="emphasis"> 2</span></td>
				</tr>
				<tr>
					<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">H&eacute;rit&eacute;: non</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Ces attributs contr&ocirc;lent la s&eacute;quence de num&eacute;rotation d'un compteur CSS servant au contenu g&eacute;n&eacute;r&eacute; (reportez-vous &agrave;l'attribut <span class="literal">content</span>). L'attribut <span class="literal">counter-increment</span> d&eacute;finit le montant (et la direction) du changement pour chaque acc&egrave;s au compteur pendant l'affichage. L'attribut <span class="literal">counter-reset</span> vous permet d'affecter un nombre sp&eacute;cifique au compteur (valeur par d&eacute;faut: z&eacute;ro).
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="csssyntax"><span class="title">Syntaxe CSS</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>counter-increment: <span class="replaceable">counterID</span> [ <span class="replaceable">posOrNegInteger</span> ] | none
counter-reset: <span class="replaceable">counterID</span> [ <span class="replaceable">posOrNegInteger</span> ] | none</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="value"><span class="title">Valeur</span></td>
				</tr>
				<tr>
					<td><p><span class="replaceable">counterID</span> est un identifiant affect&eacute; &agrave;un attribut de style <span class="literal">content:counter(</span><span class="replaceable">counterID</span><span class="literal">)</span>. La valeur optionnelle (nombre entier) est s&eacute;par&eacute;e par un espace apr&egrave;s <span class="replaceable">counterID</span>. Vous pouvez combiner plusieurs ID compteur au sein du m&ecirc;me attribut de style en encha&icirc;nant des paires s&eacute;par&eacute;es par des espaces d'ID et de valeurs enti&egrave;res.
</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="initvalue"><span class="title">Valeur initiale</span></td>
				</tr>
				<tr>
					<td><p><span class="literal">none</span></p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="example"><span class="title">Exemple</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>h1 {counter-reset:subSection}</pre>
						</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="appliesto"><span class="title">S'applique &agrave;</span></td>
				</tr>
				<tr>
					<td><p>Tous les &eacute;l&eacute;ments. </p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>