h1 {
	font-size: 1.3em;
	line-height: 1.1em;	
	color: #000;
}
#newsbg {
	width: 522px;
	background: #fff url("../img/acc/news_bg_repeat.gif") top left repeat-y;
	margin: 20px 0 0;
}
#newsbg .wrap {
	background: url("../img/acc/news_bg_bottom.gif") bottom left no-repeat;
	padding: 0 0 5px;
}
#newsbg #news {
	padding: 5px 15px 10px;
	background: url("../img/acc/news_bg.jpg") top left no-repeat;
}
/* Hides from IE5-mac \*/
* html #newsbg #news {height: 1%;}
/* End hide */

#news h1, #news h2, #news h3 {
	font-size: 1.2em;
	line-height: normal;
	margin: 0;
	padding: 1em 0 0;
	color: #000;
 }
 #news hr {
	border-top: solid 1px black;
	height: 1px;
	background-color: #E7BC69;
	margin-top: 14px;
 }
#news p {
	margin: 8px 0;
}
#news a:link {
	text-decoration: none;
	color: #B00000;
}
#news a:visited {
	text-decoration: none;
	color: #B00000;
}
#news a:hover {
	text-decoration: underline;
}
#news a:active {
	color: #B00000;
}

#partenaires {
	color: #757575;
	margin: 20px 0 0;
}