* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font: 0.8em sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 1em;
}

ul {
	margin-left: 10px;
	padding-left: 15px;
}

legend {
	font-weight: bold;
}

fieldset {
	/*line-height: 230%;*/
}

a {
	color: #4e80c9;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #b940b9;
}

#container {
	text-align: left;
}

body{
    background: #FCFCFF;
}

#main {
	background: #FCFCFF;
	margin-top: 5.0em;
	/* IE Bug Fix : résolution d'un problème de marge inférieure sous IE */
	border: 1px solid #FCFCFF;
}

/* App menu */
#container #main.nav #navigation {
	margin-left: 0;
	width: 13%;
	float: left;
	margin-top: 20px;
}
#container #main.nav #navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}
#container #main.nav #navigation ul li {
	margin-bottom: 6px;
}
#container #main #content1 {
	border: 0px solid #aaa;
	overflow: hidden;
}
#container #main.nav #content1 {
	float: right;
	width: 86%;
	margin-right: 0.5%;
}
#container #main.nonav #content1 {
	padding-left: 1%;
	width: 100%;
}
html>body #container #main.nonav #content1 {
	width: 99%;
}

#content1 {
	margin: 0px 0px 0px 0px;
}
#content {
	float: left;
	margin-bottom: 1em;
	/* width: 97%; */
}
html>body #content {
	width: 100%;
}

.karibouMenu-title {
	font-size: 1em;
	font-weight:bold;
	margin-top:-3px;
	text-decoration:underline;
}


/* Logo */
#container a#logo {
	position: absolute;
	 display: block; 
	top: 30px;
	left: 8px;

	height: 38px;
	width: 116px;
	background-image: url(images/k2.png);
	background-repeat: no-repeat;
}
#container a#logo span {
	visibility: hidden;
	display: none;
}

/* Search */
#container form#search {
	position: absolute;
	display: block;
	width: 200px;
	height: 43px;
	top: 0px;
	right: 0px;
	z-index: 999;
	font-size: 0.8em;
	background-image: url(images/search/searchmodule.png);
	/* margin-right: -1px; */
}
html>body #container form#search {
	position: fixed;
	margin-right: 0px;
}
#container form#search input {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
}
#container form#search input.keywords {
	top: 7px;
	right: 34px;
	width: 96px;
	height: 22px;
	border: 1px solid #000;
	background-image: url(images/dataview/magnifier.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	padding-left: 20px;
	padding-top: 2px;
}
html>body #container form#search input.keywords {
	width: 76px;
	height: 18px;
}
#container form#search input.button {
	float: left;
	font-weight: bold;
	padding-top: 30px;
	right: 4px;
	top: 4px;
	width: 28px;
	height: 28px;
	font-size: 1px;
	border: 0px;
	background-color: transparent;
	background-image: url(images/search/button.png);
	
	cursor: pointer;
}


#content p,h1 {
	padding: 3px 2px 2px 2px;
}

#content h1 {
	font-size: 1.4em;
	color: #237DA1;
	left: 10em;
	position: relative;
}

#content h2 {
	font-size: 1.35em;
	font-weight: bold;
	color: #038D41;
	text-align: left;
}

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3c3c5c;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	border-left: 4px solid #afafaf;
}

#content h4 {
	margin: 10px 0px 0px 20px;
	font-weight: bold;
}

#content code {
	margin: 10px 10px 10px 30px;
}


/* * * * * */
/*  Footer */
/* * * * * */
#footer {
	background-color: #000;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	height: 17px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#footer ul {
	text-align: center;
	color: #fff;
	padding-right: 0px;
	margin: 0px;
	list-style: none;
}

#footer ul a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff;
}

#footer ul li.first {
	border-left: 0px;
}

/* * * * * * * * * * * * */
/*      Form Message     */
/* * * * * * * * * * * * */
.error {
	background-image : url(images/hintbox/error.png);
	background-color: #ffdddd;
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #dd6666;
	padding: 16px 5px 16px 50px;
	color: #770000;
	text-align: center;
	font-weight: bold;
	margin: 5px;
}

.success {
	background-image : url(images/hintbox/success.png);
	background-color: #ddffdd;
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #66dd66;
	padding: 16px 5px 16px 50px;
	color: #007700;
	text-align: center;
	font-weight: bold;
	margin: 5px;
}

