body {
	height: 100%;
	margin: 0px;

	-moz-user-select: none;/*On empêche la sélection des liens, parce que c'est moche quand on peut le faire*/
	 -webkit-user-select: none; 
	 -ms-user-select: none; 
	 user-select: none; 
	 overflow: hidden;
}
#buttonSettings {
	position: absolute;
	height: 25px;
	width: 25px;
	margin:15px;
	visibility: hidden;
	border: 1px solid black;
}
#buttonSettings img {
	height: 25px;
}
#panneauCommandes {
	position: absolute;
	/*height: 100%;*/
	width: 445px;
	max-height: 100%;
	/*background-color: red;*/
	/*padding:1px;*/
	/*cursor: resi;*/
	z-index: 10
}
#panneauCommandes * {
	cursor: default;
}
#barre {
	position: absolute;
	width: 100%;
	height: 20px;
	border-radius: 5px 5px 0 0;
	background-color: grey;
	z-index: 10;
}

#buttons {
	height: 100%;
	width: 30px;
}
#hide {
	background-color: red;
	height: 15px;
	width: 15px;
	margin: auto;
	position: relative;
	top:2.5px;
	border-radius: 50%;
	text-align: center;
	/*display: inline-block;*/
}
#hide img {
	position: relative;
	height: 10px;
	top:-1.5px;
	visibility: hidden;
}
#buttons:hover img {
	visibility: visible;
}
/**** Animations ****/

#fond {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: lightgrey;
	opacity: 0.5;
	border-radius: 0 0 5px 5px;
}
#content {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: scroll;
}
#Infos {
	padding: 10px;
	margin-top: 15px;
}
.toggle {
	cursor: pointer;
}
#caracteristiques {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	min-width: 425px;
}
/*table {
	border: 1px solid black;
	border-collapse: collapse;
}*/
#caracteristiques td {
	border: 1px solid black;
}
.information {
	position: absolute;
	margin-left: 10px;
	/*visibility: hidden;*/
	width: 0px;
	z-index: 1000;
}
.information .info {
	/*position: relative;*/
	border: 1px solid black;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	text-align: center;
}
.information:hover div {
	visibility: visible;
}
.information .text {
	font-size: 12px;
	line-height: 1;
	background-color: white;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	top: -20px;
	width: 100px;
	text-align: justify;
	visibility: hidden;
}
/** Pour redimmentionner : **/
#resizeLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	height:100%;
	width: 2px;
	/*background-color: red;*/
	cursor: ew-resize;
	z-index: 100;
}
#resizeRight {
	position: absolute;
	right: 0px;
	top: 0px;
	height:100%;
	width: 2px;
	/*background-color: red;*/
	cursor: ew-resize;
	z-index: 100;
}
#resizeBottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	/*background-color: blue;*/
	cursor: ns-resize;
	z-index: 100;
}
#cornerRight {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height:5px;
	width: 5px;
	/*background-color: green;*/
	cursor: nwse-resize;
	z-index: 200;
}
#cornerLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height:5px;
	width: 5px;
	/*background-color: green;*/
	cursor: nesw-resize;
	z-index: 200;
}

.fleche {
	height: 10px;
	transform: rotate(180deg);
}

/** Pour les indicateurs de la position initiale **/
#positionInit {
	position: absolute;
	/*left: 100px;
	top: 100px;*/
	visibility: visible;
	transform:rotate(0rad);
	/*background-color: blue;*/
}
#positionInit #tete {
	/*position: absolute;
	bottom: 0;
	transform:rotate(180deg);*/
	/*position: relative;*/
	/*top:-60px;
	left:-4px;*/
	position: relative;
	top:-30px;
	height: 0px;
	width: 0px;
	border-left: 5px solid transparent;
	border-right:5px solid transparent;
	border-bottom: 10px solid black;
	
}
#queue {
	position: relative;
	left: 4px;
	height: 50px;
	width: 1px;
	top:-30px;
	background-color: black;
}
/*#parametres td {
	border: 1px solid black;
}*/
#parametres {
	width: 100%;
	min-width: 421px;
}
