	/* -------------------------------------------------------------- 
		Élements meta box
	--------------------------------------------------------------- */
	
	/* generique */
	.postbox  hr				{ margin:30px 0; height:1px; background:#CCCCCC; border:none; color:#CCCCCC; }
	.postbox  hr.big			{ height:5px; background:#000; color:#000; }
	.space-bottom				{ margin-bottom:50px !important; }
	.postbox h1					{ font-size:1.3em !important; }
	.postbox h2					{ margin:10px 0 5px !important; padding:0 !important; font-size:1.3em !important; font-weight:700; line-height:14px !important; }
	.postbox strong.bigger		{ margin:10px 0 5px !important; padding:0 !important; font-size:1.2em !important; font-weight:700; line-height:14px !important; }
	.postbox .label-check		{ min-width:170px; }
	.postbox .mceEditor			{ display:block; background:#fff; border:1px solid #CCCCCC; }
	.postbox .no-float			{ float:none; display:block; margin-bottom:10px; }
	
	.postbox h2.bigger			{ font-size:1.3em !important; }
	
	/* formulaire */
	.medium-input				{ width:300px; }
	.large-input				{ width:600px; }
	
	/* options */
	.demo-img					{ display:block; width:200px; min-height:100px; margin-top:10px; border:1px solid #CCCCCC; }
	.demo-img-thumb					{ display:block; width:100px; min-height:100px; margin-top:10px; border:1px solid #CCCCCC; }
	
	/* -------------------------------------------------------------- 
		Template
	--------------------------------------------------------------- */
	/* template helper */
	#template-helper-custom li				{ float:none !important; display:block; }
	
	/* template tab */
	#tabs-template-custom .tab-template-custom	{ display:none; }
	#tabs-template-custom .active				{ display:block; }
	
	/* exemple */
	#template-helper-custom li a				{ position:relative; margin-left:15px; }
	#template-helper-custom li a span			{ display:none; position:absolute; top:-100px; left:100px; z-index:99; }
	#template-helper-custom li.active a span	{ display:block; }
	#template-helper-custom a img				{ display:block; border:1px solid #CCCCCC; }