body {
	margin: 0; /* à conserver */
	padding: 0; /* à conserver */
	position: absolute; /* à conserver */
	width: 100%;
	height: 100%;
	font-family: "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size: 82%;
	background-color: transparent; /* à conserver */
	overflow: hidden; /* à conserver */
}

a:link {color:#ffffff;}
a:visited {color:#ffffff;}

img {
	border: none; 
	margin-left: 0; 
	margin-top: 0;
	vertical-align:middle; 
}

.codesrc {
	position: absolute;
	padding : 5px;
	top: 120px;
	left: 5px;
	width:300px;
	height:90px;
	text-align: left;
	overflow: auto;
	color: #000000;
	background-color: #fffff5;
}

.player {
	width:340px;
	height:280px;
	background: url(player.png) no-repeat; 
}

.message {
	position: absolute;
	padding : 5px;
	width: 310px;
	height: 230px;
	text-align: justify;
}

.info {
	position: absolute;
	top: 255px;
	left: 46px;
	width: 230px;
	height: 16px;
	text-align:center;
}

.error{ 
	position: absolute;
	top: 255px;
	left:10px;
	text-align: center;
	width:320px;
	height: 16px;
	background-color: #ff0000;
	color: #ffffff;
}

.java {position: absolute; top:254px; left:10px;}
.stop {position: absolute; top:254px; left:28px;}

.plugin {position: absolute; top:254px; left:278px;}
.share {position: absolute; top:254px; left:296px;}
.download {position: absolute; top:254px; left:314px;}

/* doit impérativement rester en dernier */
.video {
	position: absolute;
	top: 10px;
	left: 10px;
	width:320px;
	height:240px;
	color: #ffffff;
}