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

.bloc_news {
	min-height:150px;
	margin-bottom: 30px;
	background: no-repeat;
}

.affichage_news {
	float: left;
	width: 130px;
	height: 150px;
}

.titre_news {
	margin-bottom: 2px;
	color: #02336B;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}

.auteur {
	font-style:italic;
	margin-bottom:10px;
}

.texte-news {
	text-align: justify;
	margin-left:10px;
}

.commentaires1, .commentaires1 a {
	color:#5677a0;;
	font-weight:bold;
}

.commentaires1 {
	clear:both;
	text-align:right;
	border-bottom:1px dashed #5677a0;
	margin-top:15px;
	font-size:80%;
}