#news_zoom
{
}
#news_zoom::after
{
	content: 		" ";
	display: 		block;
	clear: 			both;
}

	#news_zoom h1
	{
		
	}
	#news_zoom .news_zoom_date
	{
		color: 			#01B2DE;
	}
	#news_zoom .news_zoom_image
	{
		float:	 		left;
		width: 			40%;
		text-align: 	right;
		padding: 		20px;
		padding-right: 	20px;
	}
		#news_zoom .news_zoom_image img
		{
			max-width: 		100%;
		}
	#news_zoom .news_zoom_shortdescription
	{
		float:	 		right;
		width: 			58%;
		font-size: 		10pt;
		font-weight: 	bold;
		color: 			#333;
		padding-left: 	20px;
		border-left: 	1px solid #ddd;
	}
	#news_zoom .news_zoom_fulldescription
	{
		float:	 		right;
		width: 			58%;
		font-size: 		9pt;
		color: 			#333;
		padding: 		10px 0;
		padding-left: 	20px;
		border-left: 	1px solid #ddd;
	}
	#news_zoom .news_zoom_fulldescription img
	{
		max-width: 			100%;
	}
	#news_zoom .news_zoom_fulldescription a:link,
	#news_zoom .news_zoom_fulldescription a:hover,
	#news_zoom .news_zoom_fulldescription a:active,
	#news_zoom .news_zoom_fulldescription a:visited
	{
		font-weight: 		bold;
		text-decoration: 	underline;
		color: 				#333;
	}

	
.news_list_more:link,
.news_list_more:hover,
.news_list_more:active,
.news_list_more:visited
{
	display: 			block;
	margin: 			20px 20px;
	padding: 			10px 0;
	text-align: 		center;
	background-color: 	#f6f6f6;
	color: 				#888;
	text-decoration: 	none;
	border: 			1px solid #eee;
	border-radius: 			5px;
}
.news_list_more:hover
{
	background-color: 	#f0f0f0;
}
	
/**********************************
 * Responsive
 **********************************/
	
@media only screen /* Tablette */ 
and (max-width : 1000px) 
{
	
}

@media only screen /* Smartphone */ 
and (max-width : 700px) 
{
	#news_zoom
	{
		padding: 		0 20px;
		margin-bottom: 	40px;
	}
	#news_zoom .news_zoom_image,
	#news_zoom .news_zoom_shortdescription,
	#news_zoom .news_zoom_fulldescription
	{
		float:	 		none;
		width: 			auto;
		border: 		0;
		padding: 		10px 0;
	}
	#news_zoom .news_zoom_image
	{
		text-align: 	center;
	}
	#news_zoom .news_zoom_shortdescription,
	#news_zoom .news_zoom_fulldescription
	{
		font-size: 		13pt;
	}
}