xdiv { outline: thin solid purple ! important; }
xlabel { outline: thin solid purple ! important; }

body {
	padding: 0;
	border: 0;
	margin: 0;
	color: #bbb;
	background-color: #000;
	font-family: 'Average Sans', sans-serif;
	font-size : 12px;
	cursor: default;
}


.frame {
	width: 700px; margin: auto;
}

.column {
	float: left;
	width: 10%;		/* 1/number of columns */
	height: 500px;
	background-color: #222;
	outline : thin #333 solid;
	padding : 5px 0px 5px 0px;

	/* 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;
}

.banner {
	clear: both;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #222;
	outline : thin #333 solid;
}

#debug {
	padding: 30px;
}

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;
}


	/***************/
	/* The sliders */
	/***************/

.slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: block;
	border: 1px solid #aaa;
	border-radius: 3px;
	color: #ccc;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding: 0;

	width: 70%;
	height: 86%;	/* tenir compte du display en-dessous */
	margin: 5px auto 5px auto;

	background-color: #15e;
	background: -webkit-linear-gradient(#e2f, #58e, #35a, #138);
	background:    -moz-linear-gradient(#e2f, #58e, #35a, #138);
	background:      -o-linear-gradient(#e2f, #58e, #35a, #138);
	background:         linear-gradient(#e2f, #58e, #35a, #138);
}


.sliderBar {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	background-color: #111;
}

	/***************/
	/* The buttons */
	/***************/

.button, .display {
	display: block;
	border: 1px solid #aaa;
	border-radius: 3px;
	color: #aaa;
	text-align: center;
	text-decoration: none;
	cursor: pointer;

	margin: 18px;
	padding: 10px 0px 5px 0px;

	width: 110px;
	width: 70%;
	height: 20px;
	margin: 5px auto 5px auto;

	background-color: #123;
	background: -webkit-linear-gradient(#333, #111);
	background:    -moz-linear-gradient(#333, #111);
	background:      -o-linear-gradient(#333, #111);
	background:         linear-gradient(#333, #111);
}

.lit {
	border: 1px solid #fff;
	color: #fff;
	box-shadow: 0px 0px 7px #acf;

	background-color: #338;
	background: -webkit-linear-gradient(#555, #222);
	background:    -moz-linear-gradient(#555, #222);
	background:      -o-linear-gradient(#555, #222);
	background:         linear-gradient(#555, #222);
}

.red {
	background-color: #611;
	background: -webkit-linear-gradient(#512, #211);
	background:    -moz-linear-gradient(#512, #211);
	background:      -o-linear-gradient(#512, #211);
	background:         linear-gradient(#512, #211);
}

.red.lit {
	border: 1px solid #fff; color: #fff;
	box-shadow: 0px 0px 7px #acf;

	background-color: #822;
	background: -webkit-linear-gradient(#a22, #621);
	background:    -moz-linear-gradient(#a22, #621);
	background:      -o-linear-gradient(#a22, #621);
	background:         linear-gradient(#a22, #621);
}

.green {
	background-color: #161;
	background: -webkit-linear-gradient(#142, #111);
	background:    -moz-linear-gradient(#142, #111);
	background:      -o-linear-gradient(#142, #111);
	background:         linear-gradient(#142, #111);
}

.green.lit {
	border: 1px solid #fff; color: #fff;
	box-shadow: 0px 0px 7px #acf;

	background-color: #282;
	background: -webkit-linear-gradient(#292, #261);
	background:    -moz-linear-gradient(#292, #261);
	background:      -o-linear-gradient(#292, #261);
	background:         linear-gradient(#292, #261);
}

.blue {
	background-color: #123;
	background: -webkit-linear-gradient(#126, #111);
	background:    -moz-linear-gradient(#126, #111);
	background:      -o-linear-gradient(#126, #111);
	background:         linear-gradient(#126, #111);
}

.blue.lit {
	border: 1px solid #fff; color: #fff;
	box-shadow: 0px 0px 7px #acf;

	background-color: #338;
	background: -webkit-linear-gradient(#439, #225);
	background:    -moz-linear-gradient(#439, #225);
	background:      -o-linear-gradient(#439, #225);
	background:         linear-gradient(#439, #225);
}