<HTML>
<HEAD>
   <TITLE>CSS</TITLE>

<style type="text/css">
	body {
		font-family:"Georgia";
		font-size:11px;
		color:#626262;
	}
	TD {
		font-family:"Georgia";
		font-size:11px;
		color:#626262;
	}
	H2 {
		margin-bottom: 0;
		font-family:"Georgia";
		font-weight:"bold";
		font-size:14px;
		color:#cbd539;
	}
	p.Quoi {
		font-family:"Georgia";
		font-weight:"bold";
		font-size:11px;
		color:#626262;
	}
	
	A:link { text-decoration: none; color:#c36c2c; font-size:11px;	font-weight : bold;}
	A:visited { text-decoration: none; color:#c36c2c; font-size:11px;	font-weight : bold;}
	A:hover { text-decoration: none; color:#c36c2c; font-size:11px;	font-weight : bold;}
</style>

</HEAD>
<BODY>

</BODY>
</HTML> 

