#news {
}

#news h2#titre {
	margin:0 0 10px 0;
	text-align:right;
}

#news h3 {
	height:15px;
	margin-bottom:20px;
	padding-left:10px;
	font-size:9pt;
	border:0;
	border-left:15px solid #D00000;
	background:#E6E1B9;
}
#news h3 span {
	float:right;
	margin:-13px 5px 0 0;
	font-size:8pt;
	font-weight:normal;
}

#news a {
	color:#D00000;
	text-decoration:none;
	font-weight:bold;
}
#news a:hover {
	text-decoration:underline;
}
#news a img {
	float:left;
	display:block;
	margin:0 5px 5px 0;
	border:5px solid #FFF;
}

/* ##### FORMULAIRE DE RECHERCHE ##### */
#news #corpForm {
	height:18px;
	padding:3px 0;
	text-align:center;
	background:#E6E1B9;
}
#news #corpForm p {display:inline;}
#news #corpForm label {display:inline;}
#news #corpForm select {
	width:170px;
	font:9pt/1.2 Arial, Helvetica, sans-serif;
}
#news #corpForm input {
	font:9pt/1.2 Arial, Helvetica, sans-serif;
}
#news #corpForm .bouton {
	width:25px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	border-top-color:#EA8C8C;
	border-left-color:#EA8C8C;
	border-right-color:#8A0000;
	border-bottom-color:#8A0000;
	background:#D00000;
}






/* ##### SOMMAIRE ##### */
#news .sommaire {
	margin:0 30px;
	padding:10px;
}



/* ##### ENCART ARTICLE ##### */
#news .article,
#news .article_une {
	margin-bottom:40px;
}
#news .article .article_lien,
#news .article_une .article_lien {
	color:#D00000;
	text-align:right;
}
#news .article_une {
	height:auto !important;
	height:100px;
	padding:10px;
	background:#C9CFA8;
	border:5px solid #FFF;
}
#news .article_une h3 {
	margin-top:0;
	background:#E6E1B9;
}

#news .article_une h3 strong {
	color:#D00000;
}



/* ##### PAGINATION ##### */
#news #pagination {
	padding:3px;
	font-size:10pt;
	text-align:center;
	background:#E6E1B9;
}
#news #pagination a {
	margin:2px auto;
	padding:3px;
	border:1px solid #E6E1B9
}
#news #pagination a:hover {
	text-decoration:none;
	color:#FFF;
	border-width:1px;
	border-style:solid;
	border-top-color:#EA8C8C;
	border-left-color:#EA8C8C;
	border-right-color:#8A0000;
	border-bottom-color:#8A0000;
	background:#D00000;
}



