body {
	/* padding: 50px; */
	font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	/* background: rgba(140,82,252,1); */
	/* background: rgb(2,0,36);
	background: linear-gradient(rgba(2,0,36,1) 0%, rgba(140,82,252,1) 35%, rgba(255,255,255,1) 100%); */
	min-width: 1150px;
	background: rgb(140,82,252);
	background: radial-gradient(circle, rgba(140,82,252,1) 0%, rgba(0,0,0,1) 100%);
}

button {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	/* padding:6px 15px; */
	padding:6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	text-align: center;
	width: 45px;
}
.hovering {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#282121;
	border:3px solid #04e800;
}
button:active {
	position:relative;
	top:1px;
}

button#space_btn{
  text-align: center;
  width: 315px;
}
button.tab_btn{
  text-align: center;
  width: 85px;
}
button.verrnum{
	text-align: center;
	width: 85px;
}
button.maj{
	text-align: center;
	width: 85px;
}

.liste_raccourcis{
	-webkit-box-shadow:0px 0px 50px 30px #8c52fc ;
	-moz-box-shadow:0px 0px 50px 30px #8c52fc ;
	box-shadow:0px 0px 50px 30px #8c52fc ;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	/* background: #fff url(/images/background.jpg) left top/cover no-repeat; */
	position:relative;
	background-color:white;
	opacity: 40%;
	font-weight: bolder;
	font-size: larger;
	min-width: 470px;
}
h1 span {
	color:white;	
}
.clavier{
	min-width: 660px;
}