body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E2C6D;
	background-color: #eff5f5;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}

#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: 430px;
	left: 250px;
	top: 100px;
	position: relative;
	float: left;	
}
#contentxt {
	width: 420px;
	height: 400px;
	position: relative;
	float: left;	
}
#legende {
	width: 600px;
	height: 30px;
	position: relative;
	float: left;	
}
h1 {
	color: #631791;
	font-size: 20px;
}
h2 {
	color: #631791;
	font-size: 16px;
	margin-top: -30px;
}
a:link {
	font-weight: 700;
	color: #9DB3CB;
	text-decoration: none;
}
a:hover {
	font-weight: 700;
	color: #A8CB55;
	text-decoration: none;
}
a:active {
	font-weight: 700;
	color: #94B33E;
	text-decoration: none;
}
.legende {
	font-size: 9px;
	color: #999999;
	text-align: right;
}
.legende a:link {
	font-weight: 700;
	color: #666666;
	text-decoration: none;
	background-color: #E5F1C1;
}
.legende a:hover {
	font-weight: 700;
	color: #2E2C6D;
	text-decoration: none;
	background-color: #C6E657;
}
.legende a:visited {
	font-weight: 700;
	color: #666666;
	text-decoration: none;
	background-color: #F3EFEC;
}
.legende a:active {
	font-weight: 700;
	color: #666666;
	text-decoration: none;
	background-color: #C6E657;
}
