body, textarea, input, select {
  background: 0;
  border-radius: 0;
  font: 16px sans-serif;
  margin: 0;
}

.container {
  margin: 0 20px;
  width: auto;
  margin: auto;
}

.nav a {
  text-decoration: none;
}

.row {
  margin: 1% 2% 2%;
  overflow: auto;
}

.col {
  float: left;
}

.table, .c12 {
  width: 100%;
}

.c11 {
  width: 91.66%;
}

.c10 {
  width: 83.33%;
}

.c9 {
  width: 75%;
}

.c8 {
  width: 66.66%;
}

.c7 {
  width: 58.33%;
}

.c6 {
  width: 50%;
}

.c5 {
  width: 41.66%;
}

.c4 {
  width: 33.33%;
}

.c3 {
  width: 25%;
}

.c2 {
  width: 16.66%;
}

.c1 {
  width: 8.33%;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

.nav, .nav .current, .nav a:hover {
  background: #CCCCCC;
  color: #000;
}

.nav {
  height: 24px;
  padding: 11px 0 15px;
}

.nav a {
  color: #000;
  padding-right: 1em;
  position: relative;
  top: -1px;
}

.nav .pagename {
  font-size: 22px;
  top: 1px;
}

.table th, .table td {
  padding: .5em;
  text-align: left;
}

.table tbody>:nth-child(2n-1) {
  background: #ddd;
}



/* Code spécial pour la barre de navigation */
.nav {
  position: fixed;
  width: 100%;
  top: 0;
  text-align: right;
}

.titlogo {
  float: left;
  padding: 0.2%;
  font-size: 22px;
  padding-left: 2%;
}

.nav a:link, .nav a:visited {
  color: #000;
}

.nav a:hover {
  color: #FFF;
}
/* Fin du code spécial pour la barre de navigation */





/* Footer */
.footer {
  background: #046380;
  color: #fff;
  margin: 0px;
}
/* lien visités et non visités */
.footer a:link , .footer a:visited {
  color: #FFF;
}
/* mouse over link */
.footer a:hover {
  color: #000;
}
/* Fin footer */