.site_fond {
	font-size: 18px;
	background-color: #ede8f5;
	font-style: italic;
	color: #3d52a0;
	text-align: center;
	}

.site_table {
	font-size: 18px;
}

.site_title {
	font-size: 36px;
	font-weight: bold;
	}
	
.site_subtitle {
	font-size:4rem;}


.center-table {
    margin: auto; /* Centers the table horizontally */
    text-align: center; /* Centers text inside */
    border-collapse: collapse; /* Optional: Makes borders cleaner */
}

.site_text {
	font-size: 1rem;
	font-style: italic;
	color: #7091e6;
	}
.site_text_left {
	font-size: 24px;
	text-align: left;
}
.site_text_centre {
	font-size: 24px;
	text-align: center;
}
.site_copyright {
	font-size: 12px;
	text-align: center;
}


.site_text_right {
	font-size: 24px;
	text-align: right;
}



.site_titre {
	font-size: 2rem;
	}
