/* ======================================
	xAce edit styles
	Styles to appear in TinyMCE's
	styles dropdown
====================================== */

.image_block {
	display: block;
	clear: both;
	margin:5px auto;
} 

.image_left {
	float:left;
	margin: 0 10px 10px 0;
}

.image_right {
	float:right;
	margin: 0 0 10px 10px;
}

.manchet {
	font-weight: bold;
	font-size: .9em;
}

.quote {
	color: #AAA;
	font-size: 1.1em;
	font-style: italic;
	text-align: right;
	margin-top: -1em;
}

.email {
	color: #668;	
}

a {
	color: #5997BC;
}

/* Tiny MCE's content editor area */
html body.mceContentBody {
	/*background:#B7C7CA; makes table handles invisible*/
	width:647px !important;
}

h1	{
	color: #EFAA18;
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 1em 0;
	line-height: 1.1em;
}

h2	{
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	padding: .5em 0 .5em 0;
}

h3	{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	padding: .5em 0 .5em 0;
}

h4	{
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 .5em 0;
}

h5	{
	color: #000;
	font-size: .85em;
	font-weight: bold;
	padding: 0 0 .5em 0;
}

h6	{
	color: #000;
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 1em 0;
}

blockquote {
}

.code {
	width: 627px;
	height: 300px;
	overflow: scroll;
	background: #eee;
	font-family: "Courier New", Courier, monospace;
	border: solid 1px #999;
	padding: 10px;
}


