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

/* element d'une breve */
DIV.news { border-bottom: #000000  1px solid; margin-left: 3%; margin-right: 2%;}
DIV.news_titre { }
DIV.news_titre h1 { }
DIV.news_titre h2 { }
DIV.news_titre span { font-size:8pt; color:#ABD6B9; font-weight:normal; }
DIV.news_texte {}
DIV.news_lien {}
DIV.news_lien A { font-size:12pt; font-weight:bold; text-decoration:none; color:#336600; }
DIV.news_lien A:hover { font-size:12pt; font-weight:bold; text-decoration: underline; color:#336600; }


/* 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;
margin-left: 345px;
margin-right: 345px;
BORDER:#7A6BA5 1px solid;
}
DIV.commentaire h2 {}
DIV.commentaire A {font-weight:normal; text-decoration:none; color:#336600;}
DIV.commentaire A:hover {font-weight:normal; text-decoration: none; color:#ABD6B9;}



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