body {
	font-family: Verdana, Arial, Sans-serif;
}


#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
	width:410px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* Style Interface */

#interface {
	width:410px;
	height:80px;
	background-color:white;
	z-index:999;
	text-align:center;

}


#interface #numero {
	margin-top:-15px;
	float:right;

}


#interface .liensImage {
	font-size:10px;
	margin-right:5px;
	font-weight:bold;
	color:#9b9dce;
	cursor:pointer;
}

#interface .liensImage:hover {
	font-weight:bold;
	color:#013d62;
}

#interface #legend {
	font-size:9px;
	margin-top:10px;
	font-weight:bold;
	color:black;
}

#interface #legend p {
	width:300px;
	height:50px;
	margin-left:50px;

}

#interface .playPause {
	font-size:11px;
	cursor:pointer;
	float:left;
	margin-top:-60px;
}

#play {
	display:none;
}

/* Legende SLide */


.boxgrid{ 
	width: 410px; 
	height: 274px; 
	float:left; 
	background:#161613; 
	overflow: hidden;
	position: relative; 

}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/*  For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}
	
.caption .boxcaption {
	top: 264px;
	left: 0;
}

				
