html
{
  height: 100%;

  margin: 0;

  padding: 0;

  overflow: scroll;

  overflow-y: scroll;

  overflow-x: auto;

  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	margin: 0px;
	padding: 0px;
	background:#fff;
}


.footer
{
	font-family: verdana;
	font-size: 12px;
	color: #fff;
}

.main {
	font-family: verdana;
	font-size: 12px;
	color: #000;
	text-align:justify;
}

td
{
	font-family: verdana;
	font-size: 12px;
	color: #000;

}

A.titre:link {font-family:Verdana; font-weight:bold;font-size:13px; color:#000; text-decoration:none; }
A.titre:visited {font-family:Verdana;font-weight:bold; font-size:13px; color:#000; text-decoration:none;}
A.titre:active {font-family:Verdana; font-weight:bold;font-size:13px; color:#000; text-decoration:none;}
A.titre:hover {font-family:Verdana; font-weight:bold;font-size:13px; color:#333; }