/* ---------- BALISES H1, H2, H3 ----------- */
h1, h2, h3, h4
	{
	font-family: Arial, Geneva;
	margin:0px;
	padding:0px;
	}

h1 
	{
	font-size: 12px;
	}

h2
	{
	font-size: 11px;
	font-weight:normal;
	}
h3
	{
	font-size: 10px;
	font-weight:normal;
	}
h4
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	}
