@charset "utf-8";
/* CSS Document */
#contentcenter .actualite-singleView {}
#contentcenter .actualite-singleView h1.title {
	font-size: 22px;
	background:none;
	background-image:none;
	font-weight:normal;
	height:auto;
	padding:0px;
	color:#333333;
	font-variant: normal;
	padding:0px 10px 10px;
}
#contentcenter .actualite-singleView .date,
#contentcenter .actualite-singleView .news-single-author {
	color:#666666;
	padding-left:10px;
}
#contentcenter .actualite-singleView .image {
	float:right;
	margin-right:10px;
}
#contentcenter .actualite-singleView .image img {
	float:none;
	margin-bottom:2px;
}
#contentcenter .actualite-singleView .caption {
	float:none;
	padding:0;
	padding-left:10px;
	color:#666666;
	margin:0;	
}

/*NEWS LIST*/
#contentcenter .news-list-item {
	margin:0px 10px;
	border-bottom:1px dashed #CCCCCC;
	float:left;
	width:560px;
}
* html #contentcenter .news-list-item {
	margin-top:10px;
	width:530px;
	}
#contentcenter .news-list-item h2.title {
	font-size:18px;
	font-weight:normal;
	font-variant:normal;
	margin-left:0px;
}
#contentcenter .news-list-item h2.title a {
	text-decoration:none;
}
#contentcenter .news-list-item h2.title a:hover {
	text-decoration:underline;
}
#contentcenter .news-list-item div.author {
	display:inline;
}
#contentcenter .news-list-item div.author p {
	color:#666666;
	margin:0;
	padding:0;
	display:inline;
}
#contentcenter .news-list-item div.news-date {
	color:#666666;
	display:inline;
}
#contentcenter .news-list-item p.bodytext {
	margin:5px 0px 0px 0px;
	padding:0;
}
#contentcenter .news-list-item .subheader a {
	text-decoration:none;	
}
#contentcenter .news-list-item .subheader a:hover {
	text-decoration:underline;	
}
#contentcenter .news-list-item br.clear {
	clear:both;
}

/*PAGE BROWSER*/
#contentcenter .tx-ttnews-browsebox {
	text-align:center;
	margin-bottom:5px;
	color:#666666;
}
#contentcenter .tx-ttnews-browsebox table {
	margin:5px auto;
}
#contentcenter .tx-ttnews-browsebox table a {
	color:#666666;
	margin:0 3px;
}
