html {
  height: 100%;
	touch-action: none;/*désactive pool down refresh*/
	user-select : none;

}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
  text-align:center;
 
  min-width:650px;
   user-select: none;
  
 text-align:center;
}


#outil{
position:absolute;
top:0;
left:0;
width:100px;
height:100px;
border: solid;
border-radius: 10px;
background-color:white;
cursor:pointer;
}

#boutongrille
{
width:50px;
height:50px;
position:absolute;
top:60px;
right:0;
border-radius: 10px;
border: solid;
cursor:pointer;
}
#iconeaide{
font-size:36px;
cursor:help;
width:50px;
height:50px;
}
#aide
{
position:absolute;
top:0;
right:0;
width:50px;
height:50px;
border: solid;
border-radius: 10px;
background-color:white;
cursor:help;
}
.bouton {
    border: none;
    text-align: center;

    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
    color: #444444;

    font: 60%/100% Gloria Hallelujah, Arial, Helvetica, sans-serif;
    height: 32px;
    margin: 10px;


    padding: 5px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
}

.bouton:hover {
    text-decoration: none;
    background-color: #ffd34e;
}
#msg
{
	border: solid;
	border-radius: 10px;

	font: 60%/100% Gloria Hallelujah, Arial,Helvetica,sans-serif;
	margin:auto;
	

	
	width:400px;

	padding:5px;
	text-align: center;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
	position: relative;

}
#title{
	font-size: 160px;font-weight: bold;
}

#regle{
font-size: 60px;
}

h1
{
font: 200%/100% Gloria Hallelujah, Arial,Helvetica,sans-serif;
font-weight: bold;
}


.consigne{
	border:none;
	
	color: #444444;

	font: 75%/100% Gloria Hallelujah, Arial,Helvetica,sans-serif;
	margin:auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding:5px;
	line-height: 2;
	text-align: left;
	
	user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}



#auteur{
bottom:0px;position:relative;
opacity: 0.3;

}


.enbas
{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
input[type=button] {
    cursor: pointer;

    display: inline-block;
    border: none;
    background-color: #fff2da;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
    color: #444444;
    font: 100%/100% Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
select {
    cursor: pointer;

    display: inline-block;
    border: none;
    background-color: #fff2da;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
    color: #444444;
    font: 100%/100% Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
