BODY.software { 
	color: black;
	background: rgb(255, 250, 240);
}

.software A[href]:link {color: rgb(255, 165,  79);}
.software A[href]:visited {color: rgb(205, 133,  63);}
.software A[href]:active {color: red;}
.software a[href]:hover {
	border-color: #c1b396;
	background-color: #ffecc6;
}

.software H1 {color: rgb(255,   0,   0);}
.software H2 {color: rgb(205,   0,   0);}


/* Titre de la page ******************************************************/
.software DIV.subtitle {color: rgb(255,   0,   0);}

/* Au sommaire general ***************************************************/
.maintoc DIV.sections>DIV>DIV.software { 
	color: black;
	background: rgb(255, 250, 240);
	border-color: black;
}

/* EOF */