/*
news.css
--------		Par Forissier Pierrick

Cr&eacute;&eacute; le 15 D&eacute;cembre 2006


Description : feuille de style des news

*/

h2 /* Titre "Les news" */
{
	font-style:italic;
	font-family:Arial, 'Times New Roman', Times, serif;
	color: rgb(39, 51, 103);
	margin:auto;
	margin-bottom:10px;
}
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: #2C485C;
	background: url(images/newshaut.png) left no-repeat;
	padding-left: 120px;
	font-size: 110%;
	border-left: 0px;
}
.bloc_news
{
	border-bottom: 1px solid #b5c4d3;
	background: #fbedd2;
	margin-bottom:15px;
	margin-right:-2%;
	margin-left:2%;

	width:95%;
	
}
html>body .bloc_news
{
	margin-right:2%;/* Autres navigateurs */
}
.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: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;
}
