/*
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 : 6 mai 2017, 11:23:19
    Author     : Murelh
*/

/* LES TITRES ET LE CORPS DU TEXTE */
body
{
    /*border: 6px white double;*/
    background-color:#DCDCDC;
    text-align: justify;
    font-size:2rem;
    color:#444444;
}

h1, h2, h3 {margin-left: 20px;
            margin-right: 20px;
}

h2 {
    border-top: 2px black solid;
    color: #9FE855;
    text-shadow: 2px 2px 2px green;
}

p {text-align: justify;
   margin-left: 10px;
}

/*POUR LES LISTES À PUCES*/
ul {list-style-type: square;}

dt {
    font-weight: bold;
    margin-left: 20px;
}

/* LE PIED DE PAGE AVEC LES LIENS DES RESEAUX SOCIAUX */
footer {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
