.slideshow{
	width:490px;
	height:286px;
	background: url("../images/slideshow.png") no-repeat scroll;
	padding-bottom:10px;
	}


#box6{
	position:absolute;
	width:490px;
	}

.mask6{
	position:absolute;
	width:350px;
	height:265px;
	overflow:hidden;
	margin-top:10px;
	margin-left:10px;
	
}

.correction{
	padding-top:4px;
}

/* ********************************** */
.thumbs{
	width:90px;
	height:90;
	position:left;
	margin-left:373px;
}
.thumbs div{
	display:block;
	width:106px;
	height:80px;
	margin-left:5px;	
	cursor:pointer;
	margin-top:10px;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none;
}
/* Gestion de l'encadré info du slideshow */
.info{
	width:350px;
	height:70px;
	background:#000;
	position:relative;
	top: 195px;
}

.info slideshowtitre a{
	float:left;
	font-family:Arial;
	font-weight:bold;
	color:#fff;
	font-size:24px;
	padding:0 3px;
	text-decoration:none
}

.info slideshowdate a{
	float:right;
	color:#fff;
	font-family:Arial;
	font-size:12px;
	top: 20px;
	text-decoration:none;
}

.info slideshowdescription a{
	float:left;
	font-family:Arial;
	color:#fff;
	font-size:14px;
	padding:3px 8px;
	padding:0 3px;
	text-decoration:none
}