﻿body {font-family: Arial;

-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Style the table display results syllabes */
table, th, tr, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}

.lignes-impaires {
  /* font-weight: bold; */
}

.sous-categories {
    font-size: 14px;
    font-stretch: condensed;
}

table tr input {
  text-align: center;
  background-color: yellow;
} 

a {
  text-decoration: none;
}

#spanGauche {
  float: left;
}

#spanCentre {
  float: Center;
}


#spanDroite {
  float: Right;
}



