﻿h1 {
	background: #eee;
	color: #a1bd15;
	font-family: arial;
	font-weight: bold;
	font-size: 2.0em;
	margin: 0;
	padding: 10;
	text-transform: uppercase;
}


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

 /* element d'une breve */
 DIV.news {width:100%;margin-top:0em}
  DIV.news_titre {}
	DIV.news_titre h2 {font-family: arial; color:#a1bd15;font-weight:bold;font-size:1.8em;margin:3;padding:3}
	DIV.news_titre span {background:#FFFFFF;color:#FFFFFF;display:block;text-align:left;padding:0}

  DIV.news_texte {margin-left:2em; margin:2;padding:1em;}
  DIV.news_lien {}
	DIV.news_lien A {
	font-weight: bold;
}
	DIV.news_lien A:hover {}


 /* 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.1em;margin:2em 0 1em 0;padding:0;text-align:left;border-bottom: 1px dotted #C1106A}
   DIV.commentaire A {}
   DIV.commentaire A:hover {}






/* page commentaire.php */
/* -------------------- */

 DIV.commentaire_login {text-align:left;font-weight:bold;border-bottom:1px solid #C1106A}
	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 {}
