.textarea_solcode {width:100%; height:150px; display:block;}

/* le champs d'information sur les balises */
.info_solcode {font-size:0.8em; color:gray; height:20px; overflow:hidden;}

/* la boite de prévisualisation */
.active_preview  {font-size:0.8em; display:block;}
.preview_box {margin-top:5px; margin-bottom:5px;}
.preview_box_label {font-size:0.8em; font-weight:bold;}
.preview_box_p_content {padding:3px; border:1px silver solid; min-height:100px;}
/*.preview_box_content {padding:3px; border:1px silver solid; min-height:100px;}*/
hr.preview_box_content_cleaner {clear:both; display:none;}

/* boutons de la barre d'outils solcode*/
.boutonsolcode {background-color:transparent; border: 1px solid silver; border-bottom: 2px solid silver; border-right: 2px solid silver; margin-top:2px; margin-bottom:2px;}
.boutonsolcode option {background-color:white;}

/* la mise en forme */
.solcode_souligne {text-decoration:underline;}
.solcode_barre {text-decoration:line-through;}

/* l'alignement */
.solcode_gauche {text-align:left; margin:0px;}
.solcode_centre {text-align:center; margin:0px;}
.solcode_droite {text-align:right; margin:0px;}
.solcode_justifie {text-align:justify; margin:0px;}

.solcode_float_gauche {float:left;}
.solcode_float_droite {float:right;}

/* le format */
.solcode_arial {font-family:Arial, Helvetica, sans-serif;}
.solcode_times {font-family:"Times New Roman", Times, serif;}
.solcode_courier {font-family:"Courier New", Courier, monospace;}
.solcode_georgia {font-family:Georgia, "Times New Roman", Times, serif;}
.solcode_verdana {font-family:Verdana, Arial, Helvetica, sans-serif;}
.solcode_geneva {font-family:Geneva, Arial, Helvetica, sans-serif;}

.solcode_xxs {font-size:xx-small;}
.solcode_xs {font-size:x-small;}
.solcode_s {font-size:small;}
.solcode_m {font-size:medium;}
.solcode_l {font-size:large;}
.solcode_xl {font-size:x-large;}
.solcode_xxl {font-size:xx-large;}

.solcode_blanc {color:white;}
.solcode_argent {color:silver;}
.solcode_gris {color:gray;}
.solcode_noir {color:black;}
.solcode_rouge {color:red;}
.solcode_rougefonce {color:maroon;}
.solcode_vertclair {color:lime;}
.solcode_vert {color:green;}
.solcode_jaune {color:yellow;}
.solcode_olive {color:olive;}
.solcode_bleu {color:blue;}
.solcode_bleufonce {color:navy;}
.solcode_rose {color:fuchsia;}
.solcode_violet {color:purple;}
.solcode_bleuclair {color:aqua;}
.solcode_bleuvert {color:teal;}

/* les insertions */
.solcode_citation {background:#EEEEEE url("images/solcode_citation.png") no-repeat top right; border:1px solid silver; margin-left:40px; padding:5px; text-align:left;}
.solcode_citation_auteur {text-align:left; font-weight:bold; margin-left:5px; margin-right:5px; margin-bottom:10px; height:22px; border-bottom:1px solid silver; font-size:0.9em;}
.solcode_citation_contenu {font-size:0.9em;}
