body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #610900;
	background-attachment: fixed;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#flashcontent {
	width: 1000px;
	height: 600px;
	margin-left: -500px;
	margin-top: -300px;	
	position: absolute;
	left: 50%;
	top: 50%;
	float: left;
}
#noflash {
	width: 1000px;
	height: 600px;
	position: relative;
	background-image: url(images/site.jpg);
	background-repeat: no-repeat;
	float: left;
}
#content {
	width: 600px;
	height: 200px;
	left: 30px;
	top: 150px;
	position: relative;
	float: left;	
}
#contentxt {
	width: 600px;
	height: 150px;
	position: relative;
	float: left;	
}
#legende {
	width: 600px;
	height: 30px;
	position: relative;
	float: left;	
}
h1 {
	color: #CAFB40;
	font-size: 18px;
}
a:link {
	font-weight: 700;
	color: #CAFB40;
	text-decoration: none;
	background-color: #C10001;
}
a:hover {
	font-weight: 700;
	color: #C10001;
	text-decoration: none;
	background-color: #C5F63B;
}
a:active {
	font-weight: 700;
	color: #C10001;
	text-decoration: none;
	background-color: #C5F63B;
}
.legende {
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
.legende a:link {
	font-weight: 700;
	color: #C8F63B;
	text-decoration: none;
}
.legende a:hover {
	font-weight: 700;
	color: #C10001;
	text-decoration: none;
	background-color: #C5F63B;
}
.legende a:visited {
	font-weight: 700;
	color: #C10001;
	text-decoration: none;
	background-color: #C5F63B;
}
.legende a:active {
	font-weight: 700;
	color: #C10001;
	text-decoration: none;
	background-color: #C5F63B;
}

