BODY.type { 
	color: black;
	background: rgb(229,221,239); /* P2635 40% */
}

.type A[href]:link {color: rgb(137,139,142);} /* P445 70% */
.type A[href]:visited {color: rgb(91,94,99);} /* P445 100% */
.type A[href]:active {color: red;}
.type A[href]:hover {
	border-color: rgb(191,163,221); /* P2655 50% */
	background-color: rgb(217,198,232); /* P2655 30% */
}

.type H1 {color: rgb(104,49,159);} /* P527 100% */
.type H2 {color: rgb(76,49,90);} /* P525 100% */

/* Titre de la page ******************************************************/
.type DIV.subtitle {color: rgb(104,49,159);} /* P527 100% */

/* Au sommaire general ***************************************************/
.maintoc DIV.sections>DIV>DIV.type { 
	color: black;
	background: rgb(229,221,239); /* P2635 40% */
	border-color: black;
}

/* EOF */