/*** FCKeditor ***/
body.editor {font:12px arial,sans-serif; color:#013572; background:#fff;padding: 5px;margin: 0;}
body.editor, body.editor td {font:12px arial,sans-serif;}
body.editor a[href] {
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
body.editor .Bold{font-weight:bold;}
body.editor .Title{font-weight:bold;font-size:18px;color:#c30;}
body.editor .Code{border:#8b4513 1px solid;padding-right:5px;padding-left:5px;color:#006;font-family:'Courier New' , Monospace;background-color:#f93;}
body.forceBaseFont {padding:0;}
body.forceBaseFont .SC_Panel { width:300px !important;}
body.forceBaseFont .SC_Panel td { width:260px !important;}
body.forceBaseFont .SC_Panel td * {margin:0;}
body.editor p {line-height: 1.4em !important;}



/*** TEXT ***/

/* général */
.formatting {line-height: 1.4em; margin-top: 30px; font-size: 1.1em}

/* paragraphes */
.formatting p {margin:0 0 10px;}

/* liens */
.formatting a {color: #6273AF}
.formatting a:visited {color: #7488CF}
.formatting a:hover {color: #8390BF}

/* niveau de titres */
.formatting h1 {margin:10px 0 25px; font-size:1.818em; font-weight:bold;}
.formatting h2 {margin:7px 0 18px; font-size:1.7em; font-weight:bold; color:#2f3960 /* temp */;}
.formatting h3 {margin:7px 0 18px; font-size:1.6em; font-weight:bold; color:#2f3960;}
.formatting h4 {margin:5px 0 14px; font-size:1.3em; font-weight:bold; color:#2f3960;}
.formatting h5 {margin:0 0 10px; font-size:1.2em; font-weight:bold; color:#2f3960;}
.formatting h6 {margin:0 0 10px; font-size:1em; font-weight:bold; color:#2f3960;}

/* listes */
.formatting ul {padding:0 0 10px; list-style-position:outside;list-style: none url(../images/puce_disque.gif);}
.formatting ol {padding:0 0 10px; list-style-position:outside;list-style-type:decimal;}
.formatting li {margin:5px 0 0 35px;}
.formatting ul li > ul li {list-style: none url(../images/puce_cercle.gif);}
.formatting ol ol li {list-style-type:lower-alpha;}

/* tableaux */
.formatting table td, .formatting table th {padding: 6px; vertical-align:top;}
.formatting table th {font-weight:bold; font-size:1.1em;}
.formatting table caption {text-align:center; font-size:0.9em; font-weight:bold;}
.formatting table.tableNoFormating {background-color:inherit; border:none;}
.formatting table.tableNoFormating td {padding:0; border:none;}

/* alignement des images */
.formatting img.imgLeftInContent, .formatting .imgLeftInContent img {float:left; margin:0 10px 10px 0;}
.formatting img.imgRightInContent, .formatting .imgRightInContent img {float:right; margin:0 0 10px 10px;}

/* mise en forme générique */
.formatting strong, .formatting b {font-weight:bold; color:#2f3960}
.formatting em, .formatting i {font-style: italic;}
.formatting big {font-size:1.12em;}
.formatting small {font-size:0.9em; color: #9F9F9F; font-style: italic;}

/* texte supprimé ou inséré */
.formatting del {text-decoration:line-through; color:#c02e43;}
.formatting ins {border-bottom:dashed 1px #013572; text-decoration:none;}

/* indice ou exposant */
.formatting sup, .formatting sub {height:0; line-height:1; vertical-align:baseline; _vertical-align:bottom; position:relative;}
.formatting sup {bottom:1ex;}
.formatting sub {top:.5ex;}

/* sigle, citation, définitions */
.formatting blockquote {padding: 5px; background-color: #f1f1f1; font-style: italic;}
.formatting abbr, .formatting acronym, .formatting span.abbr {cursor: help; border-bottom: 1px dotted #013572;}
.formatting cite:before, .formatting q:before {content: open-quote;}
.formatting cite:after, .formatting q:after {content: close-quote;}
.formatting cite, .formatting q {font-style:italic; color:#013572;}
.formatting dfn {color:#013572; font-weight:bold;}

/* saut de ligne */
.formatting hr {display:block; color:#fff; height:1px; background:#fff; border-top: solid 1px #7993b1;}
