<!--
a:visited { color: #FF3333 !important; }  /*liens visit&eacute; */
a:link    { color: #FF3333; }   /* liens passifs */
a:hover   { color: #ECB904 !important; }   /* on mouse over changement de couleur */
a:active  { color: #ECB904 !important; }   /* liens actifs */
a  { text-decoration:none;}
/* Note that the a:hover must be placed after the a:link and a:visited rules, since otherwise the cascading rules will hide the 'color' property of the a:hover rule. Similarly, because a:active is placed after a:hover, the active color (#CC6600) will apply when the user both activates and hovers over the a element. */

body { 
	font-size: 12px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	color: #006633;
	background-color: #FFFFFF;
	text-align: center;}

h1 {font-weight: bold;
	font-family: Bellgothic Black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF3333;}

h2 {font-weight: bold;
	font-family: Bellgothic Black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3333;}
	
h2 a {text-decoration:underline;
		color: #006633;}

h3 {font-weight: bold;
	font-family: Bellgothic Black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF3333;}
	
h3 a {text-decoration:underline;
		color: #006633;}

h4 {font-weight: bold;
	font-family: Bellgothic Black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3333;}

p {	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006633;}

tr {font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }

td { font-size: 12px;
	 font-family: Verdana, Arial, Helvetica, sans-serif; }

.adr { font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;}
			
.comment { font-size: 10px; 
			font-family: Verdana, Arial, Helvetica, sans-serif;}

.copy {	font-size: 10px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;}
-->
