.news_main	{
	margin-bottom: 20px;
}

.news_texte{
	padding: 5px;
	border: 1px solid #00ADE2;
	border-top-width: 0px;
	-moz-border-radius: 4px;
	margin: 5px;
	margin-top: 0px;
}

.news_titre{
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 5px;
}
.news_titre_shadow{
	position: absolute;
	color: #00ADE2;
	white-space: nowrap;
}

.news_titre2{
	border: 1px solid #00ADE2;
	-moz-border-radius: 4px;
	margin: 5px;
	margin-bottom: 0px;
	position: relative;
	background-color: #0F0F19;
	background-image: url('themes/Discovery/images/fond2.png');
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	font-size: 12px;
	padding: 8px 0px 2px 5px;
}

.news_suite{
	display: inline-bloc;
	text-align: right;
}

.news_pages{
	text-align: center;
	background-color: #0F0F19;
	background-image: url('themes/Discovery/images/fond2.png');
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	border: 1px solid #00ADE2;
	-moz-border-radius: 4px;
	padding: 3px;
}