/*** Elements genèrics: ***/
/* UTF-8 version */

body {
	position: absolute;
	left: 0; top: 0; bottom: 0; right: 0;
	_width: 100%; _height: 100%;
	margin: 0; padding: 0;
	background: white;
	overflow: hidden;
	background: #f9c884;
	font-size: 12px;
	color: black;
}


img {border: 0;}
img.centra {vertical-align: middle}

a, a:link {
	text-decoration: none;
	color: orange;
}
a:hover {
	color: maroon;
}

#body {
	position: relative;
	width: 100%;
	height: 100%;
    align: center;
	background: red;
}

#menu, #pano, #panos {
 	position: absolute;
	top: 0; left:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

#menu .swf, #pano .swf {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#panos {
	display: none;
	background: #444;
}

#panos #frame {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}

