<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">text-justify</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">s.o.</span> IE <span class="emphasis">5</span> CSS <span class="emphasis">s.o.</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;: oui</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>D&eacute;termine les techniques d&eacute;taill&eacute;es de distribution de caract&egrave;res pour tout &eacute;l&eacute;ment de niveau bloc dont l'attribut CSS <span class="literal">text-align</span> est r&eacute;gl&eacute; sur <span class="literal">justify</span>. Cet attribut est principalement con&ccedil;u pour les langues asiatiques et non latines.
</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>text-justify: <span class="replaceable">justificationType</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>L'une des constantes indiqu&eacute;es dans le tableau suivant.</p>
						<table border="1"><tbody><tr><th>Valeur</th><th>Signification</th></tr>
								<tr><td><span class="literal">auto</span> </td><td>Laisse le navigateur choisir le type optimal</td>
								</tr>
								<tr><td><span class="literal">distribute</span> </td><td>Similaire &agrave;<span class="literal">newspaper</span>, mais optimis&eacute; pour les langues asiatiques
</td>
								</tr>
								<tr><td><span class="literal">distribute-all-lines</span> </td><td>Justifie les lignes, dont la derni&egrave;re ligne, entra&icirc;nant un espacement potentiellement important entre les mots
</td>
								</tr>
								<tr><td><span class="literal">distribute-center-last</span> </td><td>Justifie les lignes, mais centre la derni&egrave;re de ces lignes (non impl&eacute;ment&eacute;e)</td>
								</tr>
								<tr><td><span class="literal">inter-cluster</span> </td><td>Justifie les lignes pour lesquelles aucun espacement n'est d&eacute;fini</td>
								</tr>
								<tr><td><span class="literal">inter-ideograph</span> </td><td>Justifie les lignes qui se composent d'id&eacute;ogrammes</td>
								</tr>
								<tr><td><span class="literal">inter-word</span> </td><td>Justifie les lignes en distribuant l'espace de remplissage entre les mots (chose courante pour les langues latines)
</td>
								</tr>
								<tr><td><span class="literal">kashida</span> </td><td>Justifie le script arabe en utilisant des traits allong&eacute;s (IE 5.5 ou version sup&eacute;rieure requis)
</td>
								</tr>
								<tr><td><span class="literal">newspaper</span></td><td>Justifie les lignes en distribuant un espace de remplissage entre les mots et entre les caract&egrave;res
</td>
								</tr>
							</tbody></table>
					</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">0</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>div#col1 {text-align:justify; text-justify:newspaper}</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>El&eacute;ments de niveau bloc.</p>
					</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="objectmodelreference"><span class="title">R&eacute;f&eacute;rence de mod&egrave;le d'objet</span></td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td><span class="programlisting"><pre>[window.]document.getElementById("<span class="replaceable">elementID</span>").style.textJustify</pre>
						</span></td>
				</tr>
			</table>
		</div>
</body>
</html>