	
	/*
	* TABLET & MOBILE
	*/
	@media screen and (max-width : 900px)
	{
	}
	
	
	/*
	* DESKTOP
	*/
	@media screen and (min-width : 1100px)
	{
		/*
		* CAS PARTICULIER DU CARROUSSEL "CREATION NICOLAS CHRIST"
		*/
		.box.module_pages.central.agregated.condensed.E_id_2207 .text
		{
			width: 1200px;
		}
		
		
			.box.module_pages.central.agregated.condensed.E_id_2207 .text h1,
			.box.module_pages.central.agregated.condensed.E_id_2207 .text h2,
			.box.module_pages.central.agregated.condensed.E_id_2207 .text h3,
			.box.module_pages.central.agregated.condensed.E_id_2207 .text hr
			{
				width: 1100px;
				margin-right:auto;
				margin-left:auto;
			}
	}
	
			
	/*
	* TOUTES RESOLUTIONS
	*/
	.layout.page.one_col .box.module_pages.central.agregated.condensed,
	.layout.page.two_columns_small_left .box.module_pages.central.agregated.condensed,
	.layout.page.two_columns_small_right .box.module_pages.central.agregated.condensed
	{
		border:none;
	}
	
	
