<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">font-style</td><td valign="top" nowrap class="compatibility">NN<span class="emphasis"> 4</span> IE<span class="emphasis"> 4</span> CSS<span class="emphasis"> 1</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 si l'&eacute;l&eacute;ment doit &ecirc;tre affich&eacute; en caract&egrave;res normaux (Roman), italiques ou obliques. Si, pour la famille de polices (<span class="literal">font-family</span>) sp&eacute;cifi&eacute;e, des styles intitul&eacute;s Italique et/ou Oblique sont pr&eacute;sents dans le navigateur, l'attribut <span class="literal">font-style</span> utilise ces derniers pour afficher l'&eacute;l&eacute;ment. Si ces styles de police sp&eacute;cialis&eacute;s ne sont pas disponibles dans le syst&egrave;me, le navigateur applique g&eacute;n&eacute;ralement un algorithme d'inclinaison &agrave;la police normale pour produire le style italique. La qualit&eacute; des documents imprim&eacute;s avec des styles de police g&eacute;n&eacute;r&eacute;s &eacute;lectroniquement d&eacute;pend de la qualit&eacute; de l'interaction entre l'ordinateur client et l'imprimante. Bien que les logiciels pour PC offrent g&eacute;n&eacute;ralement diff&eacute;rents styles de police, vous pouvez &eacute;galement jouer sur l'apparence des caract&egrave;res &agrave;l'aide des attributs <span class="literal">font-stretch</span>, <span class="literal">font-variant</span> et <span class="literal">font-weight</span>.
</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>font-style: <span class="replaceable">fontStyle</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 trois constantes suivantes: <span class="literal">normal</span> | <span class="literal">italic</span> | <span class="literal">oblique</span>. Les navigateurs assimilent souvent les param&egrave;tres italique et oblique.
</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">normal</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>h2 em {font-style: italic}</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>
				<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.fontStyle</pre>
						</span></td>
				</tr>
			</table>
		</div>
</body>
</html>