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

 /* element d'une breve */
 DIV.news {margin-top:0.5em}
  *+html DIV.news {margin-top:0;}
  DIV.news_titre {padding:0;}
	DIV.news_titre h1 {padding:0 0.1em 0 2.5em}

	DIV.news_titre h2 {font-size:1.3em;margin:0;padding:0 0.5em;color:#cc0000; background:#cccccc;}
	
		DIV.news_titre span {display:block;text-align:left;padding:0 0.5em;color:#c79810;font-size:1em;}
        DIV.news_email {padding-left:0.5em;font-weight:bold;margin-top:0.5em;}

  DIV.news_texte {background:#fff;padding:0.5em;}
  DIV.news_lien {padding-bottom:1em;}
	DIV.news_lien A {}
	DIV.news_lien A:hover {}


 /* lien vers toutes les breves */
 DIV.tout_news {text-align:center;margin-top:0.5em;}
	DIV.tout_news A {font-weight:bold;}
	DIV.tout_news A:hover {}


 /* commentaire */
 DIV.commentaire {text-align:center;font-weight:bold;border-bottom:1px dotted #cc0000;padding-bottom:0.5em;}
   DIV.commentaire h2 {font-size:1.3em;margin:2em 0 1em 0;padding:0;text-align:left;color:#c79810; }
   DIV.commentaire A {}
   DIV.commentaire A:hover {}



 /* 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 #c79810;color:#c79810;}
	DIV.commentaire_login img {}
 DIV.commentaire_texte {text-align:left;padding:1em;margin-bottom:2em;}

 /* commentaire formulaire */
 DIV.commentaire INPUT {border:1px solid #c79810;}
 DIV.commentaire textarea {border:1px solid #c79810;}
 
 #nprec, #gentete2 {float:left;width:250px;}
 #nsuiv, #dentete2 {float:right;width:250px;text-align:right;}

