body, html {
	margin: 0;
	padding: 0;
}

a {
    color: black;
    text-decoration: none;
}

body {
	background-color: #cacac5;
        font-size: 1.5em;
        

}

#header {
	background-color: gray;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	border:0.5rem solid black;
	border-top: none;
	font-size: 1.2rem;
        padding: 2em; 
}
                       
.menu-button {

        background:none;
        font-size: 1.5em;
        border:none;

}


#title-index {
	color: black;
	width: 100%;
        
}

#footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 2em;        
       background-color: gray;
         color: #ffffff;
}



        
#content {    
          text-align: center;  
           background-color: #white;
           height: 80%;         
           width: 80%;      
           margin:auto;
           border:0.5em black solid;


}

#liste {
	text-align: left;
}
