/* pages news.php et commentaire.php */
/* --------------------------------- */
/* element d'une breve */
DIV.news {
	margin-bottom: 3em;
}
DIV.news_titre {
	margin-bottom: 2em;
	border-bottom: 2px dotted #945D94;
}
DIV.news_titre h1, DIV.news_titre h2 {
	background: transparent url("bienvoir/bv_flechenews.gif") top left no-repeat;
	padding: 0 0 0.3em 10px;
	border:0;
	display:inline;
	
}
DIV.news_texte img {
	padding: 5px 5px 5px 0;
}
/* lien vers toutes les breves */
DIV.tout_news {
	text-align: center;
}
DIV.tout_news a {
	font-weight: bold;
}
/* commentaire */
DIV.commentaire {
	margin: 1em 0 3em 0;
	text-align: center;
	border: #BC92C2 1px solid;
	 color: #699;
}
DIV.commentaire h2 {
  color: #699;
}
DIV.commentaire a {
color: #699;
}
/* page commentaire.php */
/* -------------------- */
DIV.commentaire_login {
	text-align: left;
	margin: 5px;
	border-top: 1px solid #669;
}
DIV.commentaire_login img {
	float: left;
}
DIV.commentaire_texte {
	text-align: left;
	margin: 5px;
	 color: #669;
}
/* class supplémentaire pour présentation deux colonnes */
DIV.newscol1 {
	float: left;
	width: 48%;
	margin: 5px;
}
DIV.newscol2 {
	float: right;
	width: 48%;
	margin: 5px;
}

