/*
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 : 8 avr. 2022, 19:30:54
    Author     : philippe
*/

.contenu
{
    position: relative;
    top: 60px;
    width: 90%;
    margin: auto;
}

#connexion
{
    position: relative;
    top: 150px;
    width: 40%;
    margin: auto;  
    font-size: 1.2em;
}

.champs-saisie
{
    border: 1px solid grey;
    border-radius: 5px;
}

fieldset{
    background-color : #cbccce;
    border: 1px solid grey;
    border-radius: 8px;
    padding: 30px;
}