body{
  font-family: Bebas, arial, verdana, sans-serif;
  font-size: 0.9em;
  margin: 0;
}

nav{
  display: none;
}

hr{
  margin-top: 0;
}

#presentation img{
  width: 100px;
  height: auto;
}

/* --- Grand titre --- */
h1, h2, h3, h4{
  color: #000080;
}

h1, h2{
    margin-top: 0;
}

dt{
  color: #000080;
}

/* Lien HyperText */

a{
  color: #441E7C; /*viollet*/
  text-decoration: none;
}


/* tableaux */
table{
  border-collapse: collapse;
}
table, th, td{
  border: 1px solid black;
  text-align: center;
  padding: 5px;
}

img {
  padding: 10px 0;
}

span{
  color: #333333;
}

hr{
  clear: right;
}

/* -----------=============== SPECIFIQUE ===============------------ */
#presentation hr{
  margin-top: 0;
}

#presentation img p{
  display: inline-block;
}

#portfolio{
  display: none;
}
