/* Généralités */
#bandeau_anime {
	text-align:left;
}

/* Zone contenant le titre */
.textholder {
	right:0px;
	bottom:0px;
	width:315px;
	width:100%;
	height:50px;
}

.textholder_text {
	font-weight:bold;
	color:white;
	margin:5px;
	padding-left: 10px;
	text-align:left;
}

.textholder_background {
	border:0px solid white;
/*	background-color:#004976;*/
	background-color:#c8cbcd;
	width:315px;
	width:100%;
	height:50px;
}

/* Zone de navigation dans les bandeaux */
.thumbs_container {
	position:absolute;
	bottom:45px;
	right:2px;
	z-index: 10;
}

.thumb {
/*	background-color:#4D75A3;*/
	background-color:#9fa1a2;
	width:18px !important;
	color:white;
}

.thumb_selected {
/*	background-color:#004976;*/
	background-color:#696a6b;
	
}

.bandeau_btn_play {
	margin-left:200px;
	margin-top:105px;
	text-align:left;
}

.bandeau_btn_play a img {
	border:0px;
}