
#filactus {
	overflow: hidden;
	width: 954px;
	float:left;
	border:1px solid #CCCCCC;
	border-right:0px;
	border-bottom:0px;
}

/*--Main Image Preview--*/
.main_image {
	width: 550px; 
	height: 366px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h3 {
margin-top:5px;
background:none;
color:#fff;
}

.block small { 
	padding: 0 0 0 20px; 
	background: url(../images/FilActu/icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	padding-bottom:5px;
}
.main_image a.collapse {
	background: url(../images/FilActu/btn_collapse-sans-texte.gif) no-repeat left top;
	height: 27px; width: 25px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 389px;
	height:366px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-left:1px solid #CCCCCC;
}
.image_thumb img {
	background-color:#ededee;
	border:1px solid #bbbdbe;
	padding:5px;
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; 
	padding: 5px;
	padding-top:7px;
	padding-bottom:7px;
	background: #f0f0f0 url(../images/FilActu/nav_a.gif) repeat-x;
	width:390px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;

}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
.image_thumb ul li h3 {
	font-size: 1.5em; 
	margin: 2px 0; padding: 0;
	color:#333;

}
.image_thumb ul li.active  {
	border-left:2px solid #93117e;
}
.image_thumb ul li.active  h3{
	color:#93117e;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 5px;
	padding: 0;
	width: 320px;
}	
.image_thumb ul li p{display: none;}
