/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-sept.-2018, 9:39:02
    Author     : spissoort
*/

button 
{	
	border: none;
	background-color:rgb(166,206,57);
	width: 25%;
	border-radius: 12px;
	
	
}
button.menu
{	
	border: none;
	background-color:rgb(166,206,57);
	width: 95%;
	border-radius: 20px;
	
	
}
button.action
{	
	border:1px solid green;
	background-color:aqua;
	width: 10%;
	
	
	
}
button.menu :disabled
{	
	border: none;
	background-color:rgb(224,224,244);
	width: 95%;
	border-radius: 12px;
	
	
}
button.menu:hover
{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	width: 75%;
	background-color:rgb(255,255,255);
	
}
button.pointeur
{	
	border: none;
	background-color:orange;
	width: 90%;
	/*border-radius: 50%;*/
	
	
}
button.pointeur:hover
{	
	cursor: pointer;
	
	
}
button.suppr
{	
	border: none;
	background-color:red;
	width: 50%;
	border-radius: 8px;
	
	
}