.invisibl {
display:none;
}




.Intitule_club h3 {
margin-top:20px;
font-size:20px;
text-align:center;
color:red;
}



.classement_interclub {
  position:relative;
  display:block;
   color:orange;
   font-size:15px;
   width:50%;
   margin-left:25%;
   text-align:left;
}

.classement_interclub table th {
   color:red;
   background-color:red;
}





.ligne_interclub {
  position:relative;
  top:100px;
  left:100px;
  
   color:red;
   font-size:15px;
   width:500px;
     text-align:left;
}

.ligne_interclub_entetes {
  position:relative;
  top:60px;
  left:100px;
  
   color:red;
   font-size:15px;
   width:500px;
     text-align:left;
}



.ligne_interclub span {
   width : 200px;
}

h3 {
font-size:16px;
text-align:center;
color:green;
}

.ligne_interclub th {
font-size:10px;
color:red;
background-color:darkred;

}

.ligne_interclub tr {
font-size:12px;

}

.ligne_interclub .dossard {
   color:darkgreen;
   width:50px;
   right:40px;
   text-align:right;
}



.ligne_interclub_entetes .nom_club {
   position:absolute;
   display:inline;
   left:30px;
   
   width:300px;
   text-align:left;
}
.ligne_interclub_entetes .total_club {
   display:inline;
   position:absolute;
   
   width:200px;
   left:100px;
   text-align:right;
}

.ligne_interclub_entetes .image {
   display:inline;
   position:relative;
   width:20px;
   height:20px; 
}



.ligne_interclub .nom_club {
   position:absolute;
   display:inline;
   left:30px;
   color:darkgreen;
   width:300px;
   text-align:left;
}
.ligne_interclub .total_club {
   display:inline;
   position:absolute;
   color:darkgreen;
   width:200px;
   left:100px;
   text-align:right;
}

.ligne_interclub .image {
   display:inline;
   position:relative;
   width:20px;
   height:20px; 
}





.club .points_challenge {
   color:darkgreen;
   width:100px;
   padding-right:20px;
   text-align:right;
}

.club .nb_courses_faites {
   color:orange;
   width:150px;
   padding-right:20px;
   text-align:right;
}

.detail_interclub{
position:relative;
margin-top:110px;
left:50px;

}


.nom {
  width: 200px;
  color:orange;
  }
  
.lieu{
  width:300px;
  color:orange;
  font-size:12px;
} 

.total_points{
  width:100px;
  color:orange;
  text-align:right;
  font-size:12px;

} 


.nbre_coureurs{
  width:100px;
  color:orange;
  text-align:right;
  font-size:12px;

} 

.compteur{
   display:inline;
   width:20px;
   text-align:right;
   font-size:12px;
   font-weight:bold;
}



 