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

#newsContainer{
	float:left;
	padding-left:10px;
}

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

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

	.newsCategory1{border-left:6px solid #DC0404;}/* rouge*/
	.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*/


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

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

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


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


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

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

	#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;
		}