p.csc-frame-frame1 { background-color: #E0E0E8; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2 { background-color: #E0FFB0; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/*******************/
/* RTE / Bodytext: */
/*******************/
 P.bodytext { 
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1em;
    line-height:16px;
    margin:0px;
    margin-top:5px;
    margin-bottom:15px;
    text-decoration: none;
  }

P.bodytext A { font-weight: bold; } 

P.size1{
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.8em;
    line-height:16px;
    margin:0px;
    margin-top:3px;
    margin-bottom:15px;
    text-decoration: none;
  }

P.commentaire{
    color: #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    line-height:10px;
    margin:0px;
    margin-top:0px;
    margin-bottom:15px;
    text-decoration: none;
  }
   
/* RTE / Bulletlists */
UL { margin-top: 0px; }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 5px; font-family:Verdana, Arial, Helvetica, sans-serif;}

/* RTE / Table styling */
TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; vertical-align: top;  text-align: left;}
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #EDEBF1; }

TABLE.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
TABLE.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
