/* Margin.css - Used for left margins *//* © Philipe DEWOST, 1999-2014 - Found on www.dewost.com */BODY    {	margin-height: 12;	margin-top: 12;	margin-bottom: 12;	margin-left: 4;	margin-right: 4;	background-color:#FF9900; /* Flashy yellow */    font-family:Arial, Helvetica, sans-serif;    font-size:12px;	font-color:#000033;; color: #000066    /* background-image:url(img/entree.gif); */    /* bgproperties="fixed" */    /* cursor:ne-resize; */    }P    {font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; font-weight: normal}H1    {    font-family:Arial Narrow, Helvetica, Verdana;    font-size:36px;    font-weight:normal;    text-align:center;    color:#000066;}A:link    	{    color:#000033; /* Deep Blue */    text-decoration:none;    background:none    }A:visited    {    color:#663300; /* Marron */    text-decoration:none;    background:none    }A:hover    {	color:#990000;/* Red */    text-decoration:underline;    background:none	cursor:hand;    }A:active    {    cursor:hand;    color:#FF9900;    text-decoration:none;    background:none    }