/* ########## */
/* ## NEWS ## */
/* ########## */

/* ################# */
/* ## LATEST NEWS ## */
/* ################# */

#news_latest {
	width: 172px;
}
	
	#news_latest_image {
		width: 172px;
		text-align: left;
	}
	
	#news_latest_title {
		width: 172px;
	}
	
	#news_latest_content {
		width: 172px;
		text-align: justify;
	}
	
	#news_latest_footer {
		width: 172px;
		text-align: right;
	}

	

/* ############### */
/* ## LIST NEWS ## */
/* ############### */

#news_list {
	width: 550px;
	background-color: #E1E1E1;
	margin-bottom:30px;
}

	#news_list_image {
		float: left;
		margin-right:15px;
		
		background-color: #E1E1E1;
	}

	#news_list_title {
		background-color:#BEC1C0;
		height:29px;
		line-height:29px;
		padding-left:5px;
	}
	
	#news_list_infos {
		padding:10px 0px;
		background-color: #E1E1E1;
	}
		
	

/* ################# */
/* ## SINGLE NEWS ## */
/* ################# */

#news_single {
	width: 550px;
	margin-bottom:30px;
}

	#news_single_image {
		float: left;
		margin-right:15px;
	}

	#news_single_title {
		background-color:#BEC1C0;
		height:29px;
		line-height:29px;
		padding-left:5px;
	}
	
	#news_single_infos {
		padding:10px 0px;
	}
		