
  BODY
  {
	background-color:	rgb(0,0,0);
	color:			rgb(0,0,255);
	margin:			0;
	font:			11px Arial,Helvetica;
  }

  DIV.TITRE
  {
	font-size:		14px;
	font-weight:		bold;
	background:		rgb(255,0,0);
	color:			rgb(255,255,255);
  }

  A
  {
	color:			rgb(255,255,255);
	font-size:		11px;
	font-weight:		bold;
	text-decoration:	none;
  }

  A.CHOIX
  {
	color:			rgb(192,0,0);
  }

  A.CHOIXBLEU
  {
	color:			rgb(0,0,192);
  }

  A:hover
  {
	text-decoration:	underline;
  }
