#visionneuse {
	
	float: left;
	position: relative;
	
	margin-right: 0px;
	margin-left: 0px;
	
	width: 371px;
	height: 174px;
	
}

#boa {
	
	position: relative;
	overflow: hidden;
	
	width: 371px;
	height: 174px;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#boa-content {
	
	width: 371px;
	height: 174px;
	
	overflow: visible;
	
}

#boa .ft-content {
	
	position: absolute;
	
	top: 0px;
	right: 0px;
	
	margin-top: 0px;
	
	width: 371px;
	height: 174px;
	
	background-repeat: no-repeat;
	background-position: 0px bottom;
	
}

.ft-content a {
	
	position: absolute;
	
	bottom: 0px;
	right: 0px;
	
	width: 90px;
	height: 27px;
	
}

.ft-content a em, .ft-content h2 {
	
	display: none;
	
}

.ft-content a.full {
	
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
}

/* ***** CONTROLE ***** */

#boa-controls {
	
	position: absolute;
	
	right: 8px;
	bottom: 3px;
	
}

#boa-controls a {
	
	display: block;
	float: left;
	
	height: 24px;
	
	background-position: 0px top;
	background-repeat: no-repeat;
	border: none;
	
}

#boa-controls #ctrl-prev                  { background-image: url(../images/boa_previous.png); width: 14px; }
#boa-controls #ctrl-next                  { background-image: url(../images/boa_next.png);     width: 17px; }
#boa-controls .pause, #boa-controls .play { background-image: url(../images/boa_pause.png);    width: 11px; }

/* ***** PROGRESSION ***** */

#boa-progress ul {
	
	margin: 0px;
	
	padding-left: 5px;
	
}

#boa-progress ul li {
	
	display: inline;
	cursor: pointer;
	
}

#boa-progress ul li .spacer {
	
	margin-left: 3px;
	margin-bottom: 5px;
	
	height: 8px;
	width: 8px;
	
	background-color: #FFFFFF;
	border: 0px;
	
}

#boa-progress ul li.active .spacer {
	
	background-color: #9ABA3B;
	
}