<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.question{
	border: 1px solid rgb(153, 0, 51);
	/*padding: 0px 10px 0px 10px;*/
}

b{
	color: rgb(153, 0, 51);
}
.bouton:hover{
	cursor: pointer;
	text-decoration: underline;
}
img{
	width: 24%;
}

.rouge{color: color: rgb(153, 0, 51); font-weight: bold;}
.orange{color: orange; font-weight: bold;}
.vert{color: green; font-weight: bold;}

.bordure{border: 1px solid rgb(153, 0, 51);}</pre></body></html>