<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
	<xsl:template match="/">
		<HTML>
		<BODY bgcolor="#ffffcc">
			<ul>
			  <xsl:for-each select="microcontroleurs/micro8bits"> 
				  <li>
								 <i><div style="background-color:#ff9999;color:white;font-weight:bold;padding:4px;font-size=16pt"><xsl:value-of select="nom"/></div></i><br/>
				         <font face="arial" size="6"><b><xsl:value-of select="fabricant"/></b></font><br/>			
			    </li>
				</xsl:for-each>
			</ul>
		</BODY>
		</HTML>
	</xsl:template>
</xsl:stylesheet>