  /* Bouton accès graphique */
  
.input {
	background-image:linear-gradient(#bdbdbd, #d8d8d8);
	border: 1px solid #6E6E6E;
    cursor: pointer;
    text-align: center;
	width: 180px;
	height: 40px;
    font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #5882fa;
}

.input:hover {
    opacity:0.5;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	border: 1px solid #5882FA;
	color: #000000;
}


.hr {
	text-align: center;
	width: 4px; 
	width: 50%;
}

.tableau-bouton {
	border: 0px solid black;
    margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: auto;
}

.cellule-bouton {
	border: 0px solid black;
	text-align: center;
	width: 200px;
	height: auto;
}

.style10A{
	border: 0px solid black;
	text-align: center;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #008080;
	vertical-align: text-top;
}
