/* ------------------  MENU CSS ---------------------------*/
@import url("style_header.css");

body
{
	width: auto; /* Largeur in px or % */
	height: auto; /* Hauteur in px or % */
    margin: auto; /* Marge in px*/
	padding: auto; /* Marge interieure*/
	background-color: rgb(233, 236, 225); /* Couleur de fond */
}

/* ----------------------------------------------------------*/
.deconnecter1 {
	margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
	font-family: Arial, 'Times New Roman', Times, serif;
    color:rgb(48, 23, 23);
	background-color: white ;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
    border-radius: 10px;
}
.deconnecter2 {
	margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;

	font-family: Arial, 'Times New Roman', Times, serif;
    color:black;
	background-color: white ;
	text-align: justify;
	font-weight: normal;
	font-size: 15px;
    border-radius: 10px;
}
