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


#ControlNewsList{
	font-size: 11px;
	color: #463938;
	text-align: justify;
	padding: 30px 23px 0px 23px;
}
	
	#ControlNewsList h1{
	}

	#ControlNewsList a{
		cursor:pointer;
		text-decoration:none;
		width: 27px;
		height: 13px;
		text-align: center;
		text-transform: uppercase;
		font-size: 8px;
		color: #fafafa;
		display: block;
		padding-top: 3px;
		background:url('images/bg_lire.jpg') 0px 0px no-repeat;
		margin-top: 10px;
	}

		#ControlNewsList a:hover{
			background:url('images/bg_lire_hover.jpg') 0px 0px no-repeat #c43d8c;
		}

		#ControlNewsList .lireTout{
		cursor:pointer;
		text-decoration:none;
		width: 72px;
		height: 13px;
		text-align: center;
		text-transform: uppercase;
		font-size: 8px;
		color: #fafafa;
		display: block;
		padding-top: 3px;
		background:url('images/bg_lireTout.jpg') 0px 0px no-repeat;
		margin-top: 10px;
		position: relative;
		top: -26px;
		left: 31px;
		padding-left: -2px;
	}

			#ControlNewsList .lireTout:hover{
			background:url('images/bg_lireTout_hover.jpg') 0px 0px no-repeat;
		}

	#ControlNewsList .news{
	
	}


	#ControlNewsList .news .date{

	}

		#ControlNewsList .news .date B{
			
		}

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

		#ControlNewsList .news .photo{
			display: none;
		}

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


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

#NewsList{
}
	
	#NewsList h1{
	}

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

	#NewsList .news{

	}


	#NewsList .news .date{

	}

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

		#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: 15px;
				text-align: center;
				text-transform: uppercase;
				font-size: 9px;
				color: #fafafa;
				display: block;
				padding-top: 3px;
				background:url('images/bg_readmore.jpg') 0px 0px no-repeat;
				margin-top: 10px;
			}

				#NewsList .readMore a:hover{
					background:url('images/bg_readmore.jpg') 0px -18px 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:20px;
			float:left;
		}

		#NewsListOffLine .newsOffLine .date{
			width:50px;
			margin-right:10px;
			float:left;
			text-align:center;
			border-right:1px dashed #e4e3e3;
		}
		
		#NewsListOffLine .newsOffLine .news{
			float:left;
		}

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

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

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		margin-bottom:15px;
	}

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

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

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