@charset "utf-8";
/* CSS Document */

body {background-color: powderblue;}
h1   {color: blue;}
p    {color: red;}
.site_fond {
	font-size: 18px;
	background-color: #ede8f5;
	font-style: italic;
	color: #3d52a0;
	}

.site_table {
	font-size: 18px;
}

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


.site_text {
	font-size: 18x;
	font-style: italic;
	}
.site_text_Small {
	font-size: 14px;
	font-style: normal;
}
.site_text_left {
	font-size: 14px;
	text-align: left;
}
.site_date {
	font-size: 12px;
	text-align: left;
}
.site_dateRed {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #F00;
}
.site_text_leftMAI {
	font-size: 12px;
	text-align: left;
	background-color: #FBB;
	font-weight: normal;
}
.site_text_toKeep {
	font-size: 18px;
	text-align: left;
	background-color: #6F0;
	font-weight: bold;
}
.site_copyright {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.site_titre {
	font-size: 2rem;
	}



