﻿/* ---[ formatting.css ]--------------------------------------------

CSS pour la mise en forme de contenus

SITE :
www.espacecom.qc.ca

RÉALISATION :
CAP (www.capprod.com)

CONTENU :
- Éditeur (FCKeditor)
- Text

----------------------------------------------------------------- */


/*** FCKeditor ***/

body.editor {font:12px arial,sans-serif; color:#333; 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, body.forceBaseFont blockquote, body.forceBaseFont h3, body.forceBaseFont h4, body.forceBaseFont h5, body.forceBaseFont p, body.forceBaseFont .blockquoteInContent, body.forceBaseFont .blockquoteLeftInContent, body.forceBaseFont .blockquoteRightInContent {padding:0; margin: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.6em;}

/* paragraphes */
.formatting p {margin:0 0 10px;}

/* niveau de titres */

.formatting h1 {margin:10px 0 25px; font-size:2em; font-weight:bold; color:#666;}
.formatting h2 {margin:7px 0 18px; font-size:1.9em; font-weight:bold; color:#666;}
.formatting h3 {margin:5px 0 14px; font-size:1.65em; font-weight:bold; color:#666;}
.formatting h4 {margin:0 0 10px; font-size:1.5em; font-weight:bold; color:#3eafc1;}
.formatting h5 {margin:0 0 10px; font-size:1.2em; font-weight:bold;color:#444;}
.formatting h6 {margin:0 0 10px; font-size:0.9em; font-weight:bold;}

/* listes */
.formatting ul {list-style-position:outside;list-style-type:none;}
.formatting ol {list-style-position:outside;list-style-type:decimal; margin:0 0 0 25px;}
.formatting ol li {margin:5px 0;}
.formatting ul li {background: url(../images/utils_list.gif) no-repeat 8px 8px;margin:5px 0; padding:0 0 0 20px;}

/* tableaux */
.formatting table {background-color:#FFF; border-top: solid #3eafc1 1px; border-left: solid #3eafc1 1px;}
.formatting table td, .formatting table th {padding: 6px; border-bottom: solid #3eafc1 1px; border-right: solid #3eafc1 1px;}
.formatting table th {font-weight:bold; font-size:1.1em;}
.formatting table caption {text-align:center; font-size:1.2em; font-weight:bold;background-color: #3eafc1;color:#fff; padding: 3px 10px;}
.formatting table.tableNoFormatting {background-color:inherit; border:none;}
.formatting table.tableNoFormatting 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}
.formatting em, .formatting i {font-style: italic;}
.formatting big {font-size:1.3em; color:#555;}
.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 #013572; text-decoration:none;}

/* indice ou exposant */
.formatting sup, .formatting sub {height:0; line-height:1; vertical-align:baseline; _vertical-align:bottom; position:relative; font-size:0.9em;}
.formatting sup {bottom:1ex;}
.formatting sub {top:.5ex;}

/* sigle, citation, définitions */
.formatting blockquote {padding: 10px 20px 20px; 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 #3eafc1;}

/* encadré */
.formatting .blockquoteInContent {background:#d8eff3; padding:15px 18px; margin:0 0 10px;}
.formatting .blockquoteLeftInContent {background:#d8eff3; padding:15px 18px; margin:0 15px 15px 0; float:left; width:300px;}
.formatting .blockquoteRightInContent {background:#d8eff3; padding:15px 18px; margin:0 0 15px 15px; float:right; width:300px;}

.Articles_titre
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #309188;
}

.resume_dossier
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height:22px;
}

.document_texte_padding
{
    padding-right:15px;
    line-height:1.8em;
    font-size:13px;
}