/* News */


/*LISTE*/
.news-latest-container {
	margin: 0;
}

.news-latest-container .news-latest-item{
	margin: 0 0 40 0;
}

.news-latest-container .news-latest-title {
	text-decoration: none;
	font-weight: normal;
	font-size: 16;
	font-weight: bold;
	color: #FFFFFF;

}

.news-latest-container .news-latest-title a {
	text-decoration: none;
	font-weight: normal;
}

.news-latest-container .news-latest-date {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;


}

.news-latest-container .news-latest-date a {
	text-decoration: none;
	font-weight: normal;
}

.news-latest-container h3 a{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16;
	text-decoration: bold;
	color:#FFFFFF;
}

HR.clearer {
	border: 1px solid WHITE;
}

.news-latest-container .news-latest-item .news-latest-headline  {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #7d0404;
  color: white;
  padding: 0.3em 1.1em;
  margin: 0 0 10 0;
}


.news-latest-item img {
  float:none;
  padding:0;
  margin:5 10 0 0;
  border: 1px solid white;
}


/*DETAIL*/

.newsHeader .news-latest-title {
	text-decoration: none;
	font-weight: normal;
	font-size: 18;
	font-weight: bold;

}

.newsHeader .news-latest-title a {
	text-decoration: none;
	font-weight: normal;
}

.newsHeader .news-latest-date {
	text-decoration: none;
	font-weight: normal;

}

.newsHeader .news-latest-date a {
	text-decoration: none;
	font-weight: normal;
}


.news {
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.newsHeader {
  border-top: 1px solid WHITE;
  border-bottom: 1px solid WHITE;
  background-color: #7d0404;
  color: white;
  padding: 0.3em 1.1em;
}

.newsBody {
  padding: 0.3em 0.6em;
  margin: 0.5em;
}

#content .newsHeader h3 {
  margin: 0;
  padding: 0em 0em 0.7em 0em;
}

#content .newsHeader p, #content .newsBody p {
  margin: 0;
  padding: 0em 0em 0.7em 0em;
}

.newsSubheader {
  padding-bottom: 0.8em;
}

.news-single-img {
  float: left;
  padding:0;
  margin:0 10 0 0;
  border: 1px solid white;
}



.news-single-imgcaption {
  color: black;
  font-size: 0.8em;
}


