/*----------------------- CSS NEWS SPAGRANDPRIX -----------------------*/

#ControlNewsList{
	padding:10px;
	text-align:justify;
}

	#ControlNewsList H1{
		font-size:14px;
		margin:0px 0px 10px 0px;
		display:block; 
		font-weight:normal;
		color:#3C3C3C;
	}

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

		#ControlNewsList .news .title{
			margin-bottom:6px;
		}

		#ControlNewsList .news .photo{
			width:62px;
			float:left;
			margin-top:3px;
			padding-right:6px;
		}

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



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

#NewsList{
}

	#NewsList .news{
		margin-bottom:15px;
	}

		#NewsList .news H2{
			display:inline;
		}

		#NewsList .news .title{
			margin-bottom:6px;
		}

		#NewsList .news .photo{
			width:70px;
			font-size:0px;
			float:left;
			margin-right:5px;
			margin-top:3px;
			margin-bottom:10px;
		}

		#NewsList .readMore{
		  	margin-top:5px;
		}
	
				#NewsList .readMore A{
					display:block;
					width:424px;
					text-align:right;
					text-decoration:none;				
					padding:2px 4px 2px 14px;
					font-size:9px;
					border-bottom:1px solid #D8D8D8;
					background:url('images/bg_readmore.gif') 350px 2px no-repeat;
				}
	
				#NewsList .readMore A:hover{
					color:#FFFFFF;
					background-color:#DE0303;
					border-bottom:1px solid #DE0303;
				}

#NewsList .separator{
	clear:both;
	height:1px;
}

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

#NewsListOffLine{
}

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

	#NewsListOffLine .newsOffLine{
		padding-top:5px;
		padding-bottom:3px;
		border-bottom:1px dotted #D8D8D8;
	}
	
		#NewsListOffLine .newsOffLine .date{
			width:50px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .infoBox{
			width:30px;
			height:15px;
			display:block;
			float:left;
		}
		
		#NewsListOffLine .newsOffLine .news{
			width:360px;
			display:block;
			float:left;
		}
		
/* -------------------- View --------------------------------- */
#NewsView{
}

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
		width:440px;
		border:1px dotted #D8D8D8;
		margin-bottom:10px;
	}

		#NewsView .ImgPhotoBox .photo{
			height:61px;
			width:80px;
			margin:3px;			
			float:left;
			text-align:center;
			background-color:#D8D8D8;
			font-size:0px;
		}

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

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