
BODY     {
    background: #ffdd9e;
    background-attachment: fixed;
    color: #00008B;
    font-weight: lighter;
    font-family: "Times New Roman", Times, serif;
    font-size: 100%;
}

    /* les liens */
A:link    {
        color: #B3560A;
        font: bold;
    }

A:active  {
        color: blue;
        font: bold;
    }

A:visited {
        color: green;
        font-size: 100%;
        font: italic bold;
    }
A:hover {
    color: Red;
    font-size: 110%;
    font: italic bold;
    }
.Cadre_Entete {
    background-color: transparent;
    border: 10px groove Blue;
    width: 95%;
    font-variant: small-caps;
    font-weight: lighter;
    text-align: center;
}
.Titre_Page {
    background: Silver;
    text-align: center;
    font-size: 180%;
    font-style: italic;
    text-transform: capitalize;
    font-weight: bold;
    vertical-align: super;
    color: #0000CD;
}

.Titre_Page {
	background: transparent;
	text-align: center;
	font-size: 180%;
	font-style: italic;
	text-transform: capitalize;
	font-weight: bold;
	vertical-align: super;
	color: #0000CD;
}