body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #585858;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}
#photo {
	height: 800px;
	width: 1100px;
	margin-top: -400px;
	margin-left: -550px;
	left: 50%;
	top: 50%;
	position: absolute;
}
#photo img{
	border: 20px solid #585858;

}
#legende{
	height: 20px;
	text-align: right;
	vertical-align: bottom;
	float: left;
	width: 1080px;
}
#legende a:link, #legende a:active, #legende a:visited{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #585858;
}
#legende a:hover{
	text-decoration: none;
	color: #585858;
	background-color: #E6400E;
}
#flashcontent {
	width: 552px;
	height: 293px;
	margin-top: -400px;
	margin-left: -510px;
	left: 50%;
	top: 50%;
	position: absolute;
}
#noflash {
	float: left;
}
