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

/* element d'une breve */
DIV.news {margin-bottom:2em; border-bottom: #000000  1px solid;}
DIV.news_titre {}
DIV.news_titre h1 {}
DIV.news_titre h2 {}
DIV.news_titre span { color:CCCCCC; }
DIV.news_texte {}
DIV.news_lien {}
DIV.news_lien A {}
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 {
margin: 1em;
text-align: center;
border: #000000 1px solid;
}
DIV.commentaire h2 {}
DIV.commentaire A {}
DIV.commentaire A:hover {}



/* class supplémentaire pour présentation deux colonnes */

DIV.newscol1 {float: left; width: 48%; margin: 5px;}
DIV.newscol2 {float: right; width: 48%; margin: 5px;}



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

DIV.commentaire_login {}
DIV.commentaire_login img {}
DIV.commentaire_texte {}

/* commentaire formulaire */
DIV.commentaire INPUT {}
DIV.commentaire textarea {}
