.invisibl {
display:none;
}

.retour_accueil{
	position: absolute;
	left:100px;
	top:50px;
	font-size:12px;
	height:20px;
	width:300px;
}



.Titre_classement_general{
	position:relative;
	height:50px;
	
	font-size:20px;
	font-weight: bold;
	color:red;
	left:300px;
	
}
 


.classement_general {

width:800px;

}


/* Tableau détaillé des épreuves du dossard sélectionné */


.tableau_recapitulatif {
border : 1px;
border-style:solid;
margin-left:15%;
width:650px; 
color:green;
margin-top:10px;
margin-bottom:10px;
}


.tableau_recapitulatif h3 {
color:red;
}


.tableau_recapitulatif table{
margin-left:10px;
color:green;
margin-bottom: 10px;
}

/* Etiquettes du tableau: Points challenge, Bonus 0.5... */
.tableau_recapitulatif .etiquette {
width: 150px;
color:darkgreen;
}



.tableau_recapitulatif .milieu {
color:darkblue;
}


.tableau_recapitulatif .total_recap {
text-align:right;
padding-right:20px;
color:darkred;
width:100px;

}






.pts div{
color:yellow;
width:30px;
font-size:12px;
}





.liste_des_courses_coureur {
   position:relative;
   margin-left:50px;
   width:800px;
   font-size:8px;
   border-style:none;
   border-width:0px;
   border-color:orange;
   
}


.liste_des_courses_coureur .tableau_des_courses {
   position:relative;
   border-collapse: collapse;
   margin-left:50px;
   width:800px;
   font-size:8px;
   border-style:none;
   border-width:0px;
   border-color:orange;
   
}

.liste_des_courses_coureur table th {
   color:yellow;
   background-color:green;
   font-size:10px;
   border-style:solid;
   border-width:1px;
   border-color:orange;
  
}

.liste_des_courses_coureur table td {
   font-size:12px;
   border-collapse: collapse;
   border-width:0px;
   border-color:orange;
   border-style:none;
   border-top-style:none;
   border-bottom-style:none;
   padding-top:10px;
   padding-bottom:5px;
   border-spacing:0px;
}


.liste_des_courses_coureur .course_en_cours{
   color:lightgreen;
   font-size:12px;
}


.liste_des_courses_coureur .lieu{
   display:inline;
   color:darkgreen;
   font-size:12px;
   width:150px;
   
}


.liste_des_courses_coureur .lieu div{
   display:inline;
   color:darkgreen;
   font-size:12px;
   width:150px;
   
}


.liste_des_courses_coureur .date{
   display:inline;
   color:green;
   font-size:12px;
   width:150px;
   margin-left:10px;
   
}



.liste_des_courses_coureur .position{
   
   color:darkgreen;
   font-size:12px;
   width:30px;
   text-align:right;
}

.liste_des_courses_coureur .temps{
   
   color:darkgreen;
   font-size:12px;
   width:50px;
   text-align:center;
}




.liste_des_courses_coureur .points{
   color:red;
   font-size:12px;
   text-align:right;
   width:100px;
}



.liste_des_courses_coureur .dist{
   color:red;
   font-size:12px;
   text-align:right;
   width:50px;
}
.liste_des_courses_coureur .vitesse_moyenne{
   color:red;
   font-size:12px;
   text-align:right;
   width:50px;
}


.liste_des_courses_coureur .img_etoile{
  display:inline;
  width:20px;
  height:11px;
}

/* --------------------------------------------- */

.ligne_coureur span {
   width : 200px;
}

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

.ligne_coureur th {
font-size:10px;
color:white;
background-color:blue;

}

.ligne_coureur tr {
font-size:12px;

}

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


.ligne_coureur .nom {
   color:darkblue;
   width:200px;
   padding-right:20px;
   text-align:left;
}

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

.ligne_coureur .nb_courses_faites {
   color:darkblue;
   width:50px;
   padding-right:20px;
   text-align:right;
}



.ligne_coureur .thdossard {
   color:yellow;
   width:50px;
   right:40px;
   text-align:right;
}


.ligne_coureur .thnom {
   color:white;
   width:200px;
   padding-right:20px;
   text-align:left;
}

.ligne_coureur .thpoints_challenge {
   color:white;
   width:100px;
   padding-right:20px;
   text-align:right;
}

.ligne_coureur .thnb_courses_faites {
   color:white;
   width:50px;
   padding-right:20px;
   text-align:right;
}


.classement_general_v2015_1{
	width:800px;
	height:800px;
}

#iframe_main {
	width:900px;
	height:800px;
	border:0;
}