h1{
   text-align:center; 
   color:red; 
   font-family:vivaldi; 
   font-size:36px; 
}
h2{
   text-decoration:underline; 
   font-size:20px; 
   color:#1DB1FF;
}
h3{
   text-decoration:underline; 
   color:rgb(250,150,50); 
   font-size:14px; 
}
h4{
   font-weight:bold; 
   color:brown; 
   font-size:18px; 
}
h5{
   color:red; 
   font-size:25px; 
}
h6{
   font-size:12px; 
   text-align:center;
}


a:link{
   color:black; 
}
a:visited{
   color:black; 
   }
a:hover{
   color:red; 
   }

a.titre:link{
   color:black; 
}
a.titre:visited{
   color:black; 
   }
a.titre:hover{
   color:white; 
   }

table.match{
   background-color:white; 
}

tr.white, th.white{
   background-color:white; 
   text-align:center; 
}
tr.silver, th.silver{
   background-color:silver; 
   text-align:center; 
}
tr.red, th.red{
   background-color:red; 
   text-align:center; 
}
tr.lime, th.lime{
   background-color:lime; 
   text-align:center; 
}
tr.win{
   background-color:#25E925; 
   text-align:center; 
}
tr.nul{
   background-color:#FBF81D; 
   text-align:center; 
}
tr.lose{
   background-color:rgb(255,0,0); 
   text-align:center; 
}
tr.match{
   background-color:#1DB7FF; 
   text-align:center; 
}
td.titulaire{
    background-color:aqua; 
    text-align:center; 
}
td.remplacent{
    background-color:orange; 
    text-align:center; 
}
td.tdj{
    background-color:#83EF9F; 
    text-align:center; 
}
td.s{
    background-color:#FBF92F; 
    text-align:center; 
}
td.c{
    background-color:orange; 
    text-align:center; 
}
td.pro{
    background-color:#C3C3C3; 
    text-align:center; 
}


body{
   background-color:rgb(250,238,110); 
   font-family:comic sans ms; 
   font-size:14px; 
}