
/* ------------------------------------------------------------------ */
/* -                            NEWS                                  */
/* ------------------------------------------------------------------ */

#newsContainer{
	width: 522px;
	float: left;
	padding: 0 0 0 11px;
}

	#newsContainer .newsContentTop{
		width: 522px;
		height: 10px;
		margin-bottom: 0px;
		background: url('images/bg_newscontainertop.jpg') 0 top no-repeat;
	}

	#newsContainer .newsContent{
		width: 492px;
		height: 380px;
		padding: 5px 15px 15px 15px;
		background: url('images/bg_newscontainer.jpg') 0 bottom no-repeat;
	}

	.newsCategory1{border-left:6px solid #d3edfc;}/* bleu clair */
	.newsCategory2{border-left:6px solid #63b7f2;}/* bleu ciel */
	.newsCategory3{border-left:6px solid #1872a5;}/* bleu foncé */
	.newsCategory4{border-left:6px solid #bce5f9;}/* bleu ciel */
	.newsCategory5{border-left:6px solid #ff7800;}/* orange */
	.newsCategory6{border-left:6px solid #b0d136;}/* vert */
	.newsCategory7{border-left:6px solid #b0d136;}/* vert */
	.newsCategory8{border-left:6px solid #ff7800;}/* orange */
	.newsCategory9{border-left:6px solid #1872a5;}/* bleu foncé */
	.newsCategory10{border-left:6px solid #bce5f9;}/* bleu ciel */
	.newsCategory11{border-left:6px solid #bce5f9;}/* bleu ciel */
	.newsCategory12{border-left:6px solid #bce5f9;}/* bleu ciel */
	.newsCategory13{border-left:6px solid #1872a5;}/* bleu foncé */
	.newsCategory14{border-left:6px solid #dc0404;}/* rouge */
	.newsCategory15{border-left:6px solid #dc0404;}/* rouge */


/* ------------------------------------------------------------------- */

#ControlNewsList{
	font-size:10px;
	padding-left:8px;
	margin-bottom:10px;
}
	#ControlNewsList .photo{
		float:left;
		margin-right:10px;
	}

		#ControlNewsList .photo img {
			width:50px;
		}

	#ControlNewsList .news {
	}

		#ControlNewsList .categoryName,
		.categoryNameNone #ControlNewsList .catName {
			display: none;
		}

		#ControlNewsList .catName {
			font-size:11px;
			padding:0px;
			margin-bottom:0px;
			color:#1e76ab;
			font-weight:normal;
			border-width:0px;
		}

		#ControlNewsList .news .title {
			font-size:11px;
			color:#333333;
			border-bottom:1px dotted #999999;
		}

		#ControlNewsList .news .title:hover {
			color:#1E76AB;
			border-bottom:1px dotted #1E76AB;
		}

		#ControlNewsList .news .summary {
		}

	#ControlNewsList .separator {
		border-bottom:1px dotted #559EC7;
		height:10px;
		margin-bottom:10px;
		display:block;
	}

/* -------------------- Liste OnLine --------------------------------- */

#NewsList{
}
	
	#NewsList H1{
		padding:0px;
		margin:0px;
	}

	#NewsList H3{
		margin:0px;
		padding-bottom:5px;
	}
	
	#NewsList .news{
		padding:10px;
		margin-top:10px;
		background:url('images/bg_news.jpg') 0px 0px no-repeat;
		border-bottom:1px dotted #EFEFEF;
		zoom: 1;
	}
	
		#NewsList .news .title{
			font-size:11px;
			margin-bottom:10px;
		}
	
		#NewsList .news .photo{
			width:70px;
			font-size:0px;
			float:left;
			margin-right:5px;
			margin-top:3px;
			margin-bottom:10px;
		}
	
		#NewsList .news .textBox{
			margin-bottom:10px;
		}
	
		#NewsList .readMore{
		  	margin-top:0px;
			text-decoration:none;
		}
	
				#NewsList .readMore A{
					padding-left:12px;
					cursor:pointer;
					background:url('images/ico-plus.gif') 0px 1px no-repeat;
				}
	
				#NewsList .readMore A:hover{	
					background-color:#4194C6;
					color:#FFFFFF;
				}
				
		#NewsList .separator{
			clear:both;
		}
	
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine .title{
		display:block;
		padding-bottom:5px;
		margin-top:15px;
	}			

	#NewsListOffLine .newsOffLine{
		height:20px;
		padding-top:5px;
		border-bottom:1px dotted #EFEFEF;
	}
	
		#NewsListOffLine .newsOffLine .date{
			width:50px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			width:20px;
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			display:block;
			float:left;
		}
	
		
/* -------------------- View --------------------------------- */
#NewsView{
}
		
	#NewsView .ImgPhotoBox{
		width: 530px;
		margin:15px 0px 15px 0px;
		border:1px dotted #EFEFEF;
	}	

		#NewsView .ImgPhotoBox .photo{
			width:100px;
			height:70px;
			float:left;
			overflow:hidden;
			text-align:center;
			margin:4px;
		}

		#NewsView .ImgPhotoBox .photo IMG{
			height:80px;
			margin-top:-10px;
		}

		#NewsView .ImgPhotoBox .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity:0.50;
		}
