/*feuille de style pour l'affichage du palmares */

.logo {
  top: 2em;
  position: absolute;
  left: 1em;
}
.uptdate {
   top: 2em;
   position: absolute;
   background: transparent;
   width: 100%;
   font-style: italic;
   text-align: center;
}
.enum {
	border: 4px double Blue;
}
.enum TD {
	background-color: #FFDEAD;
	border: 4px groove Blue;
}

.palmares {
   top: 5em;
   position: absolute;                    
   text-align: center;
   width: 100%;
   text-align: center;
}
.retour {
   top: 5em;
   position: absolute;
   left: 80%;
}
.Top {	
}
.annee {
   color: Blue;
   text-align: center;
   font-variant: small-caps;
   font-size: 250%;
   font-weight: bold;
   font-style: italic;
}

.enum {
   position: absolute;
   top: 7em;
   WIDTH: 97%;
   list-style: none;
   text-align: center;
   text-transform: uppercase;
   visibility: visible;
   font-weight: bold;
   height: auto;
   bottom: 1em;
}
.concour {
   text-align: center;
   font-size: 120%;
   text-transform: uppercase;
   font-weight: bold;
}

.medaille {
   text-align: center;
   font-size: 80%;
   font-weight: bold;
   color: #8B0000;
}

.prime {
   text-align: center;
   font-size: 90%;
   font-weight: bold;
   color: #006600;
}
