/*
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 : 01-oct.-2018, 11:03:32
    Author     : spissoort
*/

p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    text-justify: auto;
    /*border-style:  groove;
    border : 2px solid blue;
    border-radius: 8px;*/
}

p.choisi{
    /*display: block;*/
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    color:lightskyblue;
    text-align: center;
    text-justify: auto;
    font-size: 32px;
    border-style:  groove;
    border : 2px solid greenyellow;
    border-radius: 8px;
}