/* used by title */

h1 {
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    height:50px;
}


/* used by legend */


.legend{
    font-family:Arial;
    font-size:8pt;
}

/* used by gag.css */


td{
    font-size:8pt;
    font-family:Arial;
    padding:2px;
}


/*  ir:impair right */
.ir {
    text-align:right;
    background-color:#eeeeee;
}


/* il:impair left */
.il {
    text-align:left;
    background-color:#eeeeee;
}

/* ic:impair centre */
.ic {
    text-align:center;
    background-color:#eeeeee;
}


/* pr:pair right */
.pr {
	text-align:right;
      background-color:#FFFFFF;
}

/* pl:pair left */
.pl {
    text-align:left;
    background-color:#FFFFFF;
}

/* pc:pair center */
.pc {
    text-align:center;
    background-color:#FFFFFF;
}


/*  span  */
span {
    text-align:center;
}

.normal {
    font-size:8pt;
    font-family:Arial;
    font-weight: normal;
    text-align:center;
}

/* win styles */

/*  winner */
.w101-200 {
    color:blue;
    text-align:center;
}

.w201-300 {
    color:blue;
    font-weight: bold;
    text-align:center;
}

.w301-2000 {
    color:blue;
    font-weight: bold;
    font-style: italic;
    text-align:center;
}

/* defeat */

.w101-200-inv {
    color:red;
    text-align:center;
}

.w201-300-inv {
    color:red;
    font-weight: bold;
    text-align:center;
}

.w301-2000-inv {
    color:red;
    text-align:center;
    font-weight: bold;
    font-style: italic;
}

/* drawn */
.d151-300 {
    color:purple;
    text-align:center;
}

.d301-400 {
    color:purple;
    font-weight: bold;
    text-align:center;
}

.d401-2000 {
    color:purple;
    font-weight: bold;
    font-style: italic;
    text-align:center;
}

.d151-300-inv {
    color:orange;
    text-align:center;
}

.d301-400-inv {
    color:orange;
    font-weight: bold;
    text-align:center;
}

.d401-2000-inv {
    color:orange;
    font-weight: bold;
    font-style: italic;
    text-align:center;
}


/* others don't remove*/

.None {
    text-align:center;
}
.forfait{
    color:green;
    font-weight: bold;
    text-align:center;
}
 
/* used by papi 3.0 */

 .papi_liste_c {
    font-family:Arial;
    font-size:10pt;
    color: #000000;
    background-color: #FFFFFF;
}
 .papi_liste_f {
    font-family:Arial;
    font-size:10pt;
    color: #000000;
    background-color: #eeeeee;
}
 .papi_liste_t {
    font-family:Arial;
    font-size:10pt;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
}
 .papi_small_c {
    font-family:Arial;
    font-size:8pt;
    color: #000000;
    background-color: #FFFFFF;
}
 .papi_small_f {
    font-family:Arial;
    font-size:8pt;
    color: #000000;
    background-color: #eeeeee;
}
 .papi_small_t {
    font-family:Arial;
    font-size:8pt;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
}
 .papi_titre {
    font-family:Arial;
    font-size:24pt;
    font-weight:bold;
    height:50px;
}
 .papi_titre_big {
    font-family:Arial;
    font-size:24pt;
    font-weight:bold;
}