a:link {
	color: #D9D9D9;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	a img
{
border: none;
} 
	a:link:hover {
	color: #F99315;
}
	a:visited {
	color: #D9D9D9;
	text-decoration: none;
}
	a:visited:hover {
	color: #F99315;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

td {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
strong {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
p {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.credit {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a span { /* dˇfinition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span { /* dˇfinition de la balise <span> au survol */
	display: table-cell;
	position: absolute;       /* largeur de la zone de commentaires, selon la taille du menu */
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	top: 70px;
	left: 680px;
}

a:visited:hover {
	text-decoration: none;
	color: #FFFFFF;
}
b {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

