<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">pause-after, pause-before</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 d&eacute;finissent, pour les feuilles de style audio, la dur&eacute;e de la pause &agrave;marquer avant ou apr&egrave;s l'&eacute;l&eacute;ment actuel. Vous pouvez appliquer ces deux attributs au m&ecirc;me &eacute;l&eacute;ment pour marquer une pause avant et apr&egrave;s ce dernier.
</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>pause-after: <span class="replaceable">time</span> | <span class="replaceable">percentage</span>
pause-before: <span class="replaceable">time</span> | <span class="replaceable">percentage</span></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>Les dur&eacute;es (<span class="replaceable">time</span>) sont des nombres &agrave;virgule flottante suivis de l'unit&eacute; <span class="literal">ms</span> (millisecondes) ou <span class="literal">s</span> (secondes). Il s'agit donc de dur&eacute;es absolues. Les pourcentages (<span class="replaceable">percentage</span>) sont calcul&eacute;s par rapport au nombre de mots par minute d&eacute;fini par l'attribut <span class="literal">speech-rate</span>. L'attribut <span class="literal">speech-rate</span> contr&ocirc;le la dur&eacute;e (moyenne) d'un mot; de ce fait, si l'attribut <span class="literal">pause</span> a pour valeur <span class="literal">100%</span>, la dur&eacute;e de la pause est identique &agrave;la dur&eacute;e d'un mot; si l'attribut a pour valeur <span class="literal">50%</span>, la dur&eacute;e de la pause repr&eacute;sente la moiti&eacute; de la dur&eacute;e du mot.
</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>Varie en fonction du navigateur.</p>
					</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>