/*
	CSS CopixLab
	Author : Yann Bétoule / Julien LERCH
	Copyright : ACTIMAGE 2007
	Feuille de styles du contenu à inclure dans les contextes public et admin, + dans l'éditeur FCK pour avoir les bons styles en live
	RAPPEL :  cette CSS contient les styles de mise en page, pas l'interface publique.
*/



	#aggregator .zone * {
		/*margin		: 0 ;
		padding		: 0 ;
		background	: none;*/
	}
	#aggregator .zone p, .fckeditorzone p {
		margin		: 0 0 10px 0 !important;
	}
	#aggregator .zone strong, .fckeditorzone strong{
		font-size	: 1em !important;
		font-weight : bold;
		color		: #C96A01;	
	}
	#aggregator .zone h3, .fckeditorzone h3 {
		font-size	: 1.2em;
		color		: #834501;
		margin		: 0 0 10px 0 !important;
	}
	#aggregator .zone h4, .fckeditorzone h4 {
		font-weight	: bold;
		margin		: 0 0 5px 0 !important;
	}
