/* --- STYLES DE BASE --- */ 
/* source: http://www.alsacreations.com/astuce/lire/654-feuille-de-styles-de-base.html */
html { font-size: 100%; } 
body { 
	margin: 0; 
  padding: 0;
  font-family: Arial, Helvetica, FreeSans, sans-serif; 
  font-size: .85em;
  line-height: 1.4; 
  color: black; 
  background: white; 
} 
 
html,body{ height: 100%;}

h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; 
  line-height: 1.2; 
  font-weight: bold; 
  font-style: normal; 
} 
h1 {font-size: 1.5em;} 
h2 {font-size: 1.3em;} 
h3 {font-size: 1.2em;} 
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}
 
ul, ol { margin: .75em 0 .75em 32px; padding: 0; } 
p { margin: .4em 0; } 
address { margin: .75em 0; font-style: italic; } 
 
a {text-decoration: underline;} 
a:link {color: #11C;} 
a:visited {color: #339;} 
a:hover, a:focus, a:active {color: #00F;} 
a:active {outline: none;} 
a img {border: none;} 
 
em {font-style: italic;} 
strong {font-weight: bold;} 
 
form, fieldset {margin: 0;padding: 0;border: none;} 
input, button, select {vertical-align: middle;}

/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */ 
 
abbr[title] { border-bottom: 1px dotted; cursor: help; } 
blockquote { margin: .75em 0 .75em 20px;padding: 0 0 0 10px;border-left: solid 2px #ddd;} 
q, cite {font-style: italic;} 
q cite, q q {font-style: normal;} 
blockquote p, li p {margin: .5em 0;} 
dl {margin: .75em 0;} 
dt {margin: .75em 0 0 0;font-weight: bold;} 
dd {margin: .25em 0 .25em 32px;} 
 
table {
	margin: 0; 
  border: 1px solid gray; /* Pas de bordure = "none". */ 
  border-collapse: separate; /* Valeur par défaut: "separate". */ 
  border-spacing: 0; 
} 
table td, table th { 
  padding: 4px; /* Pas de retrait autour du texte = "0". */ 
  border: 1px solid #ccc; /* Pas de bordure = "none". */ 
  vertical-align: top; /* Valeur par défaut: "middle" */ 
} 
table {
  border: 1px solid gray; /* Pas de bordure = "none". */ 
} 
 
/* Semantic HTML 5 */ 
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section {display: block;}

