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

 /* element d'une breve */
 DIV.news {width:98%;margin-top:2em}
 DIV.news td {background:url(../../templates/temp/patchwork/box_m_milieu01.gif) repeat-y bottom;
 }

  DIV.news_titre {
  color: #993333;padding-left:10px}
	DIV.news_titre h1 {background-color:transparent;	
  	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	color: #993333;
	font-weight:bold;
	text-align:left;
	margin:0;
}
	DIV.news_titre h2 {color: #993333;font-size:13pt;margin:0;}
	DIV.news_titre span {display:block;text-align:right;#color: #993333;}

  DIV.news_texte  {background:url(../../templates/temp/patchwork/box_m_milieu01.gif);padding-left:1.5em;padding-right:1.5em;
  color: #993333;
  font-size:11px;}
  DIV.news_texte table, td {color: #993333;}
  DIV.news_lien {}
	DIV.news_lien A {}
	DIV.news_lien A:hover { color:#00CC00;}


 /* lien vers toutes les breves */
 DIV.tout_news {text-align:right;}
	DIV.tout_news A {text-decoration: none;}
	DIV.tout_news A:hover {font-weight:normal;text-decoration: underline;}


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