body {
background-color: #ffffee;
}
#fire h1 {
text-align: center;
text-decoration: underline;
}
#fire table {
width: 70%;
margin-left: 15%;
margin-bottom: 2em;
border-collapse: collapse;
}
#fire caption {
width: 80%;
margin-left: 10%;
font-size: 200%;
text-decoration: underline;
font-family: Arial;
font-weight: bold;
}
#fire table thead,#fire table tbody {
border: 2px solid #000000;
}

#fire table .alt {
background-color: #ddddbb;
}

#fire table tbody {
background-color: #ffffff;
}

#fire table .first {
color: #cc0000;
font-weight: bold;
}

#fire td, #fire th {
border: 1px solid #000000;
}

#fire td {
text-align: center;
}

#fire th {
background-color: #dddd33;
}

#fire th.ronde, #fire td.ronde {
border-left: 2px solid #000000;
border-right: 2px solid #000000;
}

#fire th.ronde_g, #fire td.ronde_g {
border-left: 2px solid #000000;
}

#fire th.ronde_d, #fire td.ronde_d {
border-right: 2px solid #000000;
}

#fire th.place, #fire td.place {
border-right: 2px solid #000000;
}

#fire p.img {
text-align: center;
}

#fire img {
border: 0;
}
p.center {
text-align: center;
}
a {
color: #000000;
font-weight: bold;
}
#fire ul li{
list-style-type: none;
float: left;
width: 50%;
text-align: center;
}
* html #fire ul li {
width: 49.9%;
}
p.spacer {
clear: both;
}