/**
 * Liste tt_news
 */
.news {
	background: url('../imgs/hr-vert.gif') repeat-y 227px 0;
}
.newsDetail {
	background: none;
	padding-bottom: 5px;
}
	.news .newsitem {
		padding: 10px 0;
		background: url('../imgs/hr-hor.gif') repeat-x left bottom;
	}
	.news .newsitemPageBrowse {
		padding: 1px 0;
	}
		.news .newsitem .image {
			position: relative;
			float: left;
			width: 215px;
			height: 140px;
			padding: 1px;
			/*border: 1px solid #999;*/
			margin-right: 10px;
			overflow: hidden;
			background: url('../imgs/no-image-70-35.gif') no-repeat center center;
		}
		
		.news .newsitem .image .image_masque a{
			display: block;
			position: absolute;
			left: 87px;
			top: 50px;
			width: 40px;
			height: 40px;
			background: url('../imgs/bouton-play.png') no-repeat;
		}
		
		* html .news .newsitem .image .image_masque a{
			background: none;
			cursor: hand;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader('enabled=true, sizingMethod=crop src=/fileadmin/templates/skin/default/imgs/bouton-play.png');
		}
		
		
		.news .newsitem .content {
			float: left;
			width: 470px;
			margin-left: 10px;
		}
			.news .newsitem .content h3 a {
				color: #000;
				font-weight: bold;
				font-size: 16px;
				text-decoration: none;
			}
			.news .newsitem .content h3 a:hover {
				text-decoration: underline;
			}
			#CONTAINER #CONTENT .news .newsitem .content p.header {
				padding-top: 0;
			}
			.news .newsitem .content p a {
				color: #000;
				font-size: 12px;
				text-decoration: none;
			}
			.news .newsitem .content p a:hover {
				text-decoration: underline;
			}
			.news .newsitem .content a  img{
				border: 0;
			}
			.news .newsitem .content a {
				color: #000;
				font-size: 12px;
				text-decoration: none;
			}
			.news .newsitem .content a:hover {
				text-decoration: underline;
			}
	.news .newsitemsingle {
		background: none;
		padding: 0;
		border: 0;
	}
	
.news-list-browse {
	float: right;
}
	.news-list-browse .tx-ttnews-browsebox {
	}	
		.news-list-browse .tx-ttnews-browsebox table tr td {
			height: 15px;
			line-height: 15px;
			min-width: 9px;
			_width: 9px;
			padding: 0 3px;
			text-align: center;
			background: #aaa;
			background: none;
		}
			.news-list-browse .tx-ttnews-browsebox table tr td a {
				color: #000;
				text-decoration: none;
				font-size: 11px;
			}
			.news-list-browse .tx-ttnews-browsebox table tr td a:hover {
				color: #cd071e;
			}
			#CONTAINER #CONTENT .news-list-browse .tx-ttnews-browsebox table tr td p {
				padding: 0;
			}
			
			#CONTAINER #CONTENT p.news_date {
				margin: 0px;
				padding: 0px;
			}