
/* ----------------------------------------- */
/* Styles pour Africaine - VERSION FINALE */
/* ----------------------------------------- */

/* Conteneur principal */
body.page-template-mots-de-peinture .page-africaine > #africaine {
    font-family: Geneva, Arial, Tahoma, sans-serif;
    position: relative;
    display: block;
    padding: 10px 15px 20px 10px;
    width: 750px;
    max-width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #494132;
    margin: 45px auto 0;
    border: 4px solid #857f69;
    background: #fff;
    box-sizing: border-box;
}

/* Image flottante */
body.page-template-mots-de-peinture .page-africaine #pileuse {
    float: left;
    width: 330px;
    max-width: 100%;
    margin-top: 5px;
    margin-right: 25px;
    margin-bottom: 15px;
}

/* Mot "dit" en rouge et italique */
body.page-template-mots-de-peinture .page-africaine span.red {
    color: red;
    font-style: italic;
}

/* Premier paragraphe */
body.page-template-mots-de-peinture .page-africaine #parag1 {
    text-align: left;
    margin-top: 0;
    padding-top: 25px;
    display: block;
}

/* Positionnement des vers */
body.page-template-mots-de-peinture .page-africaine #l1 { position: relative; left: 33px; }
body.page-template-mots-de-peinture .page-africaine #l2 { position: relative; left: 45px; }
body.page-template-mots-de-peinture .page-africaine #l3 { position: relative; left: 45px; }
body.page-template-mots-de-peinture .page-africaine #l4 { position: relative; left: 31px; }
body.page-template-mots-de-peinture .page-africaine #l5 { position: relative; left: 5px; }
body.page-template-mots-de-peinture .page-africaine #l6 { position: relative; left: 45px; }
body.page-template-mots-de-peinture .page-africaine #l7 { position: relative; left: 39px; }

/* Second paragraphe - décalé à droite */
body.page-template-mots-de-peinture .page-africaine #parag2 {
    position: relative;
    text-align: left;
    margin-top: 30px;
    left: 100px;
    font-style: italic;
    font-weight: 700;
    clear: both;
}

/* Premier vers du second paragraphe */
body.page-template-mots-de-peinture .page-africaine #l8 {
    font-size: 25px;
    color: red;
}

/* Forcer la taille du texte sur tous les éléments */
body.page-template-mots-de-peinture .page-africaine #africaine,
body.page-template-mots-de-peinture .page-africaine #parag1,
body.page-template-mots-de-peinture .page-africaine #parag2,
body.page-template-mots-de-peinture .page-africaine p,
body.page-template-mots-de-peinture .page-africaine span {
    font-size: 14px;
    line-height: 25px;
}
