caption {
 margin: auto; /* Centre le titre du tableau */
 }
 p { margin:0 }
table
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
   margin: auto; /* centre ^^ */
}
img {
border:0; }
.table {
margin-left:auto;
margin-right:auto;
}
.noir {
background-color: black;
width:36px;
height:38px;
border:0px;
font-size:30px;
}
td
{
   border: 1px solid black;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   width:36px;
   height:38px;
}
input {
width:36px;
height:38px;
border:0px;
font-size:30px;
font-variant:small-caps;
}
.an {
   width:14px;
   height:14px;
   border:none;
}
