@charset "utf-8";
#cadreNews {
	font-family: Arial, Helvetica, sans-serif;
	width: 505px;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #069;
	margin-right: auto;
}
.titreHNews {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 150%;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #F90;
	display: block;
}
.imageNews {
	width: 158px;
	text-align: center;
	overflow: auto;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 3px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #999;
	padding: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
}
.titreNews {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 200%;
	word-spacing: 0.3em;
	letter-spacing: 0.1em;
	text-align: center;
}
.datelieuNews {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #6f0000;
	word-spacing: 0em;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.5pt;
	margin-right: 10px;
}
.sujetNews {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	vertical-align: 5%;
	word-spacing: 0.3em;
	letter-spacing: 1pt;
}
.descriptifNews {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	width: 500px;
	line-height: 140%;
}
.infos {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: right;
}
#cadreNews p a {
	color: #3A3A3A;
	text-decoration: none;
}
#cadreNews p a:hover {
	text-decoration: underline;
	color: #00C;
}

