#logohome {
	margin-left:auto;
	margin-right:auto;
	width:350px;
	height:120px;
	text-align:center;
	background-image:url(../images/logo_premierepage.png);
	font-size:20px;
	font-variant:small-caps;
	padding-top:230px;
	margin-top:-8px;
}
.divnews {
	position:relative;
	border: 1px dashed #993333;
	margin-right:10px;
	margin-left:10px;
	left:0px;
	right:0px;
	width:auto;
	height:auto;
	margin-bottom:20px;
	padding:5px;
}
.divnewsover {
	position:absolute;
	border:none;
	background-image:url(../images/coin_news.png);
	width:99px;
	height:99px;
	z-index:2;
	top:0px;
	left:0px;
	margin-left:-1px;
	margin-top:-1px;
}
.divnewscontent {
	position:relative;
	z-index:3;
	margin-bottom:0px;
}
.newstitre {
	font-size:14px;
	font-weight:bold;
	margin-left:55px;
	margin-top:20px;
	margin-bottom:20px;
}
.newsdate {
	text-align:right;
	font-style:italic;
	margin-bottom:0px;
}
.newstxt {
	text-indent: 15px;
}