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

/* element d'une breve */
DIV.news {
	margin-bottom:2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
DIV.news_titre {
	margin-bottom: 5px;
}
DIV.news_titre h1 {
	line-height: 20px;
	margin-bottom: 1px;
}
DIV.news_titre h2 {
	margin-right:0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #203189;
}
DIV.news_titre span {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:9px;color: #ababab;}
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 {}