@charset "utf-8";
/* CSS Document */


body {
	background-color: #000000;
	background-image: url(imgs/wallpaper.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tableau {
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/fd.jpg);
	background-repeat: no-repeat;
}
.Style1 {font-size: smaller}
.Style2 {	font-size: smaller;
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a {
	font-weight: bold;
}