
/*plugin resultat_flf - frontend styles*/

#resultats {
margin:25px 0;
}

/* tableau resultats */
.resultats_ligne, .resultats_ligne_club {
border:none;
width:502px;
padding:2px 4px;
border-bottom:dotted 1px #cccccc;
overflow:auto;
}
.resultats_ligne_club {

font-weight:bold;
color:white;
background:url(../../../../../modules/main/templates/default/images/col_border.jpg);
}
.resultat_col_domlabel {
float:left;
clear:none;
width:45%;
}
.resultat_col_score {
float:left;
clear:none;
width:20%;
}
.resultat_col_extlabel {
float:left;
clear:none;
width:35%;
}
.resultat_ligne_sep {
height:2px;
width:500px;
border-bottom:dotted 1px #cccccc;
}
/*  ----------  */

/* tableau classement */
.classement_ligne_header, .classement_ligne_club, .classement_ligne {
border:none;
width:502px;
border-bottom:dotted 1px #cccccc;
overflow:auto;
}
.classement_ligne_header {
padding:2px 0;
}
.classement_ligne_club {
font-weight:bold;
color:white;
background:url(../../../../../modules/main/templates/default/images/col_border.jpg);
}
.classement_col_border, .classement_col_border_header {
float:left;
clear:none;
width:1%;
margin-right:3px;
}
.classement_col_border {
background:black;
padding:2px 0;
}
.classement_col_main {
float:left;
clear:none;
width:50%;
padding:2px 0;
padding-left:2px;
}
.classement_col_little {
float:left;
clear:none;
width:6%;
padding:2px 0;
}
/*  ----------  */

