#publications
{
    position:absolute;
    top:0px;
    left:0px;
    width:855px;
    visibility:hidden;
    text-align:left;
    font-size:0.9em;
    color:white;
}

.texteHaut
{
    line-height:1.5em;
    text-align:justify;
    margin-bottom:1em;
}

.listePublications
{
    width:50%;
    float:left;
}

#detailPublication
{
    width:50%;
    float:left;
    text-align:center;
}

.publication
{
    margin-right:1em;
    cursor:pointer;
    border-width:1px;
    border-style:outset;
    border-color:white black black white;
    margin-top:0.5em;
    padding:0.5em;
    background:#A2A2A2;
}

.titrePublication
{
    font-style:italic;
}

#textePublication
{
    margin-left:1em;
    border-color:white;
    border-width:1px;
    border-style:solid;
    margin-top:0.5em;
    padding:0.5em;
    background:#A2A2A2;
    text-align:justify;
    margin-bottom:1em;
}

.imageTexteCaches
{
    display:none;
}

.titreTexte
{
    font-weight:bold;
}

.paragrapheTexte
{
    margin-top:1em;
}

.sousParagrapheTexte
{
}