/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   ============================================== */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
  font-size: 100%;
}
body {
  margin: 0;
  padding: 10px 20px; 
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: .8em; 
  line-height: 1.25; 
  color: #000000;
  background: #FFFFFF;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
H3 {
  text-align:center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8em;
}
h1, h2 {
  text-align:center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 1.9em;
  font-style: italic;
}
h2 {
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
h3, h4 {
  text-align:justify;
  text-justify:inter-word;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1em;
}

/* Listes */
ul, ol {
  margin: .75em 0 .75em 24px;
  padding: 0;
}
ul {
  list-style: square;
}
li {
  margin: 0;
  padding: 0;
}


/* Paragraphes */
p {
  margin: .75em 0;
}
li p, blockquote p {
  margin: .5em 0;
}

/* Citations */
blockquote, q {
  font-size: 1.1em;
  font-style: italic;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
blockquote {
  margin: .75em 0 .75em 24px;
}
cite {
  font-style: italic;
}

/* Liens */
a {
  color: #FF0000;
  text-decoration: none;
}
a:hover, a:focus {
  color: crimson;
}
a img {
  border: none;
}

/* Formulaire */
form {
  margin: 0;
  padding: 0;
}

/* Tableau */
table {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}
th, td {
  font-size: 90%;
}
th { 
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  text-align: center;
  font-weight: bold;
}
td { 
  padding: 0px 4px 0px 4px;
  border: 1px solid #999;
}

