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


#ControlNewsList{
	padding-left: 10px;
	padding-top: 20px;
	background-color: #FFFFFF;
	background: url('images/bg_ControlNewsList.jpg') no-repeat;
	background-position: left;
	/*height: 358px;*/
	height: auto;
	padding-right: 14px;
	line-height: 1.5em;
	text-align: justify;
	width: 186px;
}

	#ControlNewsList A{
	}

	#ControlNewsList .news{
		font-size:11px;
	}

		#ControlNewsList .news .title{
			margin-bottom:0px;
			font-size:11px;
			padding-bottom: 3px;
		}

				#ControlNewsList .news .title small{
					font-size:10px;
					display:block;
				}

		#ControlNewsList .news .photo{
			width:54px;
			float:left;
			padding-right:6px;
		}

	#ControlNewsList .separator{
		clear:both;
		margin-top:5px;
		height:1px;
		margin-bottom:5px;
		border-bottom:1px dotted #D2EFE1;
	}

	#voirNews {
	margin-left: -3px;
	}

	#voirNews A {
	width: 143px;
	height: 27px;
	display: block;
	background: url('images/ControlNewsList_voirNews.jpg') no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	}

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

#NewsList{
	float: left;
	text-align: justify;
}

	#NewsList H1{
	}
	
	#NewsList .news{
		display:block;
		margin-bottom:15px;
	}
	
		#NewsList .news .title{
			font-size:12px;
			margin-bottom:10px;
		}

			#NewsList .date {
			color: #33A6B5;
			}
	
		#NewsList .news .photo{
			width:70px;
			font-size:0px;
			float:left;
			margin-right:5px;
			margin-top:3px;
			margin-bottom:10px;
		}
	
		#NewsList .news .textBox{
			padding-top: 5px;
			margin-bottom:10px;
		}
	
		#NewsList .readMore{
		  	margin-top:0px;
			text-decoration:none;
		}
	
				#NewsList .readMore A{
					text-decoration:none;				
					clear:both;
					padding:2px 4px 2px 14px;
					font-size:9px;
					background:url('images/bg_readmore.gif') 0px 2px no-repeat;
				}
	
				#NewsList .readMore A:hover{
					color:#2D2337;
				}
				
		#NewsList .separator{
		}

		.lnkRss {
		position: relative;
		left: 130px;
		top: -42px;
		}
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

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

	#NewsListOffLine .newsOffLine{
		padding-top:5px;
		border-bottom:1px dotted #D8D6D6;
	}
	
		#NewsListOffLine .newsOffLine .date{
			width:50px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			width:30px;
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			width:380px;
			display:block;
			float:left;
		}

		
/* -------------------- View --------------------------------- */
#NewsView{
}

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		background-color: #33A6B5;
		width:456px;
		padding:4px;
		margin-bottom:15px;
	}

		#NewsView .ImgPhotoBox .photo{
			height:62px;
			width:83px;
			margin:3px;			
			float:left;
			text-align:center;
			border:1px dotted #B1DAC6;
			background-color:#E8F7F0;
		}

		#NewsView .ImgPhotoBox .photo IMG{
			height:62px;
		}

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