body {
	margin: 15pt;
	margin-top: 100px;
}

div#logo {
	position: absolute;
	top: 15pt;
	left: 15pt;
}

div#logo img {
	width: 136px;
	height: 50px;
}

div#fontSize {
	display: none;
}

ul#menu {
	display: none;
}

img.floatLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

img.floatRight {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

div.kader {
	color: black;
	padding: 16px;
	float: right;
	width: 277px;
	margin-top: -8px;
	margin-left: 8px;
	margin-bottom: 8px;
	background-color: #c0c0c0;
	border-right: 6px solid #808080;
}



