a:link
{
	color: rgb(0, 0, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:visited
{
	color: rgb(0, 0, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
} 
a:active 
{
	color: rgb(0, 0, 255);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 128);
	font-weight: normal;
	font-variant: normal;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
}
.latable {
	background-color: #99CCFF;
	height: 200px;
	width: 260px;
	border: thin double #000099;
}

