<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*  Top links (blockpermanentlinks)
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
ul#header_links {
	list-style-type: none;
	float: left;
}
#header_links li {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
}



#header_links li:first-child {border:none;}
#header_links a { 
	float:left;
	color: #666;
	display: block;
	height: 40px;
	line-height: 40px;

	text-decoration: none;
}
#header_links a:hover { color: #000;}

/*block permanent links right and left columns*/
#permanent_links div {border-bottom: 1px dotted #eee}
#permanent_links div a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links{
	clear:both;
	text-align: center;
	padding-bottom:6px
}
ul#footer_links li{
	display: inline;
	padding:0 10px
}


/* AJOUT */

#header_links #header_link_sitemap li {display:none;}

#header_links img{
	
	float: left !important;
	padding-top: 10px;
	padding-right: 10px;
	border:none;
}</pre></body></html>