<!--

body {
	background:url(Images/Background.png);
	background-repeat : no-repeat;
	background-position : top left;
	/*background-attachment : fixed;*/
	background-color: #000000;
	font-size: 10.5pt;
	margin: 0px;
	padding: 0px;
}

div.navig {
	float: left;
	margin-top: 310px;
	margin-left: 5px;
	width: 100px;
	color: white;
	font-size: 13pt;
	font-weight: bold;
}

div.main {
	margin-left: 20px;
	margin-top: 290px;
	width: 650px;
	color: #669999;
	float: left;
}

div.footer {
	text-align: center;
	color: #ffffff;
	width: 750px;
	height: auto;
	font-size: 10pt;
}

span.titre {
	color: #ffffff;
	font-size: 24pt;
	font-weight: bold;
}

span.news_title {
	font-weight: bold;
	font-size: 13pt;
	color: #dddddd;
}

table.no_stuff
{
	width: 400px;
	border: 1px solid #669999;
	color: #669999;
}

hr {
	border: 1px solid #cccc99;
}

img
{
	border:0px;
}

a:link {color:#cccc99; text-decoration:none; font-size: 17px;}
a:hover {color:#cccc99; text-decoration:none; font-size: 17px;}
a:visited {color:#cccc99; text-decoration:none;  font-size: 17px;}
a:active {color:#cccc99; text-decoration:none; font-size: 17px;}

-->