body {
	font-family:"Times New Roman";
	font-size:14px;
	font-weight:normal;
	background-color:ivory;
}
table { table-layout:auto;width:100%;
}
td {
	border:1px solid black;
}
td.larg {
	width:100%;
}
td.can {
	width:300px;
}
pre {
	line-height:120%;
}
p {
	text-align:left;
	color:black;
	line-height:70%;
}
.js {
	color:green;
	font-weight:normal;
}
.fonction {
	color:crimson;
}

#surbrillance {
	color:red;
}
canvas {
            border:1px solid black;
            background-color:lightgrey;
        }
#couleur_trait {
	color:blue;
}
#epaisseur_trait {
	color:brown;
}
input.couleur_trait {
	color:blue;
}
input.epaisseur_trait {
	color:brown;
}