/* pages news.php et commentaire.php */
/* --------------------------------- */

 /* element d'une breve */
 DIV.news {width:95%;margin-top:2em}


  DIV.news_texte {padding:0.5em;}
  DIV.news_lien {}
	DIV.news_lien A {}
	DIV.news_lien A:hover {}


 /* lien vers toutes les breves */
 DIV.tout_news {}
	DIV.tout_news A {}
	DIV.tout_news A:hover {}

  DIV.auteur {margin-top:3em;text-align:right;font-weight:bold;border-top:1px solid #3b1b17;border-bottom:1px solid #3b1b17;padding:0.4em 0 0.4em 0}
	
 /* commentaire */
 DIV.commentaire {font-weight:bold}
   DIV.commentaire h2 {font-size:1em;margin:2em 0 1em 0;padding:0;text-align:left;border-bottom: 1px dotted #3b1b17}
   DIV.commentaire A {font-weight:bold}
   DIV.commentaire A:hover {font-weight:bold}



 /* class supplémentaire pour présentation deux colonnes */

 DIV.newscol1 {width:45%;float:left;padding:1em;margin-right:1em}
 DIV.newscol2 {width:45%;float:left;padding:1em}



/* page commentaire.php */
/* -------------------- */

 DIV.commentaire_login {text-align:left;font-weight:bold;border-bottom:1px solid #3b1b17}
	DIV.commentaire_login img {}
 DIV.commentaire_texte {text-align:left;padding:1em;margin-bottom:2em;}

 /* commentaire formulaire */
 DIV.commentaire INPUT {}
 DIV.commentaire textarea {}
 
 
 DIV.dossier {width:95%; text-align:left;}
	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}	
  
  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;}

