div.news {
	width: 600px;
	margin: 0px auto 30px auto;
	text-align: justify;
	
}

img.news1,
img.news2 {
	border: 1px solid #000000;
}

font.news-titre {
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	-- color: #606060;
	color: #f35412;
}

font.news-info {
	font-style: italic;
	font-size: 10px;
}

font.news-info-poster {
	font-weight: bold;
}

font.news-text {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: black;
	text-align: justify;
	font-weight: bold;
}

img.news2 {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

a.news-info {
	color: #000000;
}