@-ms-viewport { 
    width: device-width; 
}
@media only screen and (min-device-width: 800px) { 
    html { overflow:hidden; } 
}

@font-face {
    font-family: "Century Gothic";
    src: url('/fonts/gothic.ttf');
}
@font-face {
    font-family: "Century Gothic";
    font-style: italic;
    src: url('/fonts/gothici.ttf');
}
@font-face {
    font-family: "Century Gothic";
    font-weight: bold;
    src: url('/fonts/gothicb.ttf');
}

*{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.clear-both {
    clear: both;
}

html { height:100%; 
}

body { 
    height:100%; 
    overflow:hidden; 
    margin:0; 
    padding:0; 
    font-family: "Century Gothic", Arial, Sans-Serif;
    font-size:16px; 
    color:#FFFFFF; 
    background-color:#000000; 
}

#canvas {
	height: 100%;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top : 5px;
	margin-bottom : 0px;
}

#move-left {
	position: absolute;
	top: 48%;
	left: 2%;
	margin-left: 15px;
	z-index: 55;
	opacity: 0.7;
	background-image: url('../images/moveLeftButtonPlanView.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 	100px;
	height: 161px;
}

#move-left:hover {
	background-image: url('../images/moveLeftButtonPlanView-hover.png');
}

#move-right {
	position: absolute;
	top: 48%;
	right: 2%;
	margin-right: 15px;
	z-index: 55;
	opacity: 0.7;
	background-image: url('../images/moveRightButtonPlanView.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 	100px;
	height: 161px;
}

#move-right:hover {
	background-image: url('../images/moveRightButtonPlanView-hover.png');
}

#move-bottom {
	position: absolute;
	bottom: 1%;
	left: 45%;
	margin-bottom: 15px;
	z-index: 55;
	opacity: 0.5;
	background-image: url('../images/moveBottomButtonPlanView.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 	161px;
	height: 75px;
}

#move-top {
	position: absolute;
	top: 3%;
	left: 45%;
	margin-top: 15px;
	z-index: 55;
	opacity: 0.5;
	background-image: url('../images/moveTopButtonPlanView.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 	161px;
	height: 75px;
}

#move-bottom:hover, #move-top:hover {
	opacity: 0.9;
}

#buttons {
	position: absolute;
	bottom: 7%;
	left: 50%;
	margin-bottom: 15px;
	margin-left: -176px;
}

#move-left2 {
	float: left;
	margin-left: 10px;
	opacity: 0.9;
	background-image: url('../images/buttonsPlanView-actif.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
}

#move-right2 {
	float: left;
	margin-left: 10px;
	opacity: 0.9;
	background-image: url('../images/buttonsPlanView-actif.png');
	background-position: -55px 0px;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
}

#move-top2 {
	float: left;
	margin-left: 10px;
	opacity: 0.9;
	background-image: url('../images/buttonsPlanView-actif.png');
	background-position: -112px 0px;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
}

#move-bottom2 {
	float: left;
	margin-left: 10px;
	opacity: 0.9;
	background-image: url('../images/buttonsPlanView-actif.png');
	background-position: -168px 0px;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
}

#zoom-plus {
	float: left;
	margin-left: 10px;
	opacity: 0.9;
	background-image: url('../images/buttonsPlanView-actif.png');
	background-position: -225px 0px;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
}

#zoom-moins {
	float: left;
	margin-left: 10px;
	opacity: 0.9;
	background-image: url('../images/buttonsPlanView-actif.png');
	background-position: -281px 0px;
	background-repeat: no-repeat;
	width: 52px;
	height: 52px;
}

#move-left2:hover {
	background-image: url('../images/buttonsPlanView-hover.png');
	opacity: 1;
}

#move-right2:hover {
	background-image: url('../images/buttonsPlanView-hover.png');
	opacity: 1;
}

#move-top2:hover {
	background-image: url('../images/buttonsPlanView-hover.png');
	opacity: 1;
}

#move-bottom2:hover {
	background-image: url('../images/buttonsPlanView-hover.png');
	opacity: 1;
}

#zoom-plus:hover {
	background-image: url('../images/buttonsPlanView-hover.png');
	opacity: 1;
}

#zoom-moins:hover {
	background-image: url('../images/buttonsPlanView-hover.png');
	opacity: 1;
}

#help {
	position: absolute;
	top: 10%;
	left: 50%;
	z-index: 110;
	width: 520px;
	height: 520px;
	margin-left: -260px;
	background-color: rgb(159,125,194,0.8);
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	padding: 20px;
}

#help h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}

#help ol {
	margin-top: 30px;
	margin-left: 10px;
}

#help li {
	margin-top: 20px;
}

#help li b {
	margin-top: 20px;
	font-weight: bold;
}

#help img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#help img.button-image {
	height: 40px;
	width: auto;
	
}

#help img.mouse-image {
	height: 60px;
	width: auto;
	
}

#help div.button {
	color: #4B3364;
	text-align: center;
	background-color: rgb(255,255,255,0.8);
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
	height: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}