/* Time-stamp: "2008-11-02T11:34:58 (cet) [yvon sur hypatie]" */
/* -*- coding: utf-8 -*- */
/* création : 2005-12-17 */
/* mise en page à l'écran des poèmes du site */

@import url(./yhglobal01.css);

body{
display: block;
margin-left: 15%;
margin-right: 15%;
color: black;
background: white;}

div.poeme {
display: block;
margin-left: 20%;
margin-right: 20%;
padding-top: 12pt;}

/* div.poeme-large { */
/* display: block; */
/* margin-left: 10%; */
/* margin-right: 10%; */
/* padding-top: 12pt; */
/* text-align: center;} */

div.poeme-x {
    display: block;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 12pt;
    text-align: center;
}

div.poeme div.titre, 
/* div.poeme-large div.titre,  */
div.poeme-x div.titre{
display: block;
margin-bottom: 6pt;
font-weight: bold;
font-size: larger;}

div.poeme div.sous-titre, div.poeme-x div.sous-titre {
display: block;
margin-bottom: 6pt;
font-weight: bold;
font-size: medium;}

div.dedicace {
display: block;
font-size: smaller;
margin-left: 10%;
margin-bottom: 6pt;}

div.citation {
display: block;
font-size: smaller;
margin-left: 10%;
text-align: left;}

div.poeme div.strophe {
display: block;
margin-bottom: 12pt;}

div.poeme p.strophe {
display: block;
margin-bottom: 12pt;}

/* div.poeme-large div.strophe { */
/* display: block; */
/* margin-bottom: 12pt; */
/* text-align: center;} */

div.poeme-x div.strophe {
    display: block;
    margin-bottom: 12pt;
    text-align: center;
}

div.strophe div.titre {
display: block;
margin-bottom: 6pt;
font-weight: bold;
margin-left: 5em;}

div.strophe div.sous-titre {
display: block;
margin-bottom: 3pt;
font-weight: bold;
margin-left: 5em;
}

div.vers {
display: block;
text-align: left;}

div.vers-renf {
display: block;
text-align: left;
margin-left: 2em;}


div.sous-strophe {
display: block;}

div.sous-strophe div.titre{
display: block;
font-weight: bold;
margin-left: 3em;}

div.sous-strophe div.sous-titre{
display: block;
font-weight: normal;
margin-left: 3em;}

div.titre + div.strophe, div.citation + div.strophe,
div.sous-titre + div.strophe, div.dedicace + div.strophe {
display: block;
margin-bottom: 12pt;
margin-top: 18pt;}

div.date {
display: block;
margin-top: 6pt;
text-align: right;
margin-right: 40%;
font-size: small;}

div.notes-editeur, div.notes-HM {
display: block;
text-align: justify;
font-size: small;
margin-left: 15%;
margin-right: 15%;}

div.notes {
display: block;
text-align: justify;
font-size: medium;
margin-left: 10%;
margin-right: 10%;
list-style-position: inside;}

div.notes div.titre {
display: block;
font-size: medium;
font-weight: bold;
margin-left: 0;
margin-right: 5%;
margin-bottom: 6pt;}

div.note {
display: block;
text-align: justify;
font-size: small;
margin-bottom: 1ex;}

div.note p{
display: block;
text-indent: 0em;
margin-top: 0pt;
margin-bottom: 0.5ex;}

div.notes div.note div.poemecite {
display: block;
font-style: italic;
margin-left: 20%;
margin-right: 20%;
}

hr.separ {
display: block;
text-align: center;
margin-top: 2em;
margin-bottom: 2em;}

hr.sepnotes {
display: block;
color: Blue;
background-color: Blue;
height: 5px;
text-align: center;
margin-top: 1.5ex;
margin-bottom: 1.5ex;
margin-right: 0%;
margin-left:  0%;
}
