
/* ------------------------------------------------------------------ */
/* -                            NEWS                                  */
/* ------------------------------------------------------------------ */

#ControlNewsList{
}

	#ControlNewsList .photo{
		float:left;
		margin-right:6px;
	}


/* -------------------- Liste OnLine --------------------------------- */

#NewsList{
}

	#NewsList .photo{
		float:left;
		margin-right:6px;
	}
	
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine .newsOffLine{
	}

		#NewsListOffLine .newsOffLine .date{
			float:Left;
			margin-right:10px;
		}

		#NewsListOffLine .newsOffLine .news{
			float:Left;
		}
	
/* -------------------- View --------------------------------- */

#NewsView{
}

	#NewsView .ImgPhotoBox{
		width:400px;
		background-color:#5A666D;
	}

	#NewsView .ImgPhotoBox .photo{
		float:left;
		width:72px;
		margin:4px;
		font-size:0px;
		text-align:center;
	}

		#NewsView .ImgPhotoBox .photo IMG{
			height:54px;
			font-size:0px;
		}

		#NewsView .ImgPhotoBox .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity:0.50;
		}