#doc {
	padding-top: 41em;
}
#doc ul {
	padding-left: 1em;
	margin-left: 0;
	list-style-type: none;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.1em;
}
h1, h2, h3 {
	padding-left: .3em;
	font-weight: bold;
	background-color: #eee;
	border-top: solid 1px #bbb;
	border-bottom: solid 3px #bbb;
}

dl, p, #codes-couleurs {
	margin-left: 1em;
	margin-right: 1em;
}
dt {
	font-weight: bold;
	background-color: #eee;
}
dd {
	margin-left: 1em;
}
dd p {
	margin-top: 0;
	margin-left: 0;
}

#codes-couleurs {
	border: solid 1px black;
	border-collapse: collapse;
}
#codes-couleurs td, #codes-couleurs th {
	border: solid 1px black;
	padding: .2em;
}
#codes-couleurs th {
	font-size: 90%;
}
.sample {
	height: 2em;
	width: 2em;
}
.sample div {
	border: solid 1px black;
	padding: 1px;
	text-align: center;
	font-size: 120%;
}

.info-bulle {
	border: solid 1px black;
	background-color: #ffd;
	white-space: nowrap;
}
