<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Fonts */
@font-face{
	font-family: "text_1";
	src: 	url('fonts/text_1_normal.otf')			format('truetype'),
			url('fonts/text_1_normal.otf?#iefix') 	format('truetype');
	font-weight:normal;
    font-style:normal;
}
@font-face{
	font-family: "text_1";
	src: 	url('fonts/text_1_bold.otf')		format('truetype'),
			url('fonts/text_1_bold.otf?#iefix') format('truetype');
	font-weight:bold;
    font-style:normal;
}
/* Basics */
html
{ 
	margin:0px; 
	padding:0px; 
	border:0px;
}
body
{
	margin:0px;
    padding:0px;
	border:0px;
	font-family:text_1,Geneva,sans-serif;
	font-weight:normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	/* Safari only override */
    ::i-block-chrome,body  {    
	  font-family:Geneva,sans-serif;!important
	}
}
/* Connexion page */
#connection-container
{
	display:block;
	position:fixed;
	z-index:1;	
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(images/bottom_bg.png) center bottom no-repeat;
	background: url(images/bottom_bg.png) center bottom no-repeat, rgb(255,255,255); /* Old browsers */
	background: url(images/bottom_bg.png) center bottom no-repeat,-moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 34%, rgba(224,226,227,1) 100%); /* FF3.6+ */
	background: url(images/bottom_bg.png) center bottom no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(34%,rgba(255,255,255,1)), color-stop(100%,rgba(224,226,227,1))); /* Chrome,Safari4+ */
	background: url(images/bottom_bg.png) center bottom no-repeat, -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 34%,rgba(224,226,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/bottom_bg.png) center bottom no-repeat, -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 34%,rgba(224,226,227,1) 100%); /* Opera 12+ */
	background: url(images/bottom_bg.png) center bottom no-repeat, -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 34%,rgba(224,226,227,1) 100%); /* IE10+ */
	background: url(images/bottom_bg.png) center bottom no-repeat, radial-gradient(ellipse at center,  rgba(255,255,255,1) 34%,rgba(224,226,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e2e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#connection-copyright
{
	display:block;
	position:fixed;
	z-index:2;	
	bottom:0px;
	left:0px;
	width:100%;
	height:auto;
	background: rgb(255,255,255); /* Old browsers */
	font-family:text_1,Geneva,sans-serif;
	font-weight:normal;
	text-align:center;	
	padding:4px 0px;
}
#connection-welcome
{
	display:block;
	position:fixed;
	z-index:2;	
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	font-family:text_1,Geneva,sans-serif;
	font-weight:normal;
	text-align:center;	
	padding:4px 0px;
}
#connection-box-underlayer
{
	display:block;
	position:relative;
	z-index:1;
	margin:auto;
	top:-250px;
	width:650px;
	height:450px;
	background-image:url(images/connection_box_underlayer_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
}
#connection-box
{
	display:block;
	position:relative;
	top:100px;
	z-index:2;
	margin:auto;
	width:550px;
	height:350px;
	background-image:url(images/connection_box_sep_bg.png);
	background-position:237px 10px;
	background-repeat:no-repeat;
}
#connection-box .left
{
	display:block;
	position:absolute;
	width:275px;
	height:350px;
	top:0px;
	left:0px;	
	background-image:url(images/connection_box_left_bg.png);
	background-position:center 150px;
	background-repeat:no-repeat;
}
#connection-box .right
{
	display:block;
	position:absolute;
	width:275px;
	height:350px;
	top:0px;
	left:275px;
}
#connection-box .left .logo, #connection-box .right .logo 
{
	display:block;
	position:relative;
	float:left;
	width:275px;
	height:79px;
	margin-top:30px;
	top:0px;
	left:0px;
	overflow:hidden;
}
#connection-box-logo-left
{
	display:block;
	position:relative;
	width:275px;
	height:79px;
	top:0px;
	left:275px;
	background-image:url(images/logo_big_left.png);
	background-position:top right;
	background-repeat:no-repeat;
	opacity:0;	
	filter:alpha(opacity=0);
}
#connection-box-logo-right
{
	display:block;
	position:relative;
	width:275px;
	height:79px;
	top:0px;
	left:-275px;
	background-image:url(images/logo_big_right.png);
	background-position:top left;
	background-repeat:no-repeat;
	opacity:0;	
	filter:alpha(opacity=0);
}
#connection-box .left .star, #connection-box .right .star
{
	display:block;
	position:relative;
	float:left;
	width:275px;
	height:20px;
	top:auto;
	left:0px;
	margin-top:12px;
	background-image:url(images/star_grey.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#connection-box .right .star 
{
	background-image:url(images/star_green.png)!important;
}
#connection-box .left .p, #connection-box .right .p
{
	display:block;
	position:relative;
	float:left;
	width:275px;
	height:auto;
	top:auto;
	left:0px;
	margin-top:12px;
	font-family:text_1,Geneva,sans-serif;
	font-weight:bold;
	text-align:center;
}
#connection-box .button
{
	display:block;
	position:relative;
	float:left;
	width:275px;
	height:auto;
	top:auto;
	left:0px;
	margin-top:12px;
}
#connection-box-inscription
{
	display:block;
	position:relative;
	float:left;
	width:275px;
	height:0px;
	top:auto;
	left:0px;
	margin-top:12px;
	opacity:0;	
	filter:alpha(opacity=0);
	overflow:hidden;
}
#connection-box-inscription .show
{
	height:auto!important;
	opacity:1!important;
	filter:alpha(opacity=100)!important;
}
#connection-share 
{
	display:block;
	position:fixed;
	z-index:2;	
	top:0px;
	right:0px;
	width:auto;
	height:auto;
	padding:10px;
}
#connection-share img 
{
	margin-left:3px;
	height:35px;
	width:35px;
}
/* Form */
.btn_go_grey, .btn_go_green
{
	display:block;
	position:relative;
	width:50px;
	height:27px;
	cursor:pointer;
	margin:auto;
	border:none;
}
input[type="text"], input[type="password"] {
	display:block;
	position:relative;
    width:184px;
	height:auto;
    background-color:#fff!important;
	border:1px solid #c6c6c2;
	font-family:text_1,Geneva,sans-serif;
	font-weight:normal;
	padding:4px;
	color:#555!important;
	font-size:13px;
	border-radius:3px;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	-khtml-border-radius:3px;
	margin: 0px auto 8px auto;
}
input[class="login"]
{
	background:url(images/login_icon.png) 4px 4px no-repeat!important;
	width:164px!important;
	padding-left:24px!important;
	
}
input[class="password"]
{
	background:url(images/password_icon.png) 5px 3px no-repeat!important;
	width:164px!important;
	padding-left:24px!important;
}
a:link, a:hover, a:visited, a:active
{
	display:inline-block;
	width:auto;
	height:auto;
	text-decoration:none;
	border-bottom:1px dotted #929e41;
	color:#929e41;
}
a.noborder
{
	border:none!important;
}
.agrey:link, .agrey:visited, .agrey:active
{
	display:inline-block;
	width:auto;
	height:auto;
	text-decoration:none;
	color:#6c6f71;
}
.agrey:hover
{
	display:inline-block;
	width:auto;
	height:auto;
	text-decoration:none;
	border-bottom:none;
	color:#989898;
}
/* Font colors */
.ft-grey
{
	color:#606365!important;
}
.ft-green
{
	color:#929e41!important;
}
/* Font sizes */
.ft-12
{
	font-size:12px!important;
}
.ft-13
{
	font-size:13px!important;
}
.ft-14
{
	font-size:14px!important;
}
.ft-18
{
	font-size:18px!important;
}
.ft-26
{
	font-size:26px!important;
}
/* Font weight */
.ft-normal
{
	font-weight:normal!important;
}
.ft-bold
{
	font-weight:bold!important;
}</pre></body></html>