/* Les styles par defaut */
HTML, BODY, TD
{
	font-family: verdana;
	font-size: 12px;
	color: black;
	margin: 0;
	height:100%;
}

FORM		{margin:0;}

A
{
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A.black
{
	color: black;
}


.gris
{
	color: #AAAAAA;
}
