#classe_accessible, #classe_non_accessible
{
	display : none;
}



#content
{
    width : 90%;
    height : 92%;
    position : absolute;
    top : 3%;
    left: 100px;
    border : 1px solid black;
    background : white;
    padding : 10px;
    overflow : scroll;
}

.calcul
{
    border : 1px solid black;
    color : black;
    width : 250px;
    height : 50px;
    margin : 20px;
    text-align : center;
    display: table-cell;
    vertical-align: middle;
    border-radius : 10px;
    text-decoration : none;
}

.calcul:hover
{
    background : black;
    color : white;
}

a
{
    text-decoration : none;
}