

div.control-img{
	width:700px;
	height:495px;
	background-image:url('../img/control.png');
}

div.screen-container {
    position: fixed;
    text-align: center;
    vertical-align: middle;
    left: 80px;
    right: 80px;
    top: 20px;
    bottom: 25px;
	/*background: #000*/
   
}

div.message_box {
  position: fixed;
  z-index:0;
  left:0px;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 32px;
  padding-top: 8px;
  background-color: #fd0048;
  /*box-shadow: 0px 0px 10px 5px cyan;*/
  color: #fff;
  font-size: larger;
  font-weight: bolder;
}

div.message_box a {
	color: #fff;
}

div.conf_dialogue {
    display: block;
    position: fixed;
    
    visibility: hidden;
    
    left: 80px;
    top: 50px;
    
    background-color: #000;
    box-shadow: 0px 0px 10px 0px darkblue;
    
}


div.conf_dialogue h1{
    
    display: block;
   /* width: 95%;*/
    background: #fd0048;
    color: white;
    font-size: larger;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    padding: 10px;
        
}

div.conf_dialogue h1 a {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 24px;
    background: #1d9bcf;
    border-radius: 5px;
    text-align: center;
    color: white;
    text-decoration: none;
    right: 10px;
    top: 5px;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 2px;
}

div.conf_dialogue h1 a:hover{
    background: #000;
}


div.conf_dialogue table th{
    border-bottom: solid black;
    border-bottom-width: 1px;
    font-weight: normal;
}

div.conf_dialogue table th a{
    display: inline-block;
    font-size: small;
    text-decoration: none;
    color: black;
    background: lightgray;
    min-width: 125px;
    min-height: 30px;
}


div.conf_dialogue table thead th{
    border-bottom-width: 3px;
    font-weight: bold;
    width: 150px;
}

nav.emul_navig {
    position: fixed;
	z-index:2;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 60px;
    background-color: ;
    padding-top: 5px;
    text-align: center;
}

nav.emul_navig img{
    width: 40px;
    height: 40px;
    margin: 5px;
}

nav.emul_navig a, div.volBloc{
    display: inline-block;
    background: #fd0048;
    border-radius: 5px;
    margin: 5px;
}

input.slider {
    -webkit-appearance: none; /* Override default look */
    writing-mode: vertical-lr;
    direction: rtl;
    appearance: slider-vertical;
    width: 10px;
    vertical-align: bottom;
    margin-bottom: 20px;
    background: #a6002f; /* Grey background */
    opacity: 1; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}


/*Pour opéra/edge et cie*/
input.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  
  width: 20px; /* Taille du bouton */
  height: 20px; 
  
  background: #fd0048; /* Couleur bouton */
  border-style: solid  ;
  border-width: 4px;
  border-color: white;
}


/*pour firefox*/
input.slider::-moz-range-thumb {
    
  width: 20px; /* Taille du bouton */
  height: 20px; 
  
  background: #fd0048; /* Couleur bouton */
  border-style: solid  ;
  border-width: 4px;
  border-color: white;
}

nav.emul_navig a:hover{
    background: #1d9bcf;
}




canvas.Screen {
  padding: 10px;
  
    
  width: 256px;
  height: 240px;
    
  image-rendering: pixelated; /* webkit */
  image-rendering: optimizespeed; /* firefox */
  
}

