BODY.graphics { 
	color: rgb(205,197,184); /* Pantone 400 CVC */
	background: rgb(38,39,41); /* Pantone Process Black */
}

.graphics A[href]:link {color: rgb(216,201,203);} /* Pantone 434 CVC */
.graphics A[href]:visited {color: rgb(181,158,166);} /* Pantone 436 CVC */
.graphics A[href]:active {color: red;}
.graphics a[href]:hover {
	border-color: rgb(170,171,168); /* Pantone Cool Gray 6 CVC */
	background-color: rgb(97,99,100); /* Pantone Cool gray 11 CVC */
}

.graphics H1 {color: rgb(201,207,200);} /* Pantome 441 CVC */
.graphics H2 {color: rgb(183,188,187);} /* Pantome 442 CVC */

.graphics H2 { clear: left; }

/* Vignettes *************************************************************/
.graphics DIV.thumb { 
	background: rgb(210,203,193); /* Pantone Warm Gray 2 CVC */
	color: rgb(38,39,41); /* Pantone Process Black */
	display: block;
	width: 200px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	font-size: 80%;
}

.graphics .thumb A:link { 
	color: rgb(125,114,104); /* Pantone Warm Gray 10 CVC */
}
.graphics .thumb A:visited {
	color: rgb(154,145,135); /* Pantone Warm Gray 7 CVC */
} 
.graphics .thumb A:active {color: red;}


/* Titre de la page ******************************************************/
.graphics DIV.subtitle {color: rgb(201,207,200);} /* Pantone 441 CVC */

/* Au sommaire general ***************************************************/
.maintoc DIV.sections>DIV>DIV.graphics { 
	color: rgb(205,197,184); /* Pantone 400 CVC */
	background: rgb(38,39,41); /* Pantone Process Black */
	border-color: rgb(205,197,184); /* Pantone 400 CVC */;
}

/* EOF */