#titlenews {
	margin-top : 5px;
	margin-left : 10px;
	font-size : 12px;
	font-weight : bold;
	font-style: italic;
	font-family:arial,sans-serif;
	color : #004494;
}

.news{
	padding:5px 1px;
	background:#e0e0e0;
	color:#000;
}
.sousnews{
	padding:1px 0;
	background:#fff;
	color:#000;
}
.news a{
	display:block;
	width:100%;
	height:100%;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:#e0e0e0;
	color:#000;
}

.sousnews p{
	text-align : right;
}

.sousnews a{
	width:100%;
	height:100%;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background:#fff;
	color:#000;
}
.news a:hover, .sousnews a:hover, .news a:active, .sousnews a:active, .news a:focus, .sousnews a:focus{
	background:#c7dbeb;
}