/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 août 2014, 16:01:41
    Author     : pb
*/
.article_titre {
    font-size:24px;
    font-weight:bold;
    text-align:center;
    color:white;
    padding-top:0px;
    resize:both;
}
.article_corps {
    font-size:18px;
    text-align:justify;
    color:black;
    margin:20px;
}
#article_controle
{
    height:40px;
    top:14px;
     position:relative;
     margin:auto;
}
div.article_spacer {
clear: both;
height: 1px;
}
#conteneur_entete
{
 scroll:no; 
 position:fixed;
 width:100%;
 top:0px;
 z-index:10;
 background:white;
}
#conteneur_corps
{
 height:100%;
 scroll:yes;
 margin-top:100px;   
 z-index:1;
}
