/* FOND DE PAGE */

BODY
{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#D6E4F8;
	
	font-family:Verdana;
	font-size:10px;
}

/* BANDEAU DE MENU */

TD.menu
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;

	border-style:none;
	background:url('./images/degrade.jpg');

	height:25px;
	cursor:hand;
	text-align:center;
}

DIV.menu
{
	font-family:Verdana;
	font-size:11px;

	border-style:solid;
	border-color:#808080;
	background-color:#D6E4F8;
	color:white;

	border-width:1px;
	width:142px;
	cursor:hand;
	padding:5px;
	line-height:20px;
}

/* COULEUR DES LIENS */

A:hover
{
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}

A
{
	text-decoration:none;
	color:#205DB8;
	font-weight:bold;
}