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


#ControlNewsList{
}
	
	#ControlNewsList H1{
		display:none;
	}
	
	#ControlNewsList A{
		color:#6e6e6e;
		font-size:11px;
		text-align:justify;
	}

	#ControlNewsList .date{
	}

	#ControlNewsList .title{
		text-transform:uppercase;
		color:#000000;
	}

	#ControlNewsList .photo{
		display:none;
	}

	#ControlNewsList .summary{	
	}

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

#NewsList{
}
	
	#NewsList h1{
	}

	#NewsList A{
		cursor:pointer;
		text-decoration:none;
	}

	#NewsList .news{

	}


	#NewsList .news .date{

	}

	#NewsList .news .photo{
		width:60px;
		float: left;
		padding-right: 10px;
		padding-top: 2px;
	}

		#NewsList .news .date B{
		
		}

		#NewsList .news .title{
			font-weight: bold;
			margin-bottom: 4px;	
		}
		
			#NewsList .news .title:hover{
			
			}

		#NewsList .news .summary{
		}

		#NewsList .readMore{

		}

			#NewsList .readMore:hover{
			
			}
		
			#NewsList .readMore a{
				cursor:pointer;
				text-decoration:none;
				width: 107px;
				height: 14px;
				text-align: center;
				text-transform: uppercase;
				font-size: 9px;
				color: #fafafa;
				display: block;
				padding-top:2px;
				background:url('images/bg_readmore.jpg') 0px 0px no-repeat;
				margin-top: 10px;
			}

				#NewsList .readMore a:hover{
					background:url('images/bg_readmore.jpg') 0px bottom no-repeat;
				}

	#NewsList .separator{
		margin-top:15px;
		margin-bottom:15px;
		border-bottom:1px dashed #e4e3e3;
	}


/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{

}

	#NewsListOffLine .title{

	}			

	#NewsListOffLine .newsOffLine{
		
	}
		
		#NewsListOffLine .newsOffLine .info{
			width:30px;
			float:left;
			border-right:1px solid #e3deda;
		}

		#NewsListOffLine .newsOffLine .date{
			width:50px;
			margin-right:10px;
			float:left;
			text-align:center;
			padding:0px 5px;
			border-right:1px solid #e3deda;
		}
		
		#NewsListOffLine .newsOffLine .news{
			width:220px;
			float:left;
		}

			#NewsListOffLine .newsOffLine .news A{color:#000000;}
			#NewsListOffLine .newsOffLine .news A:hover{color:#ca0000;}

	#NewsListOffLine .separator{
		margin-top:10px;
		margin-bottom: 10px;
		border-bottom:1px solid #e3deda;
	}

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

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		width:324px;
		margin-bottom:15px;
		background-color:#e3deda;
	}

		#NewsView .ImgPhotoBox .photo{
			margin:2px;			
			float:left;
			text-align:center;
		}

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

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