/* -------------------------------------------------------------------------- */
/* Bas de l'ecran : 4 div de texte.                                           */
/* -------------------------------------------------------------------------- */
#basEcran
{
    position:absolute; 
    width:860px;
    color:black;
    top:0px;
    left:0px;
    visibility:hidden;
    font-size:0.9em;
}

/* ------------------------------------------------------------------------- */
/* Le premier paragraphe est place a gauche du bloc <div>.                   */
/* ------------------------------------------------------------------------- */
#premier
{
    width:450px; 
    float:left;
    border-right-width:2px;
    border-right-style:solid;
    border-right-color:white;
    padding-right:12px;
    color:white;
}

/* ------------------------------------------------------------------------- */
/* Le second paragraphe, se place a gauche du premier.                       */
/* ------------------------------------------------------------------------- */
#deuxieme
{
    width:192px; 
    margin-left:12px;
    float:left;
    text-align:left;
}

/* ------------------------------------------------------------------------- */
/* Le troisieme paragraphe, se place a gauche du deuxieme.                   */
/* ------------------------------------------------------------------------- */
#troisieme
{
    width:175px; 
    float:left;
    margin-left:12px;
    text-align:left;
}

/* ------------------------------------------------------------------------- */
/* Le quatrieme paragraphe, se place a droite de la div basPage.             */
/* ------------------------------------------------------------------------- */
#quatrieme
{
    width:378px; 
    float:left;
    margin-top:3em;
    margin-left:12px;
}

p
{
    text-align:justify;
}

.epais
{
    font-size:1.1em;
    font-weight:bold;
    margin:0px;  
}

a
{
    color:white;
}

.saut
{
    margin-top:0.5em;
}