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

#controlNewsList {}

	#controlNewsList H1 {
		display:none;
	}

	#controlNewsList .news {}

		#controlNewsList .news .photo {}

			#controlNewsList .news .photo IMG {}
		
		#controlNewsList .news .infoBox {}
				
	#controlNewsList .separator {}


/* ------------------- RSS BTN -------------------------------------- */

a.rss {
	background: url("images/bg_rss.jpg") 0 0 no-repeat;
}

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


#news_NewsListOnLine {
	display: block;
}

	#news_NewsListOnLine h1 {display: none;}

	#news_NewsListOnLine h2 {display: none;}

	#news_NewsListOnLine .news {
		display: block;

		height: 178px;
		width: 292px;

		padding: 14px;

		float: left;

		background: url("images/bg_news.png") top no-repeat;
	}

	#news_NewsListOnLine .newsHover {background: url("images/bg_news.png") bottom no-repeat;}

		#news_NewsListOnLine .news .photo {
			display: block;
			width: 94px;
			height: 92px;

			padding: 3px;
			
			background: url("../../../../app_themes/default/images/customer/bg_newsList1_photo.png") top no-repeat;

			float: left;

			overflow: hidden;
		}

			#news_NewsListOnLine .newsHover .photo {background: url("../../../../app_themes/default/images/customer/bg_newsList1_photo.png") bottom no-repeat;}

			#news_NewsListOnLine .news .photo table {width: 94px;height: 92px;font-size: 0px;line-height: 0px;margin: 0px; padding: 0px;}

			#news_NewsListOnLine .news .photo table a {font-size: 0px;line-height: 0px;}

			#news_NewsListOnLine .news .photo img {
				width: 94px;
				max-height: 92px;
				font-size: 0px;
				line-height: 0px;
			}

		#news_NewsListOnLine .news h2 {display: inline;font-size: 13px;}

		#news_NewsListOnLine .news h2 a {text-decoration: none;}

		#news_NewsListOnLine .news .content {
			display: block;
			width: 178px;
			height: 168px;

			margin: 0px 0px 0px 14px;
			color: white;

			float: left;

			overflow: hidden;
		}

		#news_NewsListOnLine .news .content .date {display: none;}

		#news_NewsListOnLine .news .content .imgImportance {float: left;margin-right: 5px;margin-top: 2px;}

		#news_NewsListOnLine .news .btn_knowMore {
			display: block;

			width: 64px; 
			height: 15px; 
			background: url("../../../../app_themes/default/images/customer/btn_knowMore.png") 0px 0px repeat-x;

			text-align: center;
			text-transform: uppercase;
			font-size: 11px;
			line-height: 13px;
			color: white;
			text-decoration: none;

			padding-right: 14px;

			position: absolute;
			margin-top: 166px;
			margin-left: 102px;
		}
				
/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine {}

	#NewsListOffLine .newsOffLine {
		display:block;
		padding:10px;
		margin-bottom:15px;
		border:1px solid #7289c9;
	}

	#NewsListOffLine .newsOffLine .month {
		display:block;

		margin-bottom:6px;
		padding-bottom:2px;
		border-bottom:1px solid #7289c9;

		font-size: 13px;
	}			

	#NewsListOffLine .newsOffLine .title {
		display:block;
		padding-bottom:5px;
		padding:3px;
	}
	
		#NewsListOffLine .newsOffLine .title .date{ width:50px; display:block; float:left; }
		#NewsListOffLine .newsOffLine .title .infoBox{ width:20px; display:block; float:left; }
		#NewsListOffLine .newsOffLine .title .news{ display:block; float:left; }
		
/* -------------------- View --------------------------------- */

#news_NewsView {}
	
	#news_NewsView .news {}

	#news_NewsView .news h1 {text-decoration: none;}

	#news_NewsView .infoBox{
		margin-bottom:6px;
	}
		
	#news_NewsView .ImgPhotoBox{
		display:block;
		margin-bottom:15px;
		border:1px solid #2355aa;
	}

		#news_NewsView .ImgPhotoBox .photo {
			width:100px;
			height:75px;
			text-align:center;
			float:left;
			overflow:hidden;
			margin:3px;
			background-color:#2355aa;
		}

		#news_NewsView .ImgPhotoBox .photo IMG {	
			height:75px;
		}

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

		#news_NewsView a.pdf {
			display: block;

			height: 15px; 
			padding: 1px 5px 3px 20px;

			background: url("images/bg_pdf.png") top left no-repeat;

			text-decoration: none;
		}

		#news_NewsView a.pdf:hover {background: url("images/bg_pdf.png") 0px -21px no-repeat;}
