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

body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(imgs/fd1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.bordbas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bordgauche {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.borddroit {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.fdmarquee {
	background-image: url(imgs/fd2.jpg);
}
.borhaut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CBFE00;
	text-decoration: underline blink;
}
a:visited {
	font-style: italic;
	text-decoration: underline;
}
