.main .diaponews {
	height: 380px;
	width:650px;
	float:left;
	margin-left:10px;
}

.main .diaponews .news {
	height: 270px;
	width: 650px;
	position: relative;
	float:left;
	margin-bottom:10px;
	border: 1px solid #333;
}

.main .diaponews .news .diapo {
	height: 270px;
	width: 650px;
	position:absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

.main .diaponews .news .diapo img {
	border:none;
}

.main .diaponews .news .diapo .titre_news {
	width:640px;
	height:40px;
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color:#fff;
	font-size:18px;
	vertical-align:middle;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.main .diaponews .navig {
	float:left;
	height:110px;
	width:20px;
	cursor:pointer;
}

.main .diaponews .navig img {
	border:none;
}

.main .diaponews .div_scroll_barre {
	float:left;
	height:110px;
	width:610px;
	overflow:hidden;
	position:relative;
}

.main .diaponews .div_scroll_barre .scroll_barre {
	height:90px;
}

.main .diaponews .div_scroll_barre .scroll_barre .thumb_news {
	position:relative;
	height:30px;
	width:140px;
	float:left;
	margin-left:6px;
	margin-right:6px;
	padding-top:67px;
}

.main .diaponews .div_scroll_barre .scroll_barre .thumb_news .titre {
	top:0px;
	left:0px;
	width:136px;
	padding-left:2px;
	padding-right:2px;
	height:28px;
	font-size:10px;
	position:relative;
	background-color:#CCCCCC;
	filter:alpha(opacity=50);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}

.main .diaponews .div_scroll_barre .scroll_barre .thumb_news .titre a {
	text-decoration:none;
	color:#333333;
}
