.info {
  border-Top-Color: white;
  background-Color: white;
  width: 22px;
  height: 20px;
  text-align; left;
 }

button.info span {  
  text-align; left;
  display: none;
}

th {  
  text-align: left;
}


button.info:hover,button.info:focus,button.info:active {
background: #EEEEEE; /* correction d'un bug IE */
}

button.info:hover span,button.info:active span {
  display: inline;
  position: absolute;
  z-index: 500;
  margin:2em 0 0 1em;
  background: white;
  text-align: left;
  color: black;
  padding: 3px;
  border: 1px solid black;
  border-style:outset;
  font-size: 11pt;      
  font-weight: normal;
  text-align:justify;
}

tr.lignepaire, tr.lignepaire td {
 background-color : #DEDEDE;
 padding:5px;

}
tr.ligneimpaire, tr.ligneimpaire td {
  background-color : #EEEEEE;
  padding:5px;
}
.nomequipe {
  text-align: center;
}

#table { padding: 15px;}
