<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 100%; /* ie fix */ 
}

body {

    font-family: Helvetica, Arial, FreeSans, sans-serif, "open-serif", open-serif; 
    font-size: .8em; /* you can use PX, PT, % or EM */
    line-height: 1.5; /* you can use PX, PT, % or EM */ 
    
    /* font color */
    color: #808080; 
    
    /* background of the page, can contain a image. would be like this background: #000 url(yourimage.jpg) center top no-repeat; */
}

/* Titles */
h1, h2, h3 {
    line-height: 1.2;
    /* font-family: Georgia; /* uncomment this if you want to specify a other font for the titles */
    font-weight: bold;
    font-style: normal;
    margin-bottom: 15px;
}

h1 { /* page title */
    font-size: 1.8em;
}
h2 { /* paragraph title */
    font-size: 1.5em;
}
h3 { /* module title */
    font-size: 1.25em;
    margin:0;
}


/* underline / sous-ligniŽ / highlight */


u{
    background:#bfbfbf;
    text-decoration:none;
    color:#808080;
    padding:1px 4px;
}


/* global link color &amp; style */


a, a:link {
	/* replace underline by none if you want no line under the links */
    text-decoration: underline; 
}
a:visited {
	/* color of the links once you have clicked on */
    text-decoration: none;
}


/* paragraphs (block de contenu) */

p {
	margin:  0 0 9px 0; /* margin: top right bottom left; */
	font-weight: 0.8em;
}

div.object {
	margin: 0 0 20px 0; /* margin: top right bottom left; */
}

/* modules */

div.module {
	margin: 0 0 10px 0; /* margin: top right bottom left; */
}


/* specify additional backgrounds here */

div#w0 {
	background: transparent;
}

div#w1 {
	background: transparent;
}

div#w2 {
	background: transparent;
}

div#w3 {
	background: transparent;
}



/* structure */

/* header */
div#hd {
	margin: 0 0 0;
	height: 500px; /* height of your header image */
	width: 100%;
	min-width: 1000px;	
}

/* content zones */

div#bd{

	width: 100%;
}

div#bd div#bd_bg{
	width: 960px;
	padding: 0 25px;
    margin: 0 auto;
}

div#bd div.c1 div.wrap { /* left column styling */
	padding: 20px 0 40px 0; /* spaceing: top right bottom left */
}

div#bd div.c1 h3 { /* left column styling */
    display: none;
    margin: 0;
    height: 0;
    clear: both;


}

div#bd div.c2 div.wrap { /* left column styling */
	padding: 0 40px 20px 40px; /* spaceing: top right bottom left */
}

div#bd div.c2 div.wrap img { /* style of all content images */
	margin: 0 25px 25px 0;
}

div#bd div.c3 div.wrap { /* right column styling */
	padding: 20px 30px 0 30px;  /* spaceing: top right bottom left */
}

/* footer */
div#ft {
	position: relative;
	height: 150px; /* height of your header image */
	width: 100%;
	min-width: 1000px;
}

div#ft .cn{
	height: 100%;
}

div#ft #kLogin {
	margin: 0 30px;
}

/* logo */
strong#logo a {
	position: absolute;
	
	top: 30px; /* position in the header from the top (can use bottom to)*/
	left: 30px; /* position in the header from the left (can use right to)*/
}


/* navigation */

ul#mainNav {
	width: 100%;
}

ul#mainNav li {
	display: inline;
}

ul#mainNav li a { /* style of the main navigation links */
	display: block;
	font-size: 1.1em;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 30px 30px 30px 30px;
	height: 86px;
}


/* secNavigation */

ul#secNav { /* left column styling */
    clear: both;
	padding: 0; /* spaceing: top right bottom left */
	margin: 0; /* spaceing: top right bottom left */
}

ul#secNav li { /* left column styling */
	display: block;
	font-size: 1.1em;
	margin: 0;
}

ul#secNav li a { /* left column styling */
	text-decoration: none; /* means: no underline */
	margin: 0 0 0 0; /* spaceing: none */
	padding: 8px;
	height: auto;
	font-weight: bold;
	color: #fff;
	background: none;
	width: 130px;
	display: block;	
}

/* styling of the default contents (middle column)*/

/* lists */
div#bd div.c2 div.wrap ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

div#bd div.c2 div.wrap ul ul {
	list-style-type: circle;
}

/* tables */
div#bd div.c2 div.wrap table {
	width: 100%;
}

div#bd div.c2 div.wrap table tr td {
	border: solid #cacaca;
	border-width: 0 0 1px 0;
}

/* logo kameleo &amp; login */

div#copyright {
    float: left;
	position: relative;
	margin: 0;
	padding:20px 40px 0 40px;
	font-size: .8em;
	color:#808080;
	border-top: 6px solid #808080;
}

div#loginAndPowered {
	float: right;	
	padding:20px 40px 0 40px;
}

a#kPowered {
	display: block;
	height: 0;
	width: 0;
	padding: 14px 0 0 125px;
	background: transparent url(../../../../standards/img/login_b.png) top right no-repeat;
	overflow: hidden;
	float: left;
}

div#kLogin {
	display: block;
	float: left;
	font-size: 8px;
	height: 0;
	width: 0; 
	padding: 14px 0 0 30px;
	background: transparent url(../../../../standards/img/login_b.png) top left no-repeat;
	overflow: hidden;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#kLogin:hover {
	background-color: rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 5px rgba(255,255,255, .5); /* shadow on image */
	-webkit-box-shadow: 0 0 5px rgba(255,255,255, .5);
	box-shadow: 0 0 5px rgba(255,255,255, .5);
}


td{
	vertical-align:top;
}
div.cn {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 25px;
}

strong#logo a { 
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

div.c1,
div.c3 {
	width: 225px;
}

div.c2 {
	width: 495px;
}

div.c1,
div.c2 {
	float: left;
}

div.c3 {
	float: right;
	background: transparent;
}

div.c2 img {
	float:left;
	margin:0 10px 10px 0;
	}
	
div.c2 .object {
	margin:0 0 20px 0;
	}

/* float clear */
.clr {
	clear: both;
	height: 0.001em;
	line-height: 0.001em;
	overflow: hidden;
}
</pre></body></html>