BODY  { margin: 0px;
        font-family: arial;
}

XX	{ font-size:9pt;}

H1	{font-family: Arial;
	 font-size: 50px}
H2	{ color: #13AFA5;
	  font-family: Arial;}

A	{
	  text-decoration: none;
	  }

A:link {
       color: #2b2b0e;
       }
A:visited {
       color: #094c46;
       }
A:hover {
       color: brown;
       }



TD { vertical-align: top;
     margin: 10px}

TD.top {
         vertical-align: top;
	 height: 200px;
       }
TD.bottom {
         vertical-align: bottom;
       }

TD.leftside { background-color: #13AFA5;
	      width: 120px;
	      text-align: center;
	      vertical-align: top;
	      margin-left: 20px;
	      font-family: arial;
	      font-weight: bold;
	      font-size: 9pt;
	    }

TD.rightside { background-color: #CCD13A;
	     }

P	     { margin-left: 5%;
	       margin-right: 5%;
}

DIV.remarque { position: absolute;
	       top: 20px;
	       left: 50px;
	       }

TABLE.page { height: 100% }
