/* Categories (index.php) */
/* ---------------------- */

DIV.Dos_cat {width:95%;}
  DIV.Dos_cat_titre {
	margin-top:2em;
	border-bottom:#666 2px dotted;
	padding:0.4em
  }
	DIV.Dos_cat_titre img {float:left; margin:-15px 1em 0 0; border:0}
	DIV.Dos_cat_titre h2 {}
	DIV.Dos_cat_titre span {color:#666;padding-left:1em}
	DIV.Dos_cat_titre A {font-weight:bold;font-size:1.2em;}	
	
  DIV.Dos_cat_texte {background:#eee;margin-bottom:5px; padding:0.5em}

  DIV.Dos_sscat {margin-top:1em}
  DIV.Dos_sscat_titre {margin-left:3em; padding:0.3em; border-bottom:#666 1px dotted}
	DIV.Dos_sscat_titre img {float:left;margin-right:1em}
	DIV.Dos_sscat_titre h3 {}
  	DIV.Dos_sscat_titre span {padding-left:1em;padding-top:0.5em;color:#666}
	DIV.Dos_sscat_titre A {font-weight:bold;font-size:1em;}	
	
  DIV.Dos_sscat_texte {margin-left:6em; margin-bottom:2em; padding:0.2em}


 /* affichage deux colonnes */
 DIV.doscatcol1 {position:relative; float:left; width:47%; padding:6}
 DIV.doscatcol2 {position:relative; width:47%; float:right; padding:6}


/* ----------------------------------- */
/* les dossiers dans une cat (cat.php) */
/* ----------------------------------- */

 DIV.Dos_catphp {width:100%; margin-top:2em}
	DIV.Dos_catphp_titre img {float:left;margin-right:1em}
	DIV.Dos_catphp_titre h2 {}
	DIV.Dos_catphp_titre SPAN {padding-left:2em;font-size:0.8em}
	DIV.Dos_catphp_titre A {font-weight:bold;font-size:1.2em;}

    DIV.Dos_catphp_texte{margin-top:0.2em;border-top:2px dotted #666;padding:1em}	
	
 /* affichage des souscatégories */
 DIV.Dos_catphp_sscat {background:#eee;width:95%; margin-top:2em;border-top:1px solid #999;border-bottom:1px solid #999;padding:0.4em 0 0.4em 0}
	DIV.Dos_catphp_sscat span {font-size:1.5em;font-weight:bold;padding-left:1em}
	DIV.Dos_catphp_sscat ul {list-style-type:none; margin:1em 0 1em 0; padding:0 0 0 2.5em}
	DIV.Dos_catphp_sscat li {margin:0.5em;background:url(xxl/dossier.gif) no-repeat;padding-left:2em}
	DIV.Dos_catphp_sscat A {font-weight:bold;font-size:1.2em}

 /* class supplémentaire pour présentation deux colonnes */
 DIV.doscol1 {position:relative; float :left; width:47%; padding:6}
 DIV.doscol2 {position:relative; width:47%; float:right; padding:6}


/* -------------------------------------------------- */
/* Dossier specifique (dossiers.php, commentaire.php) */
/* -------------------------------------------------- */

 DIV.dossier {width:95%}
	DIV.titre SPAN {display:block;text-align:right;border-bottom:2px dotted #666}

  DIV.chapo {margin-top:1em;font-style:italic;font-size:1.1em;background:#eee;}
	DIV.chapo img {float:left;padding-right:2em}
  DIV.texte {border-top:2px dotted #666;margin:1em 0 1em 0}

  DIV.suite {border-top:1px solid #666;font-weight:bold;font-size:1.5em;padding-top:0.5em}
	DIV.suite A {padding-left:2em;font-weight:normal;font-size:0.7em;}
	DIV.suite A:before {content:"\0020 \0020 \0020 \00BB \0020"; color:#666;}

  DIV.debut_suite {text-align:center;border-top:1px solid #666;font-weight:bold;padding-top:0.5em}

  DIV.auteur {margin-top:3em;text-align:right;font-weight:bold;border-top:1px solid #999;border-bottom:1px solid #999;padding:0.4em 0 0.4em 0}

  DIV.commentaire {float:left; width:100%;margin-top:1em; padding:0; font-weight:bold;/*display:none;*/}
   DIV.ajout_comm {margin-top:0.2em;}
	DIV.commentaire a.slicker, a#slick-show { cursor:pointer; font-size:14px; }
  DIV.commentaire_login {text-align:left;font-weight:bold;border-bottom:1px solid #666;font-style:italic;}

  DIV.commentaire_texte {text-align:left;padding:1em;margin-bottom:0.6em;background:#eee;font-weight:normal;}	
  
  DIV.commentaire input {width:400px; margin-bottom:10px}
  .titre_comm { font-size:14px; padding:0px 0 6px 0; color:#e7511e;margin:0;font-style:italic;}
  DIV.commentaire textarea {width:400px; margin-bottom:10px}
  .btn_envoi { font-size:14px; font-weight:bold; margin:6px 0 0 0; padding:0;}
