.titre
{
	text-align: center;
}
acronym
{
	cursor: help;
}
.question
{
	cursor: pointer;
}
.question:after
{
	content: " ?"
}
.important:hover
{
	color: #c0c0c0;
	text-decoration: underline;
}