.warning {
	background-image : url(images/hintbox/warning.png);
	background-color: #ffdddd;
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #dd6666;
	padding: 16px 5px 16px 50px;
	color: #770000;
	text-align: center;
	margin: 5px;
}

.helper {
	background-image : url(images/hintbox/info.png);
	background-color: #ddddff;
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #7777dd;
	padding: 16px 5px 16px 50px;
	color: #000044;
	text-align: center;
	margin: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}


.spacer {
	clear: both;
}

.clear {
	clear: both;
	border: 0;
	background: transparent;
	height: 1px;
	padding: 0;
	margin: 0;
	font-size: 1px;
}

#content .clear {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}

.invisible {
	visibility: hidden;
	display: none;
}


/* HintBox */
div#hintbox {
	position: absolute;
	z-index: 100;
	overflow: hidden;
}

.overzone {
	/* cursor: help; */
}

div.hint {
	padding: 15px 10px 15px 55px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-position : 5px 50%;
	background-repeat : no-repeat;
	color: #000000;
}

div.hint.hint_help {
	background-image : url(images/hintbox/help.png);
	background-color: #fff3dd;
	border: 1px solid #f0b337;
}

div.hint.hint_notallowed {
	background-image : url(images/hintbox/notallowed.png);
	background-color: #ffdddd;
	border: 1px solid #dd6666;
}

div.hint.hint_warning {
	background-image : url(images/hintbox/warning.png);
	background-color: #ffdddd;
	border: 1px solid #dd6666;
}

div.hint.hint_info {
	background-image : url(images/hintbox/info.png);
	background-color: #ddddff;
	border: 1px solid #7777dd;
}

div.hint.hint_success {
	background-image : url(images/hintbox/success.png);
	background-color: #f0fff0;
	border: 1px solid #99dd99;
}

div.hint.hint_error {
	background-image : url(images/hintbox/error.png);
	background-color: #ffdddd;
	border: 1px solid #dd6666;
}

div.hint.hint_profile {
	padding: 0px;
	margin: 0px;
	background-color: #ddddff;
	border: 1px solid #7777dd;
	width: 150px;
	overflow: hidden;
}
div.hint.hint_profile img {
}
div.hint.hint_profile span {
	font-weight: bold;
	display: block;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #7777dd;
}

/* Hint Overzone */

div.overzone {
	display: inline;
	background-image: url(images/hintbox/20/help.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}

div.overzone span {
	font-size: 0.1em;
}

div.overzone.overzone_help {
	background-image : url(images/hintbox/small/help.png);
}
div.overzone.overzone_notallowed {
	background-image : url(images/hintbox/small/notallowed.png);
}
div.overzone.overzone_warning {
	background-image : url(images/hintbox/small/warning.png);
}
div.overzone.overzone_info {
	background-image : url(images/hintbox/small/info.png);
}
div.overzone.overzone_success {
	background-image : url(images/hintbox/small/success.png);
}
div.overzone.overzone_error {
	background-image : url(images/hintbox/small/error.png);
}

/* DontShow or Show */
.dontshow {
	visibility: hidden;
	display: none;
}
.show {
	visibility: visible;
	display: block;
}

/*
#onlineusers_nb {
	position: absolute;
	right: 0px;
	top: 60px;
	color: #fff;
	padding-right: 0px;
	width: 40px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(images/onlineusers/usertoggle.png);
	background-position: left 0px;
}
html>body #onlineusers_nb {
	position: fixed;
}
#onlineusers_nb a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px 4px 5px;
	margin-left: 12px;
	background-repeat: no-repeat;
	background-image: url(images/account/profile.png);
	background-position: right 2px;
	background-color: #000;
}
*/
#onlineusers_list {
	/* position: absolute; */
	/* right: 40px; */
	/* top: 60px; */
	/* color: #fff; */
	/* padding: 4px; */
	/* background-color: #000; */
}
#onlineusers_list ul {
	height: 100px;
	overflow-y: scroll;
	border-bottom: 1px solid #999;
	
}
#onlineusers_list ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}
#onlineusers_list a {
	/* color: #fff; */
}
