body
{
    font-family: georgia, serif;
}

a
{
    color: #00f;
    font-family: georgia, serif;
    text-decoration: none;
}

h1
{
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}

h2
{
    font-size: 3em;
    text-align: center;
}

section
{
    margin: 0 auto;
    max-width: 600px;
    text-align: justify;
}

nav
{
    text-align: center;
}

nav *
{
    margin-left: 2em;
}

nav *:first-child
{
    margin-left: 0;
}

nav h2
{
    border-color: #000;
    border-radius: 0 0 1em 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    display: inline;
    padding: 0 1em;
}

nav a
{
    color: #00c;
    font-size: 1em;
    font-weight: bold;
    padding: 0 1em;
}

nav a:hover
{
    border-color: #c60;
    border-radius: 0 0 1em 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    color: #c60;
}

h3
{
    font-size: 2em;
    /*font-variant: common-ligatures;*/
    font-weight: normal;
    text-align: center;
    /*text-decoration: underline;*/
}

p
{
    margin: 1em 0;
}

p.etymo
{
    border-color: #000;
    border-radius: 1em;
    border-style: dashed;
    border-width: 2px;
    padding: 1em;
}

blockquote
{
    margin: 1em 0 0 0;
    padding: 0 0 .2em 0;
    font-style: italic;
}

audio
{
    border-radius: 1em;
    margin: 1em 0 0 0;
    padding: 0 0 .2em 0;
    max-width: 600px;
    min-width: 600px;
}

video
{
    border-radius: 1em;
    margin: 1em 0 0 0;
    padding: 0 0 .2em 0;
    max-width: 600px;
    min-width: 600px;
}

img
{
    border-radius: 1em;
    margin: 1em 0 0 0;
    padding: 0 0 .2em 0;
    max-width: 600px;
    min-width: 600px;
}

/* référence au survol*/
/*p,
blockquote,
video
{
    position: relative;
    display: inline;
}*/

p + span.reference,
blockquote + span.reference,
audio + span.reference,
video + span.reference,
img + span.reference
{
    background-color: #fff;
    border-color: #fff;
    color: #888;
    margin: 0;
}

p:hover + span.reference,
blockquote:hover + span.reference,
audio:hover + span.reference,
video:hover + span.reference,
img:hover + span.reference
{
    border-color: #000;
    color: #000;
}

span.reference
{
    border-color: #fff;
    border-radius: 1em 0 0 0;
    border-style: solid;
    border-width: 2px 0 0 0;
    display: block;
    font-weight: bold;
    text-align: right;
}

span.reference:hover
{
    border-color: #000;
    color: #000;
}

em[title]
{
    cursor: help;
    text-decoration: underline wavy #66f;
}

nav#lexicon
{
    text-align: center;
}

nav#lexicon a
{
    border: 0;
    margin: 0;
    padding: 0;
}