/******************************************************************************
    Général
******************************************************************************/

* {
    line-height: 1.2;
}

body {
    font-family: sans-serif;
    font-size: 14px;
}

p, ul, ol, dl {
    margin: 0.75em 0;
}

p {
    line-height: 1.5em;
}

sup { vertical-align: super; }
sub { vertical-align: sub; }
sup, sub { font-size: 65%; }

a { text-decoration: underline;}

/******************************************************************************
    Titres
******************************************************************************/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal; /* FIXME : fixe all.reset.css */
    line-height: 2em;
}

h1, #categoriesDescription dt {
    font-size: 1.95em;
}

h2 {
    font-size: 1.56em;
}

h3 {
    font-size: 1.25em;
}

/******************************************************************************
    Abbréviations
******************************************************************************/

abbr, acronym, .abbr {
    border-bottom: 1px dotted black;
    cursor: help;
}

/* FIXME ? */

*[lang|=en] abbr[lang|=fr], *[lang|=en] acronym[lang|=fr], *[lang|=en] .abbr[lang|=fr],
*[lang|=fr] abbr[lang|=en], *[lang|=fr] acronym[lang|=en], *[lang|=fr] .abbr[lang|=en] {
    font-style: normal;
}

/**[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}*/

a[title] {
    cursor: pointer;
}


/******************************************************************************
    Mise en évidence
******************************************************************************/

b, strong {
    font-weight: bold;
}

i, em/*, *[lang|=en]*/, cite {
    font-style: italic;
}

*[lang|=en] *[lang|=fr], *[lang|=fr] *[lang|=en] {
    font-style: italic;
}

/******************************************************************************
    Code
******************************************************************************/

code {
    font-family: monospace;
    border: 1px solid silver;
    background: #ffffdd;
}

/******************************************************************************
    Listes
******************************************************************************/

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    margin-left: 1.8em;
}

/******************************************************************************
    Citations
******************************************************************************/

q {
    font-style: italic;
    /*border-bottom: 1px dotted black;*/
}

blockquote {
    border-bottom: 0;
    border-left: 1px dotted black;
    margin-left: 1em;
    padding: 0 0.5em;
}

blockquote[title] {
    border-bottom: 0;
    border-left: 1px dotted black;
    margin-left: 1em;
    padding: 0 0.5em;
}

/******************************************************************************
    Tableaux
******************************************************************************/

table {
    border-collapse: collapse;
    margin-top: 0.5em;
}

th, td {
    padding: 0.25em 0.5em;
    border: 1px solid black;
    vertical-align: top;
}

th {
    font-weight: bold;
}

thead th {
    text-align: center;
    background: #d0d0d0;
}

table ol, table ul {
    margin: 0;
}

table li {
    margin-left: 1em;
}

caption {
    color: #606060;
    padding: 0 0 0.5em 0;
    caption-side: bottom;
}

tbody th {
    text-align: left;
}

/* FIXME */

/*td.number {
    text-align: right;
}

.highlight {
    background: #fffabc;
    border: 1px solid silver;
    padding: 0.5em;
}*/

/*.info {
    background: #dddfff;
    border: 1px solid silver;
    padding: 0.5em;
}

div.error {
    background: #ffbbbb;
    border: 1px solid silver;
    padding: 0.5em;
}*/

/******************************************************************************
    Spécifique au site
******************************************************************************/
/*div.clearer {
    clear: both;
}
div.clearer hr {
    display: none;
}*/
/*#pageBreadcrumb {
    padding: 0.3em 0;
    border-bottom: 1px dotted black;
    margin-bottom: 0.5em;
}*/
/*#pageFooter {
    border-top: 1px dotted black;
    margin-top: 1em;
}*/
/*table.details {
    width: 100%;
}
.details th {
    width: 11em;
}*/

/******************************************************************************
    Tableau de coordonnées
******************************************************************************/

/*table.coordonnees * {
    border: 0;
}
table.coordonnees {
    width: 100%;
}
table.coordonnees tbody th {
    width: 6em;
}

.evidence {
    font-weight: bold;
}*/

/******************************************************************************
    Blog
******************************************************************************/
/* FIXME */
.blogEntryHeader {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.blogList .blogEntryHeader { border-bottom: 1px dotted silver; }
.blogEntryFull .blogEntryHeader { border-bottom: 1px solid silver; }
.blogEntryHeader h1 a, #categoriesDescription dt a { text-decoration: none; }

.blogEntry p.meta, #categoriesDescription dd p.meta { margin: 0; padding: 0; }
.blogEntry .meta, .blogEntry .meta strong, #categoriesDescription dd .meta { color: #555; }

.blogList .blogEntry { margin-bottom: 1em; }
.blogList .blogEntryFooter { margin-bottom: 1em; }
.blogEntryFooter { padding-top: 0.5em; }
.blogList .blogEntryFooter { border-top: 1px dotted silver; }
.blogEntryFull .blogEntryFooter { border-top: 1px solid silver; }
.blogList .separator { margin: 3em 0 1.25em 0; border-top: 1px solid silver; clear: none; }
#blogComments .separator {  margin: 1.25em 0 1em 0; border-top: 1px dotted silver; clear: none; }
#blogComments #blogCommentForm .separator { margin: 1em 0 1em 0; border-top: 1px solid silver; clear: none; }
#blogComments h3  { color: #2d4f73; }

#categoriesDescription dd { margin-bottom: 1.5em; }
#categoriesDescription dd .separator { clear: none; margin-top: 1.5em; border-bottom: 1px solid silver; }
#categoriesDescription dd p.meta { border-bottom: 1px dotted silver; padding-bottom: 0.5em; margin-bottom: 1em; }
