@charset "utf-8";
/* CSS Document */
#video-gauche {
	height: 450px;
	width: 300px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
	padding: 5px;
	text-align: center;
}
#video-contenu {
	height: 430px;
	width: 510px;
	left: 20px;
	top: 0px;
	position: relative;
	overflow: visible;
	color: #FFFFFF;
}
#video-separation{
	position: absolute;
	height: 470px;
	width: 1px;
	left: 308px;
	top: 125px;
	background-color: #E5E5E5;

}

#video-droit {
	position: absolute;
	left: 318px;
	top: 134px;
	height: 440px;
	width: 573px;
}
#video-vue {
	height: 300px;
	width: 480px;
	background-color: #333333;
	margin-left: 50px;
	margin-top: 20px;


}
#video-selection {
	position: absolute;
	width: 500px;
	height: 50px;
	left:32px;
	top: 350px;
	overflow: hidden;
	
}

#video-vignette {
	width: 10000px;
	height: 51px;
	float: left;
	position: absolute;
	visibility: visible;
	overflow: visible;
	left: 0px;
		top: 5px;

}
#video-titre {
	position: absolute;
	width: 500px;
	left: 33px;
	top: 405px;
	text-align: center;
	opacity: 0.5;
	color: #FFFFFF;
	text-transform: uppercase;
}
.video-vignette {
	width: 53px;
	float: left;
	text-align: center;
	height: 100px;
	vertical-align: middle;
}
#video-texte {
	background-color: #000000;
	position: absolute;
	width: 500px;
	left: 33px;
	top: 328px;
	color: #FFFFFF;



}
#video-precedent {
	background-image: url(images/video-precedent.gif);
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 10;
	left: 1px;
	top: 10px;
	background-repeat: no-repeat;

}
#video-suivant {
	background-image: url(images/video-suivant.gif);
	position: absolute;
	height: 50px;
	width: 20px;
	z-index: 10;
	left: 483px;
	top: 10px;
	background-repeat: no-repeat;
	background-color: #000000;

}
#video-selection-vignette {
	position: absolute;
	height: 70px;
	width: 500px;
	left: 20px;
	top: 0px;
	overflow: hidden;

}
.vignette-selection {
	z-index: 2;
	left: 10px;
	top: 10px;
	height: 100px;
	width: 100px;
	
}
.vignette-survol {
	padding: 2px;
	height: 41px;
	width: 55px;
	top: 30px;
}