/* CSS Document */
@charset "UTF-8";

.imgNews { /*image d'enter d'une news dans l'affichage complet*/
	/*width:60px; height:60px;*/
	padding:6px; margin:0 20px 1px 0;
	border:1px solid #ccc;
	float:left;
}

.cache {
	text-align:right;
	display:none;
}

.montre {
	text-align:right;
	display:block;
}

hr.sepa {
	background-color:#545454;
	color:#545454;
	border:none;
	width:100%;
	height:1px;
}


/*mini-news*/
.oneNews {
	clear:left;
}

	a.newsimage {
		/*width:60px; height:60px;*/
		padding:6px; margin:0 20px 20px 0;
		border:1px solid #ccc;
		float:left;
	}
	
	a.newsimage:hover {
		border:1px solid #e31b19;
	}
	
	.newsheading {
		padding-top:6px;
	}