﻿/* ---[ formating.css ]---------------------------------------------

CSS pour la mise en forme de contenus

SITE :
www.montjesusmarie.com

RÉALISATION :
CAP (www.capprod.com)

CONTENU :
- Éditeur (FCKeditor)
- Text

----------------------------------------------------------------- */


/*** 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; font-size:1.1em;font-family:Verdana,sans-serif;}

/* paragraphes */
.formatting p {margin:0 0 10px;}

/* 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.6em; font-weight:bold;}
.formatting h3 {margin:5px 0 14px; font-size:1.4em; font-weight:bold;}
.formatting h4 {margin:0 0 10px; font-size:1.2em; font-weight:bold;}
.formatting h5 {margin:0 0 10px; font-size:1em; font-weight:bold;}
.formatting h6 {margin:0 0 10px; font-size:0.9em; font-weight:bold;}

/* listes */
.formatting ul {padding:0 0 10px; list-style-position:outside;list-style-type:none;}
.formatting ul li {margin:5px 0; padding:0 0 0 35px; background: transparent url(../images/disc.gif) no-repeat 15px 4px;}
.formatting ol {padding:0 0 10px; list-style-position:outside;list-style-type:decimal;}
.formatting ol li {margin:5px 0 0 35px;}

/* tableaux */
.formatting table {background-color:#FFF; border-top: solid #666 1px; border-left: solid #666 1px;}
.formatting table td, .formatting table th {padding: 6px; border-bottom: solid #666 1px; border-right: solid #666 1px;}
.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, .formatting table.tableNoFormatting {background-color:inherit; border:none;}
.formatting table.tableNoFormating td, .formatting table.tableNoFormatting {padding:0; border:none;}

/* forum */
.ForumFlat table, .ForumFlat table td {border:0;}

/* 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}
.formatting em, .formatting i {font-style: italic;}
.formatting big {font-size:1.3em;}
.formatting small {font-size:0.9em;}

/* texte supprimé ou inséré */
.formatting del {text-decoration:line-through; color:#c02e43;}
.formatting ins {border-bottom:dashed 1px #04274b; 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 #333;}
.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:#666;}
.formatting dfn {color:#000; font-weight:bold;}

/* saut de ligne */
.formatting hr {display:block; color:#fff; height:1px; background:#fff; border-top: solid 1px #999;}
