/*author: Norbert CABROL*/
/*date: 2006-08-07T23:20:00+01:00*/

body {
color: black;
font-family: Comic Sans MS, Arial;
}

#header1 {
width: 843px;
height: 85px;
}

#titre {
font-size: 24px;
color: #4F5C91;
font-weight: bold;
margin-left: 30px; /* pour positionner la boite titre*/
margin-top: 6px;
padding: 18px; /* pour bien positionner le texte dans la boite*/
}

#logo { /*126x85*/
float: left; /* pour aligner le logo à gauche*/
margin-left: 5px; /* pour placer le logo précisément dans son contenu header1*/
margin-right: 30px;
}

#header2 {
width: 843px;
height: 35px;
}

a {
text-decoration: none; /* pour éviter le soulignement caractéristique des liens*/
color: #800080;
}

a:visited {
color: #404040;
font-family: Comic Sans MS;
}

a:hover {
color: #fb9613;
font-family: Comic Sans MS;
}

tr.compet0 {
background: #6f333e;
font-weight: bold;
text-align: center;
font-family: Comic Sans MS;
color: #ffffff;
font-size: 14px;
}

tr.compet1 {
background: #83c5b9;
text-align: center;
font-family: Comic Sans MS;
color: #000066;
font-size: 14px;
}

tr.compet2 {
background: #a14959;
text-align: center;
font-family: Comic Sans MS;
color: #FFFFFF;
font-size: 14px;
}

tr.compet_fini1 {
background: #dddddd;
text-align: center;
font-family: Comic Sans MS;
color: #808080;
font-size: 14px;
}

tr.compet_fini2 {
background: #808080;
text-align: center;
font-family: Comic Sans MS;
color: #c0c0c0;
font-size: 14px;
}
