
/* DEBUT TABLEAUX ENTRIES  SORTTABLE*/
table.sortable {
width: 468px;
margin: auto;
border-collapse: collapse;
/*border pour mise au point à commenter en version finale*/
border: 1px solid #0000a3;
}
/* Titres de colonnes*/
table.sortable th{
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
text-align: center;
color: #FFFFFF;
border-right: 1px solid #FFFFFF;
}
table.sortable th.name{
width: 160px;
}
table.sortable th.naclas{
width: 48px;
}
table.sortable th.glider{
width: 85px;
}
table.sortable th.obs{
width: 127px;
border-right: 1px solid #0000a3;
}
/*Couleurs de fond de lignes*/
table.sortable tr.vertClair {
background-color: #e6ffd1;
}
table.sortable tr.bleuClair {
background-color: #e8ffff;
}
table.sortable tr.bleu {
background-color: #0000a3;
}
/*cellules du tableau*/
table.sortable td{
font-size: 100%;
text-align: left;
padding: 0.15em;
border: 1px solid #0000a3;
}

table.sortable td.toCent{
font-size: 100%;
text-align: center;
border: 1px solid #0000a3;
}

table.sortable a.sortheader {
text-decoration: none;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
color: #FFFFFF;
}
table.sortable a.sortheader:hover {
text-decoration: underline;
color:#FFFFFF;
}
table.sortable th:hover {
background-color: #00d400;
}

table.sortable span.sortarrow {
/*visibility: hidden;*/
color: #FFFFFF;
}
/* FIN TABLEAUX ENTRIES   SORTTABLE*/

/* Bloc contenant les photos des pilotes*/
#photoPilote {
margin: 10px auto 10px auto;
/*border pour mise au point à commenter en version finale*/
/*border: 1px solid red;*/
text-align: center;
}
#photoPilote img{
margin: 5px;
/*border pour mise au point à commenter en version finale*/
/*border: 1px solid red;*/
text-align: center;
}



