h1 {color:#FF6600;font-weight:bold;font-size:2em;margin:0;padding:0}


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

 /* element d'une breve */
 DIV.news {width:100%;margin-top:2em}
  DIV.news_titre {}
	DIV.news_titre h1 {color:#FF6600;font-weight:bold;font-size:1.5em;margin:0;padding:0}
	DIV.news_titre h2 {font-size:1.5em;margin:0;padding:0}
	DIV.news_titre h2 a {color:#000000}	
	DIV.news_titre span {display:inline;text-align:left;color:#FF6600}

  DIV.news_texte {background:#eee;padding:0.5em;border:1px dotted #666}
  DIV.news_texte_gauche {width:65%;background:#eee;padding:0.5em;border:1px dotted #666; float:left}
  DIV.news_texte_droite {width:32%; float:right; margin-top:1em; background:#eee}
    DIV.news_texte_droite A { font-weight:bold}
  DIV.news_lien {}
	DIV.news_lien A {}
	DIV.news_lien A:hover {}

   /* News suivantes et précédentes */ 
   #nnavi {padding:20px 0 20px 0; width:100%; border-top:1px dashed #000; overflow: auto; margin-top:20px} 
   #nprec{ width:40%; float:left; margin-left:20px;} 
   #nprec A{ font-weight:bold} 
   #nsuiv{ width:40%; float:right; text-align:right; margin-right:20px;} 
   #nsuiv A{ font-weight:bold}
	
	
 /* lien vers toutes les breves */
 DIV.tout_news {}
	DIV.tout_news A {}
	DIV.tout_news A:hover {}


 /* commentaire */
 DIV.commentaire {text-align:center;font-weight:bold}
   DIV.commentaire h2 {font-size:1.5em;margin:2em 0 1em 0;padding:0;text-align:left;border-bottom: 1px dotted #FF6600 }
   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 #FF6600}
	DIV.commentaire_login img {}
 DIV.commentaire_texte {text-align:left;padding:1em;margin-bottom:2em;background:#eee}

 /* commentaire formulaire */
 DIV.commentaire INPUT {}
 DIV.commentaire textarea {}
