.entete2 {margin-left:1em;}

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

 /* element d'une breve */
 DIV.news {
       margin:1em;       
       border-top:2px solid #dba401;
       border-left:2px solid #dba401;
       border-right:1px solid #9a7101;
       border-bottom:1px solid #9a7101;
       padding:0.5em;
       }
  DIV.news_titre {}
	DIV.news_titre h1 {color:#FF6600;font-weight:bold;font-size:2em;margin:0;padding:0}
	DIV.news_titre h2 {font-size:1.1em;margin:0;padding:0}
	DIV.news_titre span {display:block;text-align:left;color:#FF6600;font-weight:bold;font-size:0.8em;}

  DIV.news_texte {background:transparent;padding:0.5em;overflow:auto;color:#fff;font-weight:normal;text-align:justify;}
  DIV.news_lien {}
	DIV.news_lien A {}
	DIV.news_lien A:hover {}


 /* lien vers toutes les breves */
 DIV.tout_news {margin:1em;text-align:center;}
	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:0.5em;
       margin-right:1em;        
       border-top:2px solid #dba401;
       border-left:2px solid #dba401;
       border-right:1px solid #9a7101;
       border-bottom:1px solid #9a7101;
       }
 DIV.newscol2 {
       width:45%;
       float:left;
       padding:0.5em;        border-top:2px solid #dba401;
        border-right:2px solid #dba401;
        border-left:1px solid #9a7101;
        border-bottom:1px solid #9a7101;}



/* 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 {}
