#flvViewer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	display: none;
}
#frameViewer {
	width: 980px;
	height: 600px;
	background-image: url(images/bw.gif);
	background-repeat: repeat;

	/*background-color: #000000;/**/
	border: 1px solid #ECAE00;/**/
}

#swfViewer {
	width: 640px;
	height: 480px;
	margin-top: 50px;
	background-color: #000000;
}


#commandesViewer {
	margin: 0px;
	padding: 3px;
}
#commandesViewer, #commandesViewer a {
	width: 636px;
	margin: 0px;
	padding: 2px;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#photos {
	background-color: #666666;
	text-align: left;
}
#photos ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#photos img {
	border: none;
}

#photos li {
	padding: 10px;
	margin: 0px;
	width: 100px;
	height: 100px;
	list-style-type: none;
	display: block;
	float: left;
}

#mp3Player {
	vertical-align: middle;
	margin-left: 20px;
}
#mp3Player object, #mp3Player embed {
	display: inline;
}










