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

 /* element d'une breve */
 DIV.news {width:95%;margin-top:2em}
  DIV.news_titre {}
	DIV.news_titre h1 {font-weight:bold;margin:0;padding:0}
	DIV.news_titre h2 {border-bottom: 2px dotted #666}
	DIV.news_titre span {display:block; text-align:right;}
	DIV.news_titre A {font-weight:bold;font-size:1.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 {}


 /* commentaire */
  DIV.commentaire {float:left; width:100%;margin-top:1em; padding:0; font-weight:bold;/*display:none;*/}
   DIV.commentaire h2 {font-size:1.5em;margin:2em 0 1em 0;padding:0;text-align:left;border-bottom: 1px dotted #666}
   DIV.commentaire A {font-weight:bold}
   DIV.commentaire A:hover {font-weight:bold}

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

 /* 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.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;}
