@charset "ISO-8859-1";

body {
	margin:0;
	padding:0;
}
html {
	overflow:auto;
	margin:0;
	padding:0;
}
#div_gkcbox_opac {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
}
#div_gkcbox_cadre {
	position: absolute;
}
#div_gkcbox_diag {
	position: absolute;
}
#div_gkcbox_header {
	position: absolute;
}
#div_gkcbox_titre {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 5px;
	padding-top: 3px;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
#div_gkcbox_close {
	position: absolute;
	width: 20px;
	top: 0;
}
#div_gkcbox_close img {
	width: 16px;
	height: 16px;
}
#div_gkcbox_close img {
	margin: 4px 4px 0 0;
}
#div_gkcbox_content {
	position: absolute;
	overflow: hidden;
	left: 0;
}
#gkcbox_iframe {
   	border-width: 0;
}
iframe {
	border: 0;
}
.gkcbox {
	cursor: pointer;
}