/*
news.css
--------		Par TBR

Créé le 23 Décembre 2006


Description : feuille de style des news

*/

h2 /* Titre "Les news" */
{
	border-bottom: 2px solid white;
	margin-bottom:10px;
}
h3.news /* Titre d'une news */
{
 	display:block;
	text-decoration:none;
	font-size:1.3em;
 	width: 100%;
	margin:0;
	padding:3px;
	border-left: none;
	font-family:Arial, 'Times New Roman', Times, serif;
	background:url('images/designs/12/divers.png') repeat-x;
}
.bloc_news
{
	border:1px solid #3b5677;
	background-color:black;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 5px;
	width:75%;
}
.auteur_date_commentaires
{
	font-size:80%;
	font-family:Arial, 'Times New Roman', Times, serif;
	padding-left:35px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
}
.commentaires_news
{
	color:#666666;
	float:right;
}
.contenu_news
{
	padding-top:10px;
	margin:8px;
}
.avertissement
{
	color:red;
}
.pagination_news
{
	text-align:center;
}
.page_on
{
	color:red;
}
.ajout_cmt
{
	text-align:right;
}
.aucun_cmt
{
	text-align:center;
}
#rep_rapide
{
	text-align: center;
	border:none;
}
#rep_rapide textarea
{
	width:50%;
	height:100px;
}
