.souligne {
	text-decoration: underline;

}
.entouré {
	border: thin solid #660000;
}
.barré {
	text-decoration: line-through;
}

