.titre {
	margin : 20px 0 10px 10px;
	color : #0000cc;
	font-size : larger;
	font-weight : bold;
}

.underlined {
	text-decoration : underline;
	margin : 10px 0 10px 0;

}

.gras {
	font-weight : bold;
}

.lien {
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
}

p {
	text-align : justify;
}

ul {
	list-style-type : disc;
	list-style-position : inside;
}
