/**
 * Styles partagés du site public et du wysiwyg
 *
 * @author		Julie Tétard <julie@2jstudio.com>
 * @version		E-cog 3.0
 * @package 	public
 * @subpackage	shared
 * @category	css
 * @internal	last modified
 */



/**
 * Redéfinitions
 */

	/* Enlève les marges */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	} 
	/* Taille des polices */
	h1, h2, h3, h4, h5, h6 {
		font-size:100%;
		font-weight:normal;
	} 
	/* Neutralise puces */
	ol, ul {
		list-style:none;
	}
	/* Neutralise mise en forme du texte */
	address, caption, cite, code, dfn, em, strong, th, var {
		font-style:normal;
		font-weight:normal;
	}
	/* Formatage des tableaux */
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	caption, th {
		text-align:left;
	}
	/* Neutralisation des bordures */
	fieldset, img {
		border:0;
	}
	/* Neutralisation des quotes */
	q:before, q:after {
		content:'';
	}
	

/**
 * Générique
 */

	.titre {
		margin:25px 0 5px 0;
		font-weight:bold;
		text-transform:uppercase;
		font-size:11px;
	}
	.soustitre {
		margin:15px 0 2px 0;
		color:#FF9900;
		font-weight:bold;
		font-size:11px;
	}
	.clearAll {
		clear:both;
	}
	.left {
		float:left;
	}
	.aLeft {
		text-align:left;
	}
	img.left {
		margin:5px 10px 5px 0;
		display:block;
	}
	.right {
		float:right;
	}
	.aRight {
		text-align:right;
	}
	img.right {
		margin:5px 0 5px 10px;
	}
	.aCenter {
		text-align:center;
	}

	strong {
		font-weight:bold;
	}
	em {
		font-style:italic;
	}
	
	