body {
	background-color: #000;
	font-family: Sans-Serif;
	font-size : 12px;
	color: #bbb;
}


.frame {
	width: 90%;
	clear: both;
	margin: auto;
	margin-bottom: 12px;
	text-align: center;
	background-color: #222;
	outline : thin #444 solid;
}

.group {
	margin: 8px;
	padding: 8px;
	border: 3px solid #555;
				border-radius: 5px;
			 -o-border-radius: 5px;
		   -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.column {
	margin: 0;
}


label {
	display: inline-block; width:50px;
}

input[type=text] {
	margin : 4px; font-size : 12px;
	color : #bbb; background-color : #222;
	border:solid thin #555; width:500px;
}

select {
	font-size: 13px;
	padding: 5px;
	border: 0;
	/* Pour alignement du bas */
	margin: 16px 0px 16px 0px;

	background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(160,160,160,1) 100%); /* FF3.6-15 */
	background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(160,160,160,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(160,160,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(216,216,216,1) 0%,rgba(160,160,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	border-radius: 3;
}

select option {
	background-color: white;
}


.column, .group {
	float: left;

	/* Disable selection while draging sliders */

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.slider,
.button,
.display {
	/* Pas dde border sinon ça fausse la souris */
	outline: 1px solid #555;
	margin: 6px; width: 35px;
	text-align: center;
	font-size : 12px;
}

.slider {
	height: 250px;
}


.display {
	height: 2em;
	line-height: 2em;
}

.button {
	float: left;
	width: 47px;
	height: 47px;
	display: table;			/* Pour aligner le texte verticalement */
}

.button span {
	display: table-cell;	/* Pour aligner le texte verticalement */
	vertical-align: middle;
}
	


.debug {
	width: 720px; height: 20px; margin: auto;
	color:orange; font-weight: bold;
}

.Red	{ color: rgb(255,  40,  28); }
.Green	{ color: rgb(117, 204,  38); }
.Blue	{ color: rgb(  0, 196, 168); }
.Yellow	{ color: rgb(255, 237,   0); }
.Purple	{ color: rgb(170, 127, 170); }
.Gray	{ color: rgb(178, 178, 178); }
.Orange	{ color: rgb(249, 160,  28); }
