/*-----------------------------------------------------------------------------
  [CSS - news]
  
  Feuille de style des news
  
-----------------------------------------------------------------------------*/

#left-content #text-content{
	width: 650px;
}

#news-title{
	margin: 0 0 15px 0;
}

	#news-title p{
		margin: 0 0 0 30px;
	}

	.news, .news-mini{
		float: left;
		margin: 10px 10px 0 30px;
		width: 620px;
	}

		#text-content .news img{
			float: left;
			margin: 3px 10px 0 0;
		}

		.date{
			background: #777;
			color: #fff;
			padding: 1px 3px;
		}
		
		#text-content .news h3, 
		#text-content .news p, 
		#text-content .news a,
		#text-content .news-mini h3, 
		#text-content .news-mini p, 
		#text-content .news-mini a{
			color: #fff;
			margin: 2px 0;
			padding: 0;
		}
		
		#text-content .news-mini h3{
			display: inline;
		}
		
		#text-content .news-mini img{
			float: left;
			margin: 7px 5px 0 0;
		}
		
		.category, 
		#text-content .news .category a, 
		#text-content .news-mini .category a{
			color: #d3b9c6;
			font-style: italic;
			font-weight: bold;
			margin: 4px 0 0 0;
		}
		
		.news-mini .category{
			display: block;
		}
		
		#text-content .news h3{
			margin: 7px 0 6px 0;
		}
		
		#text-content a.more-info{
			float: right;
			font-style: italic;
			font-weight: normal;
		}
		
		#text-content a.more-info:hover{
			text-decoration: underline;
		}
		
#left-content #text-content ul{
	margin: 0 0 5px 0;
}

#left-content #text-content ul li{
	background: url(../../images/common/arrow-k.jpg) no-repeat 0 12px;
	color: #fff;
	list-style-type: none;
	padding: 5px 0 0 10px;
}

a#extend-content-btn{
	margin: -40px 0 0 0;
}

.endlink-container .endlink{
	display: block;
	height: 20px;
	margin: 10px;
}