HTML, BODY, TABLE.Hauteur
{
	height: 100%;
}

BODY 
{
	font-family: Century Gothic, verdana;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

TR.Couleur, TD.Couleur
{
	background: #808080;
}

/***********************************************
* LINK
*********************************************** */

A:link
{
  color: #FFFFFF;
  background: transparent;
}

A:visited
{
  color: #FFFFFF;
  background: transparent;
}

A
{
  color: #FFFFFF;
  background: transparent;
  text-decoration: none;
  text-transform: none;
  font-size: normal;
  font-weight: normal;
}

A:active
{
  color: #FFFFFF;
  background: transparent;
}

A:hover
{
  color: #FFFFFF;
  background: transparent;
  font-size: 120%;
  font-weight: bold;
}