
/*--------------------------------- tt_news LIST view  -----------------------------------*/

 
.news-list-item {
	/*IE hack */
 	height: 1%;
	line-height: 1.3;
	/*IE hack end */
	padding:0px;
	margin:5px 0 20px 0;	
	width:100%;
}
#news-list-container .news-list-item a{
	padding:0;
	margin:0;
	font-size:0.8em;
}

#news-list-container H3 {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #AAAAAA;
	width:100%;
}
#news-list-container H3 a{
	font-weight: normal;
	font-size:0.9em;
	color:#999999;
}
#news-list-container IMG {
	float: right;
	border:0;
	margin-bottom:2px;
	margin-left:2px;
}

.categorie {
	font-size:1.1em;
	text-transform: uppercase;
	color:#70B157;
}

#news-list-container div.news-list-morelink a{
	color:#FF9900;
	font-weight: normal;
}
#news-list-container .clearer {
	clear:both;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-img {
	float: right;
	margin-left:5px;
}
.news-single-img IMG{
	border : 0;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-backlink, .news-single-backlink a {
	font-size: 0.9em;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 0.7em;
}
.news-single-author {
	padding-bottom: 3px;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
div.news-catmenu  {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(news_FILES/papierquadrille.png);
	background-repeat:repeat;
	margin-top: 10px;
	margin-left: 8px;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	text-align: left;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size:0.9em;
}
div.news-catmenu  a{
	text-decoration: none;
	color: #999;
	display:block;
	margin-right:5px;
	padding-top: 3px;
	padding-left:5px;
	padding-bottom: 3px;
	line-height:1.2em;
}
div.news-catmenu  a:hover{
	background-color:#fff;
	color: #999;
}
div.level1 a {
	text-decoration: none;
	color: #999;
	display:block;
	margin-right:5px;
	padding-top: 3px;
	padding-left:15px;
	padding-bottom: 3px;
	line-height:1.2em;
}

div.level1 a:hover {
	background-color:#fff;
	background-image:url(news_FILES/coche.png);
	background-repeat:no-repeat;
	background-position: 3px 0.6em;
	color: #999;
}
div.news-catmenu-ACT a{
	background-image:url(news_FILES/coche_verte.png);
	background-repeat:no-repeat;
	background-position: 3px 0.6em;
	color:#090;
}


