Name : Horloge.class

Param :	
	- bgcolor : the background color. default("000000").
	- fgcolor : the start foreground color. default("FFFFFF").
	- font : the font name. default("TimesRoman").	
	- size : the size of the font. default("10").
	- style : the style of font.0 : PLAIN, 1: BOLD, 2 : ITALIC, 3 : BOLD + ITALIC. default("0")
	- image : the horloge skin's. default("nothing").
	- x : X axis position of hour.default("0").
	- y : Y axis position of hour. default("center").
	

Ex :

<APPLET code="Horloge.class" width=170 height=80>
	<PARAM NAME="bgcolor" value="000000">
	<PARAM NAME="fgcolor" value="FFFF00">
	<PARAM NAME="font" value="TimesRoman">
	<PARAM NAME="style" value="1">
	<PARAM NAME="size" value="40">
	<PARAM NAME="image" value="Clock.jpg">
	<PARAM NAME="x" value="14">
	<PARAM NAME="y" value="52">
</APPLET>