/**********************************
 * Content > Header
 **********************************/
#content_zoom
{
		background-color: 	#fff;
	}
	#content_zoom h1
	{
		padding-bottom: 		0;
	}
	.content_introduction
	{
		margin-top: 		15px;
		font-size: 			11pt;
		font-size: 			10pt;
		text-align: 		justify;
		/*width: 				60%;*/
	}
	.content_introduction img,
	.content_introduction iframe
	{
		max-width: 			100%;
	}
	#content_list
	{
	
	}
	#content_item_header
	{
		width: 				40%;
		margin: 			10px 0;
		border: 			5px solid #ddd;
		background-color: 	#F6F6F6;
		padding: 			15px 25px;
	}
	#content_item_header ul,
	#content_item_header li
	{
		
	}
	#content_item_header li a:link,
	#content_item_header li a:hover,
	#content_item_header li a:active,
	#content_item_header li a:visited
	{
		color: 			#333;
	}
	#content_item_bloc
	{
		
	}

/**********************************
 * Content > Articles
 **********************************/
#content_zoom h2
{
	text-decoration: 		underline;
	margin-top: 			30px;
	text-transform: 		none;
}

#content_zoom h3
{
	color: 					#01B2DE;
	text-transform: 		none;
}

.content_item
{
}

	.content_item_image
	{
	}
	.content_item_info
	{
	}
	.content_item_text
	{
		font-size: 			10pt;
		line-height: 		140%;
	}
	.content_item_text ul
	{
		margin: 			5px 0;
		padding: 			0;
		padding-left: 		50px;
	}
	.content_item_text li
	{
		margin: 			10px 0;
	}
	.content_item_text a:link,
	.content_item_text a:hover,
	.content_item_text a:active,
	.content_item_text a:visited
	{
		font-weight: 		bold;
		text-decoration: 	underline;
	}
	.content_item_link:link,
	.content_item_link:hover,
	.content_item_link:active,
	.content_item_link:visited
	{
		font-weight: 		bold;
		text-decoration: 	underline;
	}
 
	
/**********************************
 * Responsive
 **********************************/
@media only screen /* Tablette */ 
and (max-width : 1000px) 
{
	
}

@media only screen /* Smartphone */ 
and (max-width : 700px) 
{
	#content_zoom
	{
		padding: 			10px 20px;		
	}
	
	.content_introduction
	{
		width: 				auto;
	}
	#content_item_header
	{
		width: 				auto;
	}	
	.content_item_text
	{
		font-size: 			12pt;
	}
}