/* -----------------------------------------------------------------------------------
Mass Reset
Last Modified: 20 May 2008
----------------------------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, a, p, blockquote, cite, caption, table, th, tr, td {
  margin: 0; padding: 0;
}
dt, dd, li, h1, h2, h3, h4, h5, h6, a, p, blockquote, cite, caption, th, tr, td {
  font-size: 100%;
}
ol, ul {
  list-style: none;
}
address, caption, cite, code, dfn, em, strong, th {
  font-style: normal; font-weight: normal;
}
table {
  border-collapse: collapse; border-spacing: 0;
}
img {
  border: 0;
}
caption, th {
  text-align: left;
}

/* -------------------------------------------------------------------------------------
Print.css
Edited by Alex Grenon
------------------------------------------------------------------------------------- */

body {
  margin: .5in;
  padding: 0;
  font: normal medium Georgia, "Times New Roman", Times, "Thorndale AMT", serif;
}

/* Things to Hide ------------------------------------------------------------------- */

#connect, #breadcrumb, img.header, #aside, #article h1, #menu, #extra, .associate {
  display: none;
}

/* Typography ----------------------------------------------------------------------- */

h1, h2, h3, h4.date {
  font-size: 110%;
}
h3, h4 {
  margin-bottom: 1em;
}
#article h2, #section h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 80%;
}
#article h3.loisirs, #article h3.travail {
  font-style: italic;
}
h4.credit {
  font-weight: normal;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
#section.loisirs p strong {
  font-weight: normal;
  font-style: italic;
}
p, blockquote {
  margin-bottom: 1.2em;
  line-height: 1.2em;
  text-align: justify;
}
blockquote {
  margin-left: 2em;
  margin-right: 2em;
  padding: 1em 1em 0 1em;
  text-align: center;
  font-style: italic;
}
ul, ol {
  margin-bottom: 1.6em;
  line-height: 1.6em;
}
p.first {
  font-style: oblique;
  font-size: 110%;
}
#section p {
  font-style: italic;
}
p.first em, #section p em {
  font-style: normal;
}
p.footnote {
  font-size: 80%;
}

/* Padding ------------------------------------------------------------------------ */

#article h2, #article h3, #article h4 {
  padding: 1em 0;
}
#article h4.credit {
  padding: 0;
}

/* Links -------------------------------------------------------------------------- */

a {
  color: black;
  text-decoration: underline;
}
p.link a {
  display: block;
  float: right;
}

/* -------------------------------------------------------------------------------------
HEADER
-- Logo ----------------------------------------------------------------------------- */

#logo {
  height: 50px;
  margin: 0 auto;
}
#logo h1 {
  float: left;
  letter-spacing: -2px;
  font-size: 300%;
  padding: 0;
}
#logo a {
  text-decoration: none;
  text-transform: lowercase;
  font-weight: normal;
}

/* Content ------------------------------------------------------------------------- */

#article {
  padding-top: 2em;
}
.post {
  padding: 10px 10px 2em;
}

/* Footer --------------------------------------------------------------------------- */

#footer {
  clear: both;
}
#footer p {
  margin: 0;
  margin: 0 auto;
  font-size: 80%;
}
