html {
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em 0;
  color: #003366; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1em; }

ul, ol {
  margin: .75em 0 .75em 24px;
  padding: 0; }

ul {
  list-style: square; }

li {
  margin: 0;
  padding: 0; }

p {
  margin: .75em 0; }

li p, blockquote p {
  margin: .5em 0; }

a {
  color: #003366;
  text-decoration: underline; }
  a:hover, a:focus {
    color: crimson; }
  a img {
    border: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold;
  color: dimgray; }

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
  font-size: .8em;
  line-height: 1.25;
  color: #444444;
  background: white; }

pre {
  border: #000000 1px dashed;
  padding: 5px; }

#global {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

header {
  padding: 20px;
  padding-bottom: 50px;
  padding-right: 0;
  margin-bottom: 2px;
  background-color: #eeeeee;
  border-bottom: dotted #aaa 1px;
  display: block;
  /* background-image: url("/images/logok.png"); */
  background-repeat: no-repeat;
  background-position: top right; }
  header h1 {
    margin: 0;
    color: #003366;
    font-size: 1.6em;
    font-weight: bold; }
    header h1 a {
      text-decoration: none; }
  header .sous-titre {
    margin: 4px 0 15px 0; }

nav {
  width: 180px;
  float: left;
  line-height: 1em; }
  nav ul {
    margin: 0;
    padding: 0 10px;
    list-style: none; }
  nav .first_level {
    border-bottom: 1px dotted #444444;
    margin-top: 15px;
    margin-bottom: 5px; }
  nav a {
    display: block;
    height: 1%;
    padding: 2px 6px 2px 10px;
    line-height: 1.5;
    font-size: .9em;
    text-decoration: none; }

#content {
  margin-left: 220px;
  padding: 10px 20px 10px 40px; }
  #content p, #content li {
    line-height: 1.5; }

#content > :first-child {
  margin-top: 10px; }
