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

/* Javascript */
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size:11px; }
.ui-widget-content {
    background: url("../images/reglette.png") no-repeat scroll;
	color:#1c9ddc;
	width:156px;
}
.ui-widget-content a { color: #222222; }
.ui-slider { position: relative; text-align: left; }
.ui-slider span {
    position: relative;
    text-align: left;
	bottom:15px;
	right:3px;
}
.ui-slider-horizontal { height: 0.8em;}
.ui-slider .ui-slider-handle {
    cursor: pointer;
    height: 8px;
    position: absolute;
    width: 11px;
    z-index: 2;
	bottom:0;
}
.ui-slider-horizontal .ui-slider-handle { margin-left:-5px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("../images/cursor_reglette.png") no-repeat scroll;
    color: #555555;
    font-weight: normal;
}

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