/**********************************************************
 * Spécifique MakeDoc2                                                 *
 **********************************************************/
.toc1 {
	margin-left: 1em;
	font-size: 12px;
	font-weight: bold;
}

.toc2 {
	margin-left: 2em;
	font-size: 10px;
	Font-Weight: bold;
	text-decoration: none;
}

.toc3 {
	margin-left: 3em;
	font-size: 10px;
	text-decoration: none;
}

.toc4 {
	margin-left: 4em;
	font-size: 10px;
	text-decoration: none;
}
 
.output {
	font-weight: normal;
}

.note {
	background: #f0e090;
	width: 99%;
	padding: 15px 4px 15px 0px;
	border: solid #a0a0a0 1px;
	color: red;
	font-weight: bold;
	font-size: 12px 
}
 
.width20 {
	width: 20px
}

.width80 {
	width: 80px
}

.small {
	font-size: smaller;
}

.table {
	background: #505050;
	font-size: 10px;
	width: 100%;
	color: black
}

.tableHeader {
	background: #c0c0c0;
	text-align: center;
	font-size: 12px;
	color: black
}

.tableBody  {
	background: white;
	color: black
}
 
.tail {
	font-size: 9px;
}
 
