body {
	background-color: #277290;
	font-family: verdana;
	font-size: 10pt;
}

a {
	color: #66aedc;
}

a:hover {
	color: #ffffff;
}

h1 {
	margin: 0px;
	font-size: 14pt;
	padding-top: 5px;
	padding-left: 10px;
}

h2 {
	margin: 0px;
	font-size: 12pt;
	padding-top: 5px;
	padding-left: 10px;
}

h3 {
	margin: 0px;
	font-size: 11pt;
	padding-top: 5px;
	padding-left: 10px;
}

#header {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	background-color: white;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 4px solid #2b5b6e;
}

#header a img {
	border: 0px;
}

#logo_kelov {
	position: fixed;
	top: 17px;
	left: 10px;
	z-index: 2;
}

#logo_kalmeo {
	position: fixed;
	top: 15px;
	right: 10px;
	z-index: 1;
}

#content {
	padding-top: 85px;
	padding-bottom: 80px;
}

.colonne_gauche {
	float: left;
	width: 60%;
	min-height: 400px;
}

.colonne_droite {
	float: left;
	width: 39%;
	min-height: 400px;
}

.bloc_text {
	margin: auto;
	margin-top: 65px;
	margin-right: 10%;
	width: 450px;
	text-align: justify;
	color: white;
	border-left: 2px solid #0c2d3a;
	z-index: 10;
	padding-bottom: 15px;
}

.long {
	width: 600px;
}

.bloc_text p {
	padding-left: 10px;
	padding-right: 10px;
}

#simulator {
	margin: auto;
	margin-left: 10%;
	margin-top: 10px;
}

#bottom_bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 62px;
	width: 100%;
	background-image: url(../images/repeated_bottom_pic.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	z-index: 1;
}

applet {
	background-color: black;
}