/* --- STYLES DE BASE --- */

/* Page */
html {font-size: 100%;}
body {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: .8em;
  line-height: 1.4;
  color: #565656;
  background: white;
  }

/* Titres */
h1,h4, h5, h6 {
  margin: 1em 0 .5em 0;
  line-height: 1.2;
  font-style: normal;
  font: bold 1.3em arial,sans-serif;
  }
h1 {font-size: 1.5em;}


h2, h1.content_title{
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: .95em;
  font-weight: normal;
  line-height: 2em;
  color: #333;
  border-bottom: 1px #7f7f7f dotted;
}
h3 {
  color: #333;
  margin: 5px 5px 7px 0;
  font-size: 1.2em;
  }
h4 {font-size: 1em;}

/* Listes */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Paragraphes */
p {margin: .75em 0;}
p.title {
  margin: .2em 0;
  text-transform: uppercase;
  font-size: .95em;
  color:#333;
  }
p.titleh2 {
  margin: .2em 0;
  text-transform: uppercase;
  font-size: .95em;
  color:#333;
  border-bottom: 1px #7f7f7f dotted;
  }

address {
  margin: .75em 0;
  font-style: normal;
  }

/* Liens */
a {text-decoration: none;}
a:link,a:visited {color:#007892;}
a:hover, a:focus, a:active {color: #000;text-decoration: underline}
a img {border: none;}

/* Texte */
em {font-style: italic;}
strong {font-weight: bold;}

/* Formulaires */
form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
  }
input, button, select {vertical-align: middle;}

/* Conteneurs sémantiques de HTML 5 */
article, aside, dialog, figure, footer, header,hgroup, menu, nav, section {display: block;}