<html>
<head>
	<style type="text/css">     .backmenu  {
     	position : absolute;
     	visibility : hidden;
     	top : 19px;
     	left : 0px;
     	width : 16px;
     	height : 16px;
     	z-index : 1;
     }
     
     .menu  {
     	position : absolute;
     	visibility : hidden;
     	top : 0px;
     	left : 0px;
     	width : 16px;
     	height : 16px;
     	z-index : 2;
     }
     
     a.liens:link  {
     	color="#FFFFFF"; text-decoration : none;
     }
     
     a.liens:visited  {
     	color="#FFFFFF"; text-decoration : none;
     }
     
     a.liens:hover  {
     	color="#FFFF00"; text-decoration : none;
     }
     
     P.Nom  {
     	color : Blue;
     }
     
     P.pays  {
     	font-family : monospace;
     	font-weight : large;
     	color : red;
     }
     
     P.tete  {
     	font-family : sans-serif;
     	font-size : large;
     	color : blue;
     }
     
     P.saint  {
     	font-family : sans-serif;
     	font-size : medium;
     	color : red;
     }
     
     P.titre  {
     	font-family : Matura MT Script Capital;
     	font-size : xx-large;
     	color : green;
     }
     
     P.texte  {
      	font-size : medium;
     	color : #cc0000;
     }
     
     P.data  {}
     
     </style>
</head>
<BODY>
</BODY>
</HTML>
