/***CSS_MCC1.css ***/
/***************************/
/*** Doc dans CSS_documentation.css ***/

:root { /* Variable CSS */
	/*--bodyColor: #100000; /* Couleur de fond du body de la page */
	--body_erreur_Color: red; /* Couleur de fond du body de page d'erreur */
	--MCCtext1: black;
	--tableEnTeteMCC_index: black;
}

.body { /* body de la page index* de MCC*/
	/*background-color: var(--bodyColor);*/
	/*width: 1000px;*/
	/*width: 90%;*/
	/*margin: auto;*/
	background-image: url(../DOCUMENTS/IMAGES/20220915_194507.jpg);
	/*height: 1000px;*/
	/*background-repeat: round space;*/
	background-repeat: round;
		/*L'image est répétée autant que possible et est étirée si nécessaire afin qu'il n'y ait ni rognage ni espace restant. Dès qu'il y a la place d'ajouter une image, les autres sont compressées pour lui laisser la place. Ainsi, une image avec une largeur originale de 260px, répétée trois fois, pourra être étirée pour que chaque exemplaire mesure 300 pixels de large, lorsqu'une autre image sera ajoutée, elles seront compressées sur 225 pixels.*/
}
.body_popup1 { /* body des pages popup du menu principal de MCC*/
	background-image: url(../DOCUMENTS/IMAGES/20220915_194507.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.texte_titre_tableEnTete_indexMCC {
	font-family: Yorkshire, Comic Sans MS, Times New Roman, Arial;
	font-size: 70px;
	font-weight: bold;"
}
.textePrésentation_MCC {
	font-family: Comic Sans MS, Times New Roman, Arial;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	color: var(--MCCtext1);
	/*border-radius: 5px 15px 0 5px;*/
	margin-top: auto;
	margin-right: 6px;
	margin-bottom: auto;
	margin-left: 6px;
}
p {
	margin-bottom: -0.6em;
}

.texteBase_MCC {
	font-family: Yorkshire, Comic Sans MS, Times New Roman, Arial;
	font-size: X-large;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: var(--MCCtext1);
	/*border-radius: 5px 15px 0 5px;*/
	margin: auto;
}

.texteH1_popup1 {
	font-family: Yorkshire, Comic Sans MS, Times New Roman, Arial;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none; /*underline;*/
	color: var(--MCCtext1);
	/*border-radius: 5px 15px 0 5px;*/
	margin: auto;
}

.texteH2_popup1 {
	font-family: Yorkshire, Comic Sans MS, Times New Roman, Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: var(--MCCtext1);
	/*border-radius: 5px 15px 0 5px;*/
	margin: auto;
}

.texteLI_popup1 {
	font-family: Comic Sans MS, Times New Roman, Arial; /*Yorkshire,*/
	font-size: 16px; /* 33px*/
	font-style: italic;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-decoration: none;
	color: var(--MCCtext1);
	/*border-radius: 5px 15px 0 5px;*/
	margin: auto;
}
.texteLI2_popup1 {
	font-family: Comic Sans MS, Times New Roman, Arial; /*Yorkshire,*/
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-decoration: none;
	color: var(--MCCtext1);
	/*border-radius: 5px 15px 0 5px;*/
	margin: auto;
}

.tableEnTete_indexMCC {
	/*width: 75%;
	background-color: red;
	border: 0px solid grey;
	margin-top: 1000px;
	margin-left: auto;
	margin-right: auto;*/
	
	width: 90%;
	background-color: grey;
	border: 1px solid black;
	margin: auto;
}

.tableEnTete_popup1 {
	width: 95%;
	background-color: grey;
	border: 1px solid black;
	margin: auto;
	/*margin-top: auto;
	margin-right: 6px;
	margin-bottom: auto;
	margin-left: 6px;*/
}

.dégradéMCC {
	background: linear-gradient(to bottom right, lightBlue 30%, pink);
}







