BODY      {
          background: #FFFFFF;
  		  color: black;
	      /* font-size: 80%;*/
	      font-family: Arial, Helvetica, Verdana, sans-serif;
		  margin: 0,0,0,0;
 	      }

p,li         {
	      color: black;
		  font-size: 100%;
		  font-family: Arial, Helvetica, Verdana, sans-serif;
	      }

TD        {
	      color: black;
		  /* font-size: 80%;*/
		  font-family: Arial, Helvetica, Verdana, sans-serif;
	      }

.bluebg   {
	      color: black;
		  background: #6898E8; 
		  font-size: 80%;
		  font-family: Arial, Helvetica, Verdana, sans-serif;
	      }

.yelbg    {
	      color: black;
		  background: #FFCC33;
		  font-size: 80%;
		  font-family: Arial, Helvetica, Verdana, sans-serif;
	      }

H2        {
	      color: #CC6633;
		  font-size: 175%;
		  font-weight: bold;
		  font-family: Arial, Helvetica, Verdana, sans-serif;
	      }

.sectitle        {
	      color: #CC6633;
		  font-size: 160%;
		  font-weight: bold;
		  font-family: Arial, Helvetica, Verdana, sans-serif;
	      }
		  
H3        {
	      color: #336699;
		  font-size: 150%;
		  font-weight: bold;
		  font-family: Arial, Helvetica, Verdana, sans-serif;
	      }

H4        {
	      color: #336699;
		  font-size: 125%;
		  font-weight: bold;
		  font-family: Arial, Helvetica, Verdana, sans-serif;
	      }

.trespetit {
		  font-size: 40%;
	      }

.petit	  {
		  font-size: 60%;
	      }

.moyen70  {
          font-size: 80%;
          }

.moyen    {
          font-size: 80%;
          }

.normal	  {
		  font-size: 100%;
	      }

.grand	  {
		  font-size: 120%;
	      }

.tresgrand {
		   font-size: 140%;
	       }

A:link    {
	      color: #0000FF;
	      }

A:hover {
	      color: #FF0000;;
	      }

A:visited {
	      color: purple;
		  font-size: 100%;
	      }
		  
A.lowermenu:link   {
		  text-decoration: none;
		  font-size: 80%;
	      }
		  
A.lowermenu:hover   {
		  background-color: #EEEBDB;
		  text-decoration: none;
		  font-size: 80%;
	      }
		  
A.lowermenu:visited   {
		  text-decoration: none;
		  font-size: 80%;
	      }

A.leftmenu:link {
	     	     color: #000000;
				 text-decoration: none;
		         font-size: 90%;
	             }

A.leftmenu:hover {
				 color: #FF0000;
				 text-decoration: none;
		         font-size: 90%;
	             }

A.leftmenu:visited {
	     	     color: #000000;
				 text-decoration: none;
		         font-size: 90%;
	             }

.greenboldtext {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}

.redboldtext {
	font-weight: bold;
	color: #ff0000;
}