body {
	background-color: #CCC;
	font-style: normal;
	font-weight: normal;
}

/*POSITION D'UN ELEMENT DANS LA PAGE */
.enfant {
	position: absolute; /* postulat de départ */
	top: 50%;
	left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%);
}

/*POLICE COURANTES */

body {
	background-color: #CCC;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

/*Texte index */
.N12{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

/*Titre du site avec lien */
.TITRE a {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

/*TXT Mise à Jour */
.N9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

/*TXT Sommaire et Sous-titre oeuvre */

.N10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}


.N10Gras {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}


/*Titre oeuvre */
.N12GRAS {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
/*N° de page */
.Numero {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}
