
/* pages news.php et commentaire.php */
/* --------------------------------- */

 /* element d'une breve */
 .news {border: 1px #ccc dotted; padding:1em;margin:0.5em 0 0.5em 0;}
 .news h2 {color:#92a3d1;}
.news_titre span  {color:#005774;}
  .news_texte {}
  .news_lien {text-align:right;font-weight:bold;padding:1em;margin-top:1em;}
	.news_lien a {font-style:italic;margin-top:1em;}
	.news_lien a:hover {}


 /* lien vers toutes les breves */
 .tout_news {}
	.tout_news a {}
	.tout_news a:hover {}


 /* commentaire */
 .commentaire {border: 1px #92a3d1 dotted; padding:1em;margin-top:1em;text-align:left;}
   .commentaire a {color:#005774;font-weight:bold;}
   .commentaire a:hover {}



 /* class suppl�entaire pour pr�entation deux colonnes */


 .newscol1 {float:left; width:45%;}
 .newscol2 {float:right; width:45%;}
  hr.col {float:left; width:100%;/*visibility:hidden;*/}


/* page commentaire.php */
/* -------------------- */

 .commentaire_login {background: #149594;font-style:italic;color:#060060;}
	.commentaire_login img {}
 .commentaire_texte {background:#005572;font-style:italic;margin-top:0em;margin-bottom:1em;}

 /* commentaire formulaire */
 .commentaire input {}
 .commentaire textarea {}
