<body
{
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
}

table
{
	width: 100%;
	border-collapse: collapse;
	border: 0px none;
}

table.personne
{
	border: 1px solid black;
}

td.persoCorps
{
	border-top: 1px solid black;
}

td
{
	vertical-align: top;
	border: 0px none;
}

td.persoTeteNom, td.persoTeteDates
{
	font-size: 14pt;
	font-weight: bold;
}

td.persoTeteDates
{
	width: 202px;
}

td.commentaires
{
	width: 40%;
	vertical-align: bottom;
	text-indent: 10px;
	text-align: justify;
	border-left: 1px solid black;
	padding: 5px;
}

 td.dates
{
	width: 162px;
}

td.raison
{
	text-align: right;
	width: 64px;
	font-style: italic;
}

td.titre
{
	font-weight: bold;
	padding: 5px;
}

span.nom
{
	 text-transform: uppercase;
}

span.alias
{
	font-style: italic;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: orange;
}

a:active
{
	text-decoration: none;
}