<!--

/* (c)1-06-2020  Fmc-Système. */


/* --- Active 1a ---   */
.Porte-folio						/* container 1 */
{
margin-bottom: 50px;				/* Descente basse */
border-bottom: 2px solid #00ffff	/* Trait séparation */
}

/* --- Active 1b ---   */
.Porte-folio a						/* container 1 liens sélecteur */
{
color: #ffffd7;						/* couleur écriture */
text-decoration: none				/* Liens du sélecteur */
}

/* --- Active 1c ---   */
.Porte-folio ul.Choix				/* container 1 */
{
list-style-type: circle				/* Liste à puce sélecteur */
}

/* --- Active 2a --- */
.Black-Isis ul.Global h4 a			/* Container 2 */
{
width: 100%;
display: block;
font-weight: 700;
font-size: 22px;
color: #ffffd7;						/* Couleur écriture de h4 */
line-height: 1.4em
}

/* --- Active 2b --- */
.Black-Isis ul.Global				/* container 2 */
{
list-style-type: square				/* liste à puce */
}

/* --- Active 03 --- */
.Black-Isis a.edito
{
display:block;
position: relative;					/* Position haut de page. */
top: -100px							/* Redescendre */
}

/* --- Active 04 --- */
.Black-Isis a.edito:target~h4
{
background-color: #0000ff;
padding-left: 5px
}
-->