/*
news.css
--------		Par M@teo21

Créé le 23 Décembre 2004


Description : feuille de style des news

*/

h2 /* Titre "Les news" */
{
	font-style:italic;
	font-family:Arial, 'Times New Roman', Times, serif;
	color: #FFF;
	margin:auto;
	margin-bottom:10px;
	text-decoration:underline;
}
h3.news /* Titre d'une news */
{
	display:block;
	text-decoration:none;
	font-variant:normal;
	font-size:1.3em;
	margin:0px;
	text-indent:20px;
	padding:3px;
	font-family:Arial, 'Times New Roman', Times, serif;
	color: #FFF;
	background:url('../../images/designs/1/news/fr/header.png') repeat-x;
	border:0;
}
.bloc_news
{
	border:1px solid #345f85;
	border-top:0;
	background-color:#6a9bc5;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:85%;
}
.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:20px;
	margin:8px;
}
.avertissement
{
	color:#ac0000;
}
.pagination_news
{
	text-align:center;
}
.page_on
{
	color:#d05757;
}
.ajout_cmt
{
	text-align:right;
}
.aucun_cmt
{
	text-align:center;
}
#rep_rapide
{
	text-align: center;
	border:none;
}
#rep_rapide textarea
{
	width:50%;
	height:100px;
}
