
input[type=button], input[type=submit], input[type=reset], button, .button {
	padding: 0px 10px;
	margin: 3px 4px;
	display: inline-block;
	color: #4B4848;
	font-size: 24px;
	cursor: pointer;
	background: #c7f06e;
	background: linear-gradient(top, #c7f06e 0%, #aed755 100%);
	border: 1px solid #939393;
	border-radius: 5px;
	box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.31), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.50);
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover, .button:hover {
	background: linear-gradient(top, #e1ff88 0%, #c7f06e 100%);
}
input[type=button]:active, input[type=submit]:active, input[type=reset]:active, button:active, .button:active{
	opacity:0.8;
}

#corps {
text-align:center;

}
body{  -moz-user-select: none; /* Firefox */
 -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
 -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
 user-select: none; /* Propriété standard */
 }
#cadre1{


    border:solid 2px #000000;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
background-color:#f7ffe7;
margin: auto;
max-width:420px;   



}


#cadre2{

margin: auto;
    border:solid 2px #000000;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
background-color:#ffe6e6;
max-width:240px;

   
}
