/* ------------------   CSS ---------------------------*/
@import url("style_index_root.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: var(--bodycolor); /* Couleur de fond */
    font-family: var(--fontfamily);
}

.traitement_2 {
   padding: 0px;
   margin-right: 15%;
   margin-left: 15%;
   margin-top: 10px;
   margin-bottom: 10px;
   font-size: 110%;
   font-weight: normal;
   color: rgb(9, 2, 29);
   text-align: center;
}

.info {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	background-color: white;
	color: rgb(10, 9, 51);
}

#photo_info{
	width: 300px;
	height: auto;
}

.info_picture{
	margin: 20px;
    text-align: center;
}

.info_text{
	margin-left: 20px;
    margin-right: 20px;
    font-size: 90%;
    text-align: justify;
}

.info_text h1{
	color: rgb(40, 40, 100);
	text-align: center;
}

.info_text h3{
	color: rgb(48, 31, 31);
	text-align: center;
}
#foot_info {
	color: rgb(41, 8, 8);
	font-size: 80%;
	text-align: right;
}

.info-all{
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 15%;
    margin-right: 15%;
    padding: 20px;
    color: black;
    background-color: white;
    font-size: 95%;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

