#selection_video {
	width: 100%;
	padding: 0;
	margin: 0;
}

#selection_video .container {
	float:left;
	display:inline;
	clear:none;
	border:none;
	padding:0px;
}
#selection_video .container img {
	cursor: pointer;
	margin: 0px 10px 30px 10px;
	border:none;
	clear:left;
	float:left;
	Opacity: 1;
}
#selection_video .container img:hover {
	Opacity: 0.5;
}

#selection_video .fleche_gauche {
	background: url( 'gfx/fleche_gauche.png' ) no-repeat top left;
	border: none;
	width: 20px;
	height: 30px;
   	margin: 0px 0px 32px 30px;   /* 1=haut, 2=droite, 3=bas, 4=gauche */
   	padding: 0;
	float: left;
	Opacity: 0.7;
}
#selection_video .fleche_gauche:hover {
	Opacity: 1;
}

#selection_video .fleche_droite {
	background: url( 'gfx/fleche_droite.png' ) no-repeat top left;
	border: none;
	width: 20px;
	height: 30px;
   	margin: 0px 30px 32px 0px;   /* 1=haut, 2=droite, 3=bas, 4=gauche */
   	padding: 0; 
	float: right;
	Opacity: 0.7;
}
#selection_video .fleche_droite:hover {
	Opacity: 1;
}

#selection_video .mask{
	margin: 10px 20px;
	position:relative;
	width:190px;
	height:615px;
	overflow:hidden;
	background:transparent;
	border:none;
}
#selection_video .box{
	display:block;
	position:absolute;
}

.selectionbox .fondpanel {
	background:transparent;
	width:190px;
	height:689px;
}

.selectionbox div.message {
	font-family: Arial;
	font-size: 14px;
	text-align:center;
	color: #015a93;
	margin: 0;
	width:230px;
}
