body {
margin: 5px;
background-color: #FFFFFF;
color: #000000;
font-size: 10pt;
font-weight: 400;
text-indent: 0;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
.videoContainer {
background-color: #ffffff;
layer-background-color: #ffffff;
border-width: 1px;
border-color: #000099;
border-style: solid;
}
.movieContainer {
background-color: #ffffff;
layer-background-color: #cccccc;
}
#vlc_controls {
	position:relative;
	visibility: hidden;
	left:0px;
	top:-20x;
	width:306px;
	height:16px;
}
.vlcbtn a.selected, a:active {
text-decoration: none;
}
a.vlcbtn {
position : relative;
z-index : 1;
background-color : #ffffff; /* couleur de fond du lien */
}
a.vlcbtn:hover {
text-decoration: none;
z-index : 20;
background-color : #cccccc; /*couleur de fond du lien au passage de la souris */
}
a.vlcbtn span {
display : none;
font-size : 11px;
width : 239px;
padding : 20px 4px 2px 4px;
}
a.vlcbtn:hover span {
display : block;
position : absolute;
z-index : 100;
top : -36px;
left : 2px;
background-repeat : no-repeat;
background-position : center top;
color : #cccccc; /* couleur du texte */
text-align : justify;
}
