<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color:#151515;
	font-family: tahoma,arial,helvetica,sans-serif;
}
ul {
	margin:0;
	padding:0;
	 list-style-type: none;
}
.cont{
	font-style:italic;
	font-size: 17px;
	font-weight: bold;
	color: #888888;
}
#menu a {
	display:block;
}
#footer_wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height:40px;
	background-color: #474545;
	margin-top:10px;
	padding:15px;
	text-align:center;
	
}
#main_wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-height:600px;
	background-color: #474545;
	padding:15px;
}
#logo{
	position: absolute;
	top:0px;
	left: 0px;
}
#header {
	position:relative;
	height: 150px;
	width: 1200px;
	margin:0 auto;
}
#menu {
position: absolute;
right: 0px;
top: 3.5em;
}

.li_menu_principale{
display: block;
float: left;
text-align: center;
color: white;
width: 100px;
height: 35px;
	background-color:#151515;

}
.li_menu_principale:hover {
	cursor: pointer;
	background-color: #4a4a4a;
	
}
#tendesole a:link,#tendesole a:visited {
	font-weight:bold;
	color:#888888;
	font-style:italic;
	text-decoration:underline;
}
#main_wrapper a:link,#main_wrapper a:visited {
	font-weight:bold;
	color:#888888;
	font-style:italic;
	text-decoration:underline;
}

#menu a:link, #menu a:visited {
	line-height: 35px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

#myslider {
	margin: 10px auto 20px auto;
}
.current_page {
	color: #990000 !important;	
}
.transparent_support {
	position:absolute;
	margin:0;
	padding:0;
	top:34px;
	height:4px;
	width:100px;
	background-color:transparent;
	z-index:998;
}
.inner_menu{
	position: absolute;
	margin:0;
	padding:0;
	top:37px;
	width:180px;
	background-color:#C9C9C9;
	z-index:999;
}
.item{
	display:block;
	text-align:center;
	margin:0 ;
	padding:0 ;
	width:100%;
	background-color: #360101;
	
}
h3 {
	color:#610000;
}
.item:hover{
		cursor: pointer;
	background-color: #4a4a4a;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
</pre></body></html>