.cBouton_Bouton
{
	display: inline-flex;
	border-radius: 12px;
	height: 24px;
	min-width: 24px;
	box-sizing: border-box;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	vertical-align: middle;
}

.cBouton_Bouton_Droit
{
	display: inline-flex;
	height: 100%;
	min-width: 24px;
	box-sizing: border-box;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;
	vertical-align: middle;
}

.cBouton_Bouton_Bordure
{
	border: 1px solid grey;
	background-color: #eeeeee;
	background-image: linear-gradient(#eeeeee, lightgrey);
}

.cBouton_Bouton_Bordure3D
{
	border: 1px solid grey;
	background-color: #eeeeee;
	background-image: linear-gradient(#eeeeee, lightgrey);
}

.cBouton_Libelle
{
	display: flex;
	flex: 1;
	justify-content: center;
	color: black;
}

.cBouton_Icone
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	padding-top: 2px;
	padding-bottom: 2px;
}

.cBouton_Icone_Marge
{
	margin-right: 3px;
}

.cBouton_Bouton:hover, .cBouton_Bouton_Droit:hover
{
	border: 1px solid #39f;
	background-image: linear-gradient(lightgrey, #eeeeee);
}

.cBouton_Bouton img
{
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	border: none;
}