/* copyright 2009 | TENTWELVE SPRL | http://www.tentwelve.com | THIBAULT JADOUL */

* { margin: 0; padding: 0; border: 0; }
*:focus { outline: 0 none; }

@font-face {
	font-family: TradeGotBolConTwe;
	src: url('../font/TradeGotBolConTwe.ttf');
}

@font-face {
	font-family: TradeGotBolConTwe;
	font-weight: bold;
	src: url('../font/TradeGotBolConTwe.ttf');
}

html {
	overflow: hidden;
}

body {
	color: #fff;
	font: 10px/18px Monaco, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	background: #000;
}

a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #1e00fb;
	text-decoration: underline;
}

.color {
	color: #1e00fb;
}

u.color span {
	color: #fff;
}

img {
	text-decoration: none;
}

a.select, #Menu #ContentMenu a.select {
	color: #1e00fb;
	text-decoration: underline;
}

#EmbedTarget {
	position: absolute;
	#width: 100%;
	#height: 100%;
	top: 15px;
	left: 15px;
	z-index: 1;
}

#SlideTarget {
	position: absolute;
	#width: 100%;
	#height: 100%;
	width: 100%;
	height: 100%;
	top: 15px;
	left: 15px;
	z-index: 1;
	cursor: pointer;
}
#SlideTarget img {
	cursor: pointer;
}
#SlideBtRight {
	display: none;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0px;
	left: 50%;
	z-index: 1000;
	cursor: pointer;
}
#SlideBtLeft {
	display: none;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	cursor: pointer;
}

#EmbedTarget object {
	#width: 100%;
	#height: 100%;
}

#Content {
	position: relative;
	z-index: 800;
	width: 100%;
	height: 100%;
}

#Content #TextTarget {
	position: relative;
	margin: 30px 50px 85px 30px;
}

#TextMenu {
	padding-bottom: 10px;
}

#TextMenu a {
	text-decoration: none;
}

#TextMenu a.select {
	text-decoration: underline;
}

#Content #TextTarget .Text {
	display: block;
	position: relative;
	left: 50%;
	width: 50%;
}

#Content #TextTarget .Text #TextContent {
	position: relative;
	overflow: hidden;
}

#Content #TextTarget .Text #TextContent p {
	margin-bottom: 15px;
}

h1 {
	font: 90px "TradeGotBolConTwe", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

h2 {
	font: 37px "TradeGotBolConTwe", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-top: -8px;
}

h3 {
	font: 12px Monaco, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h4 {
	font: bold 10px/18px Monaco, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#Menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	background-color: #000;
	z-index: 1100;
	width: 100%;
	padding: 30px 0 0 0;
}


#Menu #ContentMenu {
	position: absolute;
	left: 14%;
}

#Menu #ContentMenu a, #Menu #SlideMenu a {
	text-decoration: none;
}

#Menu #SlideMenu {
	display: none;
	position: absolute;
	right: 14%;
}

#Menu #Legende {
	display: none;
	position: absolute;
	right: 14%;
}

p.subnote {
	text-indent: -10px;
	margin-left: 10px;
}

/* @group scroll */

/* Scrollbar & content css */

			.scrollbar-vert{
				position: absolute;
				right: -30px;
				top: 3px;
				width: 12px;
				z-index: 900;
				height: 200px;
			}
			.handle-vert{
				position: absolute;
				z-index: 1000;
				height: 40px;
				width: 12px;
				background-color: #fff;
				visibility: hidden;
				cursor: pointer;
			}
/* @end */