/*
Style generated by the TinyMCE WYSIWYG module used by WordPress
© Activis Technologies inc.
NOTES:
- These CSS declarations are generated by WordPress.
- The WordPress tag <?php the_content ?> should have been wrapped within a class="wysiwyg".
*/

/* Attachemnent alignment */
.alignnone {
	float: none;
	clear: left;
	margin-top: .3em;
	margin-right: .6em;
	margin-bottom: 1.2em;
	margin-left: 0;
}
.alignleft {
	float: left!important;
	margin-top: .3em;
	margin-right: .6em;
	margin-bottom: 1.2em;
	margin-left: 0;
}
.aligncenter {
	float: none;
	clear: both;
	margin: .3em auto 1.2em auto;
}
.alignright {
	float: right!important;
	margin-top: .3em;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: .6em;
}
.wp-caption-text {
	margin-bottom: 0;
	color: #999;
	font-style: italic;
}

/*
| Quick fix pour le bug de polution generer dans Webkit (Chrome/Safari)
| http://wordpress.org/support/topic/281094
*/
#_mcePaste {
	position: relative;
	margin-bottom: 1.2em; /*same style as a <P> tag */
}
