#news {}

#news h2 {
	text-align:center;
}
#news a {
	color:#FFF;
	font-weight:bold;
}

#news .sommaire {
	display:none;
}

#news #zenews {
	text-align:center;
}

/*
+-----------------------+
|	=> Recherche		|
+-----------------------+
*/
#news #corpForm {
	width:100%;
	margin-left:80px;
	text-align:center;
}
#news #corpForm p {
	float:left;
	margin:0 2px 20px 0;
}
	
#news #corpForm input,
#news #corpForm select {
	padding:0 0 0 3px;
	font:9pt/1.6 Georgia, Times New Roman, Times, serif;
	color:#000;
	border-width:2px;
	border-style:solid;
	border-top-color:#531111;
	border-left-color:#531111;
	border-right-color:#C49696;
	border-bottom-color:#C49696;
	background:#FFE7BB;
}
#news #corpForm input#n_search_txt {
	width:150px;
	height:17px !important;
	height:20px;
}
#news #corpForm input#valid {
	width:30px;
	height:20px;
	line-height:1;
	vertical-align:middle;
	color:#FFF;
	font-weight:bold;
	border-width:2px;
	border-style:solid;
	border-top-color:#A98888;
	border-left-color:#A98888;
	border-right-color:#3A0C0C;
	border-bottom-color:#3A0C0C;
	background:#531111;
	margin-bottom:20px;
}


/*
+-----------------------+
|	=> Article			|
+-----------------------+
*/
#news .article_all {
	clear:both;
	width:500px;
	text-align:justify;
	margin:20px auto 0 auto;
	background:url(article_fond.gif) 0 0 repeat-y;
}
#news .article_haut {
	background:url(article_haut.gif) top center no-repeat;
}
#news .article_bas {
	background:url(article_bas.gif) bottom center no-repeat;
}
#news .article {
	margin:0;
	padding:0 10px;
}
#news .article h3 {
	margin:0;
	font-size:10pt;
	border-bottom:1px solid #D8AB56;
}
#news .article img {
	float:left;
	margin:0 5px 0 0;
	border:1px solid #D8AB56;
}
#news .date {
	margin:0 10px;
	text-align:right;
	font-style:italic;
}


/*
+-----------------------+
|	=> Pagination		|
+-----------------------+
*/
#pagination {
	margin:20px auto;
	color:#D8AB56;
	text-align:center;
}
#pagination a {
	text-decoration:none;
}


