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

 /* element d'une breve */
 DIV.news {width:98%;margin-top:2em}
  DIV.news_titre {}
	DIV.news_titre h1 {padding-left:5px;
                           font-size:12px;
                           color:#F3D170;
                           margin-top:0px;
                           margin-bottom:0.1em;
                           font-weight:bold;
                           background-color:#B55510;
                           border-bottom: solid 1px #A13E01;
                           border-top: solid 1px #A13E01;}
	DIV.news_titre h2 {padding-left:5px;
                           font-size:12px;
                           color:#F8DFB8;
                           margin-top:0.6em;
                           margin-bottom:0.1em;
                           font-weight:bold;
                           background-color:#B55510;
                           border-bottom: solid 1px #A13E01;
                           border-top: solid 1px #A13E01;}
	DIV.news_titre span {display:block;
                             text-align:right;
                             color:#A13E01;
                             font-size:9px;}

  DIV.news_texte {font-size:10px;
                  border-top:1px solid #B55510;
                  border-bottom:1px solid #B55510;
                  
                  background:#DC9A2F;
                  padding:0.5em;
                  margin-top:5px;}
  DIV.news_lien {}
	DIV.news_lien A {}
	DIV.news_lien A:hover {}


 /* lien vers toutes les breves */
 DIV.tout_news {font-size:10px;margin-left:5px;}
	DIV.tout_news A {}
	DIV.tout_news A:hover {}


 /* commentaire */
 DIV.commentaire {text-align:center;font-weight:bold}
   DIV.commentaire h2 {font-size:1em;margin:2em 0 1em 0;padding:0;text-align:left;border-bottom: 1px dotted #6E1212}
   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 {background-color:#1B1B1B;color:#FFF;border:2px double #6E1212}
 DIV.commentaire textarea {background-color:#4B4B4B}
