<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-2";
/* CSS Document */

.bloc_actus {
	margin:35px 0 0 0;
}

.bloc_actus .titre{
	font-size:20px;
	color:#355e7a;
	font-weight:bold;
	line-height:40px;
	padding-bottom:5px;
}
.bloc_actus .titre img{
	float:left;
	margin-bottom:-10px;
	margin-top:5px;
}

.bloc_actus .liste_actus{
	background: rgba(219, 236, 247, 1);	
	border:solid 1px #aed4e1;
	padding:15px 15px 0 15px;
	margin-top:-10px;
}


a.lien_news {
	text-decoration:none;
}
a.lien_news:hover {
	text-decoration:underline;
}

.news_style{
display:none;
}

.news_show
{
height:150px;
overflow: none;	
margin:0 ;
}
.news_mark{
text-align:center;
float:right;
padding:3px 5px;
background-color:#35312e;
	margin-right:10px;
}
.news_mark a{
	text-decoration:none;
	color:#fcca35;
	font-size:13px;
}
.news_mark a:hover{
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
}

.news_show img{
margin-left: 5px;
margin-right: 5px;
}

.buttondiv
{
height:20px;
margin:0 0 0 10px;
}
.buttondiv img {
	vertical-align:middle;
}
#count {
	margin-bottom:-2px;
	background-color:#35312e;
	color:#fcca35;
	font-size:13px;
	padding:3px;
	letter-spacing:2px;
}

.news_title {
	text-align:center;
	padding:15px 5px;
	font-size:11px;
	color:#ffffff;
	clear:both;
}


</pre></body></html>