body
{
	background-image: url(images/sunny.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
td
{
	color: #0069B3;
	font-family : Arial;
	text-align : center;
	font-size : x-small;
	font-weight : bold;
}
td.bleu
{
	font-size : 11px;
	text-align : center;
	background-color:#87CEEB;
	color : #0069B3;
}
td.titre
{
	font-size : 14px;
	text-align : center;
	background-color:#87CEEB;
	color : #E0FFFF;
}
.link A:link {
	font-size : 14px;
	color : #E0FFFF;
	text-decoration:underline;
}
.link A:visited {
	font-size : 14px;
	color : #E0FFFF;
	text-decoration:underline;
}
.link A:active {
	text-decoration: underline; color: blue;
}
.link A:hover {
	text-decoration: underline; color: blue;
}
