/* Divs */

div.marginauto
{
  position: relative;
  width: 520px;
  min-height: 620px;
  
  margin: auto;
}



div#contenant_preparation_tirage
{
  position: relative;
    top: 20px;
  
  margin-top: 15px;
  
  padding: 20px;
  padding-top: 3px;
	
	background-color : #05242e;
	
	font-size: 16px;
	color: #d1f0fa;
	
	border-top: none;
	border-left: 2px solid #d1f0fa;
	border-right: none;
	border-bottom: 2px solid #d1f0fa;
	
	border-radius: 10px;
	
	box-shadow: -2px 2px 3px grey;
}

div#contenant_preparation_tirage .info_title
{
  color: black;
}

div#tableau_noms
{
  margin-top: 10px;
  width: 400px;
}

div#contenant_tirage
{
  position: absolute; 
    top: 15px;
    left: -2px;
    
  width: 520px;
  
  height: 600px;
    
  background-color: #d1f0fa;
	color: black;
	
	border: 3px solid #51C5ED;
	border-radius: 10px;
	
	box-shadow: -1px 1px 2px grey;
	
	display: none;
  
  z-index: 30;
}

div.position_relative
{
  position: relative;
}

div#demarrer
{
	
	text-align: center;

}

/* Canvas roue */

canvas#ombreroue, canvas#roue, canvas#curseur
{
  position: absolute;
  
  z-index: 50;
}

canvas#roue
{
  position: absolute;
  
  z-index: 55;
}

canvas#pcurseur
{
  position: absolute;
    top: 210px;
    left: 467px;
  
  z-index: 57;
}

/* Boutons */

input#lancer_roue
{
  position: absolute; 
    top: 5px; 
    left: 5px; 
  z-index: 60;
}

input#modifier_roue
{
  position: absolute; 
    top: 35px; 
    left: 5px; 
  z-index: 60;
}

div.noms_div
{
  position: relative;
  
  display: inline-block;
}

input.noms_tirage
{
  position: relative;
   top: 0px;
   left: 0px;
   
  padding-left: 3px;
  padding-right: 10px;
    
  background-color: #148fb8;
	color: #d1f0fa;
	font-size: 10px;
	font-weight : bold;
	
	border: 3px solid #51C5ED;
	border-radius: 10px;
  
  width: 100px;
	height: 15px;
	
	box-shadow: -1px 1px 2px grey;
	
	z-index: 25;
}

input.noms_suppr
{
  position: absolute;
   top: 6px;
   right: 5px;
  
  height: 10px;
  width: 10px;
  
  font-size: 9px;
  color: white;
  font-weight: bold;
  
  padding: 0px;
  background-color: transparent;
  border: none;
  
  z-index: 26;
}

/* Winner */

span#winner
{
  font-weight: bold;
}
