div, p {
	background:#F7E0AE;
}

/** custom table **/ 
table {
	background:#FFFFFF;
}

table td 
{ 
  border: 1px solid #B84747;
}

thead {
	background:#B84747;
	color:white;
}

table tr td:last-child {
    background:#EB613D;
	color:white !important;
}

table tr td:last-child strong {
	color:white !important;
}

/** custom table **/ 

/* info capitale - à connaitre absolument */
strong {
		color:#D32F2F;
}

/* info importante, qui mérite attention */
em
{
	color: #B84747;
}


#TOC {
	background-color: white; /* Lavande argentée */
	padding: 15px;
  }
  
#TOC h2 {
	font-size: x-large;
	text-align: center;
	text-decoration: underline;
}
  
  
  
  

