@CHARSET "utf-8";
#classement select.typeClassement{float:right;border:1px solid var(--border2);color:var(--color1);font-size:.9rem;max-width:250px;float:right;margin:6px 10px 6px 6px;padding:2px;height: calc(12px + 20px);border-radius: 5px;border-width: 1.5px;text-align: center;background:#fff;cursor:pointer;}
div.tableauxClassement{width:100%;font-size:.85rem;overflow:auto;}
div.tableauxClassement table{width:99%;min-width:99%;max-width:99%;border:0;padding:0;margin:0;}
div.tableauxClassement table th{padding:4px;vertical-align:bottom;}
div.tableauxClassement table td{padding:4px 6px;vertical-align:top;}
div.tableauxClassement table .alignCenter{text-align:center;}
div.tableauxClassement table .alignLeft{text-align:left;}
div.tableauxClassement table tr{border-bottom:1px solid #D4D4D4;}
div.tableauxClassement table tr.ligne{}
div.tableauxClassement table tr.ligne:hover{background-color:#f2f2f2;}
div.tableauxClassement table tr.ligne td.equipe{width:25%;min-width:100px;max-width:250px;padding:4px 2px;}
div.tableauxClassement table tr.ligne td.small{width:20px;padding:4px 2px;}
div.tableauxClassement table tr.ligne td.position{text-align:right;}
div.tableauxClassement table tr.ligne td.logo{text-align:center;}
div.tableauxClassement table tr.ligne td.logo>img{max-width:16px;max-height:16px;}
div.tableauxClassement table tr.ligne td span.evo{height:18px;font-size:.6rem;color: var(--couleur1);padding: 0px 5px 0px 10px;}
div.tableauxClassement table tr.ligne td span.evoUp{background:url("../images/flecheUp.png") no-repeat scroll 0 0 transparent;}
div.tableauxClassement table tr.ligne td span.evoDown{background:url("../images/flecheDown.png") no-repeat scroll 0 0 transparent;}
div.tableauxClassement table tr.ligne td span.evoEqual{background:url("../images/flecheEqual.png") no-repeat scroll 0 0 transparent;}
div.tableauxClassement table tr.ligne td span.etatequipe{font-size:.65rem;line-height:1rem;font-style:italic;display:block;color:#444;}
div.tableauxClassement table tr.ligne td span.forfaitg{}
div.tableauxClassement p.serie{padding:0;margin:0;white-space:nowrap;font-size:14px;line-height:10px;}
div.tableauxClassement p.serie>span{display:inline;padding:0;margin:0 2px 0 0;}
div.tableauxClassement p.serie span.serie_G{color:green;}
div.tableauxClassement p.serie span.serie_N{color:gray;}
div.tableauxClassement p.serie span.serie_P{color:red;}
div.legende{margin-top:6px;font-size:11px;line-height:1.2rem;}