body {
   background-color: #74a1d4;
   margin: 0; 
   color: #fff;  
   font-family: Arial, verdana, Trebuchet;
   font-size: 13px;
}

a:link { 
    color: #1255a0;
    text-decoration: none;
}

a:visited {
    /*color: #99bae0;*/ 
    color: #1255a0;
    text-decoration: none;
}

a:hover { 
    color: #0356b2; 
    text-decoration: underline overline;
}

#container {
    margin: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #74a1d4;
    border: 0px;
    position: absolute;
}

#logo {
    margin: 0px;
    margin-top: 0px;
    height: 56px;
    width: 190px;
    background: url(images/k_logo.png);
    background-repeat: no-repeat;
    border: 0px;
    position: absolute;
    z-index: 4;
}

#header {
	top: 0px;
	right: 0px;
    	bottom: 0px;	
	left: 190px;
    	height: 56px;
    	background: url(images/k_head.png);
    	background-repeat: repeat;
    	border: 0px;
    	position: absolute;
    	z-index: 3;
}

	#header ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		display: inline;
	}
	
	#header li { /* all list items */
		position : relative;
		float : left;
		padding: 0;
		margin: 17px 2px 0px 2px;
	}

	#header li {  
	}

	#header li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 170px;
		margin-top : -1.35em;
	}

	#header li a {
		display : inline;
   		text-align: center;
   		border: 1px solid #598bc4; 
   		text-decoration: none; 
   		color: #1255a0; 
   		background: #99bae0; 
   		font-size: 14px; 
   		font-weight: 600;
   		margin-top: 2px; 
		padding: 0px 6px 0px 6px;
	}
	
	#header li a:hover {
   		background: #1255a0; 
   		border: 1px solid #598bc4; 
   		color: #ffffff; 
	}
	
	#header li:hover ul ul, #header li:hover ul ul ul, #header li.sfhover ul ul, #header li.sfhover ul ul ul {
		left: -999em;
	}
	
	#menuh li:hover ul, #header li li:hover ul, #header li li li:hover ul, #header li.sfhover ul, #header li li.sfhover ul, #header li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


	a.bbb:link { 
	color: #c7d4e1;
	text-decoration: none;
	border-top: 1px solid #99bae0;
	border-right: 1px solid #99bae0;
	border-bottom: 1px solid #3892ac;
	border-left: 1px solid #3892ac;
	margin: 0px 4px 4px 4px;
	padding: 0px 6px 0px 6px;
	}

	a:visited.bbb { 
	color: #c7d4e1;
	text-decoration: none;
	border-top: 1px solid #99bae0;
	border-right: 1px solid #99bae0;
	border-bottom: 1px solid #3892ac;
	border-left: 1px solid #3892ac;
	margin: 0px 4px 4px 4px;
	padding: 0px 6px 0px 6px;
	}

	a:hover.bbb { 
    	background-color: #99bae0;  
    	color: #1255a0;
	border-top: 1px solid #3892ac;
	border-right: 1px solid #3892ac;
	border-bottom: 1px solid #c7d4e1;
	border-left: 1px solid #c7d4e1;
    	text-decoration: none;
	}

	a:active.bbb { 
    	background-color: #99bae0; 
    	color: #1255a0;
    	text-decoration: none;
	}

#ht {
	position: absolute;
	top: 56px;
	right: 0px;
	left: 0px;
	height: 6px;
	background: url(images/ombre_ht.png);
	background-repeat: repeat-x;
}

#main {
	position: absolute;
	top: 62px;
	right 0px; 
	left: 0px; 
	background-color: #1255a0;
 }

#main2 {
	position: absolute;
	top: 62px;
	right: 0px; 
	left: 0px; 
	height: 421px;
	background-color: #1255a0;
 }

#bs {
	position: absolute;
	top: 483px;
	right: 0px;
	left: 0px;
	height: 5px;
	background: url(images/k_ht.png);
	background-repeat: repeat-x;
	z-index: 100;
}

#slideshow {
	position: relative;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 45px;
	float: left;
	width: 480;
}

#right {
	position: absolute;
	top: 30px;
	left: 500px;
 	right: 20px;
	height: 345px;
	margin-bottom: 45px;
    	border: solid 1px #336699;
	float: right;
}

#footer {
	position: absolute;	
	left: 0px;
	right: 0px;
	top: 480px;
	text-align: center;
}

p.ft {
	text-align: center;
	background-color: #99bae0;
	border: solid 1px;
	border-color: #598bc4;
	font-height: 0.8em;
	line-height: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.liteb {
	color: #c7d4e1;
	text-align: justify;
	padding-left: 15px; 
	padding-right: 15px;
}

.hliteb {
	color: #c7d4e1;
	text-align: center;
	margin-top: -10px;
	border: 1px solid #598bc4;
	background-color: #1255a0;
} 

hr.lb {
	border-top: solid 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: transparent;
	border-color: #598bc4;
}



