/*------------------------------------------  BLOC ACTUALITES : pages */
/* _@BLOC:ACTUALITES@_ */
#blocACTU{
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	border-radius: 5px;
	border:1px solid _@COLOR("BORDER","#efefef")@_;
	padding:2px;
	margin-bottom:10px;
}
#blocACTU .blocMIDDLE{
	padding-bottom:0px;
}

.actualite{
	/*width:100%;*/
	padding:0px;
	margin:0px 0px 10px 0px;
}

.titreblocactu{
	font-family: 'Asap', sans-serif;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	text-transform:uppercase;
	color: _@COLOR("TITREBLOCACTU","#ca0e25")@_;
	font-weight: 400;
	
	width: 100%;
	float:left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}

.titreblocactu a, .titreblocactu a:hover{
	color: _@COLOR("TITREBLOCACTU","#ca0e25")@_;
}

.actusImg{
	float: left;
	width: 80px;
	height: 60px;
	margin: 0px 10px 10px 0px;
	-moz-border-radius: 4px;
	-webkit-border: 4px;
	border-radius: 4px;
}

.plusinfos{
	float:left;
	margin: 0px;
	padding:0px;
	text-align: left;
	font-style: normal;
	font-size:10px;
}

.plusinfos a{
	color:_@COLOR("PLUSINFOS","#000000")@_;
}

.plusinfos a:hover{
	color:_@COLOR("PLUSINFOS-OVER","#ca0e25")@_;
	text-decoration:none;
}
/* _@FINBLOC:ACTUALITES@_ */