body
{
    background-image:url(images/fond.jpg);
    font-family: system-ui;
    background-attachment:fixed;
}
header
{
	background:#383838;
	border-radius: 30px;
	color: white;
	display :flex;
	flex-direction : row;
	align-items:right;
	height:140px;
    margin-left:20px;
    margin-right:20px;
}
.titre
{
    display:flex;
    flex-direction:column;
}
.menu
{
    display:flex;
    flex-direction:row;
}
.menu img
{
    height:40px;
    margin:10px;
}
h1
{
    margin-left:10px;
}
footer
{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    background-color:#383838;
    padding :30px;
    margin:20px;
    margin-bottom: 0px;
}
.logo
{
    height:140px;
    border-bottom-left-radius:30px;
    border-top-left-radius:30px;
}
.accueil img
{
    max-width:100%;
    height:fit-content;
    border: 1px #aaaaaa solid;
}
.accueil
{
    padding:0%;
    margin:20px;
}
.chrono
{
    width:200px;
    margin-bottom:30px;
    border: 1px #aaaaaa solid;
}
.graphique
{
    display: flex;
    justify-content:center;
    margin-bottom:10px;
}
section
{
    background: #666666;
    border-radius:30px;
    max-width:100%;
    color:#ffffff;
    height:fit-content;
    padding:10px;
    margin:20px;
    
}
p
{
    margin:10px;
}
h2
{
    margin-left:10px;
    color:#60a0a2;
}
h3
{
    color:#9bc2b3;
    margin-left: 10px;
    margin-top:10px;
}
a
{
    color:#acdaee ;
}
ol
{
    list-style-type: circle;
}
.casual
{
    border-top-style: none;
    margin:5px;
    list-style-type: circle;
}
ul
{
    display:flex;
    flex-direction: column;
}
li
{
    display:flex;
    flex-direction: column;
    margin:10px;
    border-top-style: double;
}

.liste
{
    border-radius:0px;
    display:flex;
    flex-direction:row-reverse;
    justify-content: left;
}
.tableau
{
    display: flex;
    justify-content:center;
}
table
{
    margin-bottom:30px;
    border: 1px solid #333;
    background:#aaaaaa;
}
td
{
    border: 1px solid #333;
}
thead 
{
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    
}