/*
 * Kameleo nicolet brothers Template Graphical configuration
 */
 
 
/* default values */
body {

	/* 
		define the font of the page here:
		(linehgiht, color, size etc... You can specify the font for the titles later)
	*/
	
    font-family: Helvetica, Arial, FreeSans, sans-serif, "open-serif", open-serif; 
    font-size: .8em; /* you can use PX, PT, % or EM */
    line-height: 1.4; /* you can use PX, PT, % or EM */ 
    
    /* font color */
    color: #fff; 
    
    /* background of the page, can contain an image. would be like this background: #000 url(yourimage.jpg) center top no-repeat; */
    background: #000 url(../img/bg_bottom.png) center bottom repeat-x fixed; 
}

/* specify additional backgrounds here */

div#w0 {
	background: transparent url(../img/box_left.jpg) center bottom repeat none;
}

div#w1 {
	background: transparent;
}

div#w2 {
	background: transparent;
}

div#w3 {
	background: transparent;
}

/* Titles */
h1, h2, h3 {
    line-height: 1.2;
    font-family: Impact; /* uncomment this if you want to specify a other font for the titles */
    letter-spacing: 0.1em; 
    font-weight: none;
    font-style: normal;
    color: #fff;
}

h1 { /* page title */
	color: #EBE721;
    font-size: 1.75em;
	text-shadow: none; /* left top blurradius color */
}
h2 { /* paragraph title */
    font-size: 1.2em;
	margin: 0 0 20px 0; /* margin: top right bottom left; */
}
h3 { /* module title */
    font-size: 1.25em;
}

/* global link color & style */

a {
	/* replace underline by none if you want no line under the links */
    text-decoration: underline; 
}

a:link {
	/* color of the links */
    color: #EBE721;
}
a:visited {
	/* color of the links once you have clicked on */
    color: #EBE721;
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    /* color of the mouse hover, and active state (when you actually press the mouse bouton) */
    color: #EBE721;
    text-decoration: none;
}

/* paragraphs (block de contenu) */

div.object {
	margin: 0; /* margin: top right bottom left; */
	background: url(../img/bg_content.jpg) no-repeat;
	padding: 10px; 
}

/* modules */

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


/* structure */

/* header */
div#hd {
	height: 738px; /* height of your header image */
	background: url(../img/hd.png) center top no-repeat; 
}

/* content */
div#bd {
	background: url(../img/cn_bg.png) center top repeat-y; /* this images must be repeatable */
}

div#bd div.cn {
	margin-top: -256px;	/* pushes the content over the header */
}

/* content zones */

div#bd div.c1 {
	background: url(../img/box_left.jpg) no-repeat;
}

div#bd div.c3 {
	background: url(../img/box_right.jpg) no-repeat;
}

div#bd div.c1 div.wrap { /* left row styling */
	padding: 0px 15px 0 30px; /* spaceing: top right bottom left */
	
}

div#bd div.c2 div.wrap { /* center row styling */
	padding: 17px 15px;  /* spaceing: top&bottom right&left */
}

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

div#bd div.wrap {
	min-height: 380px;
}

/* footer */
div#ft {
	height: 160px; /* height of your header image */
	background: url(../img/ft.png) center top no-repeat; 
}

div#kLogin {
	display: inline;
}

/* logo */
strong#logo a {
	z-index: 1000;
	position: absolute;
	
	top: 0px; /* position in the header from the top (can use bottom to)*/
	left: 10px; /* position in the header from the left (can use right to)*/
	
	padding: 110px 0 0 300px; /* height 0 0 width */
	background: url(../img/trans.png) no-repeat; /* url to your logo */
}

/* navigation */

div#ueberNav {
	position: absolute;
	height: 110px;
	width: 100%;
	background: url(../img/logo.png) left top no-repeat; /* url to your logo */
	/* margin: 0 0 -80px 0; */
}

div#ueberNav ul {
	position: absolute;
	top:6px;
	right: 0;
}

div#ueberNav ul li {
	display: block;
	float: left;
}

div#ueberNav ul li a,
div.c1 h3 {
	font-family: Impact;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 10px;	
}

div.c1 h3 {
	text-align: right;
	margin: -8px 0 0 0;
	padding-right: 10px;
}

div#ueberNav ul li.on a,
div#ueberNav ul li a:hover {
	background: url(../img/bg_menu1_on.jpg);
}

div#hd div.cn img#lead {
	margin: 40px 0 -5px 0;
}

div#hd div.cn #kSlider {
	margin: -380px 0 -5px 0;
	width: 960px;
	height: 380px;
	overflow: hidden;
}

ul#secNav {
	margin: 8px 0 0 0;
}

ul#secNav li {
	text-align: right;
	margin: 0;
}

ul#secNav li a { /* style of the main navigation links */
	display: block;
	height: 26px;
	margin: 0 -15px 0 0;
	padding: 7px 28px 0 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.6;
}

ul#secNav li a:link {
	color: #6f6f6f;
}

ul#secNav li a:visited {
	color: #6f6f6f;
}

ul#secNav li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../img/bg_menu2_on.jpg) right top;
}

ul#secNav li.on a { /* styling of the active menu*/
	color: #fff;
	background: url(../img/bg_menu2_on.jpg) right top;
}

ul#secNav li.on a:visited {
	color: #fff;
}

/* subnavigation */
ul#secNav li ul {
	padding: 0 0 0 10px;
}

ul#secNav li.on ul a { /* style of the subnavigation links */
	font-size: 11px;
	color: #4D4D4D;
}

ul#secNav li.on ul a:hover {
	color: #000;
}


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

div#bd div.c2 div.wrap h1 {
	font-size: 1.6em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

/* 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: dotted #6f6f6f;
	padding: 5px 0;
	border-width: 0 0 1px 0;
}

div.form.object input,
div.form.object select,
div.form.object textarea {
    color:#fff;
}

div.container.buttons input {
    color:#000;
}

/* login powered */


div#loginAndPowered {
	float: right;
	padding:56px 18px 0 0;
	width: 180px;
}

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

div#kLogin {
	display: block;
	float: left;
	font-size: 8px;
	height: 0;
	width: 0; 
	padding: 14px 0 0 30px;
	background: transparent url(../../../../standards/img/login_w.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);
}



