* {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 11px;
}
body {
	overflow: auto;
}

li {
	list-style: none;
} 

img {
	border: 0;
}

#diaporama {
	width: 100%;
	height: 100%
	position: absolute;
	z-index: 1;	
}

#diaporama .flash{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;	
}

#home {
	position: absolute;
	z-index: 2;
	padding: 0;
	margin: 0;
	clear: both;	
}

#home .logo {
	float: left;
	margin: 10px 0 0 10px;
}

#home .langue {
	width: 343px;
}

#home .langue .fr {
	float: left;
	margin: 10px 0 0 0;
}

#home .langue .uk {
	float: right;
	margin: 10px 0 0 0;
}

#home .footer {
	float: left;
	clear: both;
}
#home .footer .player {
	float: left;
	padding: 0 0 0 5px;
}

#home .footer .mention {
	float: left;
	color: #585858;
	white-space: nowrap;
	padding: 0 0 0 10px;
	height: 16px;
}

#home .footer .mention span {
	float: left;
	font-size: 11px;
	color: #585858;
	padding: 2px 5px 0 0;
	text-transform: uppercase;
}
#home .footer .mention img {
	float: left;
}