body
{
  background-image: URL('carreau.jpg');
  background-color: #ffffff;
  color: #222;
  font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
  font-weight: bold;
}

dd {
  font-weight: normal;
  font-style: italic;
}

img {
  vertical-align: middle;
  border:0;
}

#main {
  background: #EFEFEF;
  border: 1px solid #C2CFDF;
  padding: 0px 5px 0 5px;
  margin-right: 1em;
  margin-left: 10em;
  margin-top: 1em;
  color: #666;
  font-size: small;
  line-height: 135%;
}

.image {
  margin-top: 0.5em;
  padding: 0px 10px 0 0px;
  float: left; 
}

centre {
  text-align: center;
}

h1 {
  background-color: #000;
  color: #ffffff;
  font-size: small;
  padding: 5px;
}

h2 {
  background-color: #EFEFEF;
  color: #222;
  font-size: small;
  text-decoration: underline;
}

/* ************** menus ************** */
#sidebar {
  position: fixed;
}

.menu a {
  background-color: #efefef;
  border: 1px solid #c2cfdf;
  display: block;
  width: 9em;
  height: 1.5em;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  color: #000;
  text-decoration: none;
  margin-left: 5px;
  margin-bottom: 5px;
}
.menu a:link, .menu a:visited {
  text-decoration: none;
  border-top: 1px solid #c2cfdf;
  border-bottom: 2px solid #41454a;
  border-left: 1px solid #c2cfdf;
  border-right: 2px solid #41454a;
}
.menu a:hover {
  background-color: #000000;
  color: white;
  border-bottom: 1px solid #c2cfdf;
  border-top: 2px solid #41454a;
  border-right: 1px solid #c2cfdf;
  border-left: 2px solid #41454a;
}

/* ************** en-tête et pieds de page ************** */
#header {
  display: block;
  height: 105px;
  background: #FFF;
  border: 1px solid #CCCCCC;
  color: #000;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
#header .logo {
  float: left; 
  text-align: center;
  padding-left: 5px;
}
#header .bandeau {
  float: right; 
}
#header .page {
  padding-top: 10px;
  font-weight: bold;
}

#footer {
  margin-right: 1em;
  margin-left: 9em;
  text-align: center;	
  padding: 10px;
}

.mentions {
  margin-top: 2em;
  margin-right: 1em;
  margin-left: 10em;
  clear: both;
  text-align: center;
  padding: 5px;
  font-size: small;
  background-color: #efefef;
  color: #666;
  border-top: 1px solid #c2cfdf;
  border-bottom: 2px solid #41454a;
  border-left: 1px solid #c2cfdf;
  border-right: 2px solid #41454a;
}

.retour {
  font-style: italic;
  font-size: x-small;
  text-align: center;
}

/* ************** tableaux ************** */
table {
  width: 60%;
  border-collapse: collapse;
  font-size: small;
  font-weight: normal;
  text-align: center;
  margin-left: 20%;
  margin-bottom: 2em;
  padding-left: 2em;
}

col.vide, th.vide, td.vide {
  background-color: #ffffff;
  color: black;
  border-bottom: none;
}
td.normal {
  background-color: #efefef;
  color: black;
}

colgroup.bord {
  border-collapse: collapse;
  border-top: 3px solid #c2cfdf;
  border-left: 3px solid #c2cfdf;
  border-right: 2px solid #41454a;
  border-bottom: 2px solid #41454a;
  background-color: #efefef;
  color: black;
  font-size: small;
  font-weight: normal;
  text-align: center;
}

colgroup.vide {
  border-collapse: collapse;
  background-color: #ffffff;
  color: black;
  border-top: none;
  border-bottom: none;
  empty-cells: show;
}

col.notes {
  text-align: left;
}

th {
  background-color: #c2cfdf;
  color: black;
  font-size: small;
  font-weight: bold;
  text-align: center;
}

tr.separe, td.separe {
  border-bottom: 2px solid #c2cfdf;
}

tr.demisepare, td.demisepare {
  border-bottom: 1px solid #c2cfdf;
}

tr.best, td.best {
  background-color: #00ff00;
  color: black;
}
tr.top, td.top {
  background-color: #a0ffa0;
  color: black;
}
tr.flop, td.flop {
  background-color: #ffa0a0;
  color: black;
}
tr.last, td.last {
  background-color: #ff0000;
  color: black;
}

/* ************** liens ************** */
a.test {
  background-color: #EFEFEF;
  color: #222;
  text-decoration: none;
}

a.test:link,
a.test:visited,
a.test:active {
  background-color: #EFEFEF;
  color: #222;
  text-decoration: underline;
}
a.test:hover{
  background-color: #EFEFEF;
  color: #34498B;
  text-decoration: underline;
}

a:link,
a:visited,
a:active {
  text-decoration: underline;
}
a:hover {
  background-color: #efefef;
  color: #34498B;
}

