@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	background-color: #7085b9;
	}
body {
	margin: 0;
	padding: 0;
	background-image: url(-pix/fond-1a.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, #c3d2f1 ), color-stop( 1.0, #7085b9 ));
	background-image: -webkit-linear-gradient(top, #c3d2f1, #7085b9 );
	background-image: -moz-linear-gradient(top, #c3d2f1, #7085b9 );
	background-image: -ms-linear-gradient(top, #c3d2f1, #7085b9 );
	background-image: -o-linear-gradient(top, #c3d2f1, #7085b9 );
	background-image: linear-gradient(top, #c3d2f1, #7085b9 );
	*/
	}
.root {
	margin: 0px auto 0px auto;
	padding: 50px 20px 50px 20px;
	}
.container {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 30px 0;
	box-shadow: 0px 10px 12px -5px #4C537B;
	-moz-box-shadow: 0px 10px 12px -5px #4C537B;
	-webkit-box-shadow: 0px 10px 12px -5px #4C537B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFF;
	background-image: url(-pix/fond-container-mit-navbar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: relative;
	}
.content {
	margin-left: 233px;
	margin-top: 58px;
	}
h1.logo {
	margin: 0;
	padding: 0px;
	background: url(-pix/icp-headlogo-800.png) no-repeat;
	height: 195px;
	color: transparent;
	text-indent: -9999px;
	position: relative;
	}



img.ek {
	float:right;
	margin: 0 0 13px 20px;
}



.navi {
	margin-left: 27px;
	margin-top: 65px;
	width: 150px;
	float: left;
	}
.navlist {
	padding=0;
	line-height: 20px;
	margin-top: 20px;
	list-style-type: none;
	background-image: url(-pix/navbutton-1.gif);
	}
.navhere {
	padding=0;
	line-height: 20px;
	margin-top: 20px;
	list-style-type: none;
	background-image: url(-pix/navbutton-2.gif);
	}
.navi li a {
	padding-left: 20px;
	padding-right: 0px;
	display: block;
	color: #3a6bad;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	}
.navi a:hover {
	display:block;
	color:#000;
	}





a img { 
	border: none;
	}
.fltrt {  
	float: right;
	margin-left: 8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}



