<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.pd13 &gt; div &gt; div.textepage {
	padding-left: 0;
	padding-right: 0;
}
.pd13 &gt; div &gt; div.textepage h1 {
	margin-left: 13px;
}

.no-js .liquid-slider {
	height: 350px;
	overflow: scroll;
}
.ls-preloader {  
	background: url("../images/loading.gif") #f2f2f2 no-repeat center 50%;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.ls-wrapper {
	clear: both;
	overflow: auto;
	position: relative;
}
.liquid-slider {
	float: left;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 662px;
}
.arrows .liquid-slider {
	/*margin: 0 10px;*/
}
.ls-responsive .liquid-slider {
	margin: 0;
	width: 100%;
}
.panel-container {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.liquid-slider .panel-container .fade {
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0; 
	width: 100%;
}

.liquid-slider .ls-panel {
	display: block;
	float: left;
	padding: 0 13px;
	width: 662px;
}
.panel-wrapper {  
	position:relative;
}

.ls-nav {
	clear: both;
	margin: 0 0 10px 13px;
	overflow: hidden;
}
.ls-nav a {
	color: #333;
	font-weight: bold;
	outline: 0;
}
.ls-nav a:hover {
	color: #333;
	text-decoration: underline;
}
.ls-nav .current a {
	color: #C00;
	
}
.currentCrossLink {
	font-weight: bold;
}
.ls-nav ul {  
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	padding: 0;
}
.ls-nav ul li {
	display: inline;
}
.ls-nav ul li a {
	display: block;
	float: left;
	margin-right: 20px;
	text-decoration: none;
}

.ls-select-box { 
	background: url("../images/menu.png") no-repeat right #ddd;
	height: 35px;
	overflow: hidden;
	width: 100%;
}
.ls-select-box select {  
	appearance: none;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 110%;
	height: 35px;
	-moz-appearance: none;
	outline: 0;
	padding: 5px;
	width: 150%;
	-webkit-appearance: none;
}

.ls-nav-left, .ls-nav-right {
	clear: both;
	float: left;
	top: 0;
}
.ls-nav-left a, .ls-nav-right a {
	background: #000;
	color: #fff;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
.ls-responsive .ls-nav-left {
	left: 0;
	position: absolute;
	z-index: 2;
}
.ls-responsive .ls-nav-left a {
	background: #9A9A9A;
	width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
	background: #747474;
}
.ls-responsive .ls-nav-right {
	position: absolute;
	right: 0;
	z-index: 2;
}
.ls-responsive .ls-nav-right a {
	background: #9A9A9A;
	width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
	background: #747474;
}

.ls-nav-left-arrow, .ls-nav-right-arrow {
	clear: both;
	cursor: pointer;
	float: left;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
	display: block;
}
[class$="-arrow"] {
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 50px;
	position: relative;
	width: 25px;
}
.ls-nav-right-arrow {
	background-position: top right;
	margin-right: 5px;
}
.ls-nav-left-arrow {
	background-position: top left;
	margin-left: 5px;
}
.ls-nav-left-arrow:hover {
	background-position: bottom left;
}
.ls-nav-right-arrow:hover {
	background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
	left: 0;
	position: absolute;
	z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
	position: absolute;
	right: 0;
	z-index: 2;
}</pre></body></html>