/************************\
 * Formatage des textes *
\************************/
.texte
{
	font-size : 10pt;
}
.texte a
{
	text-decoration : underline;
}
.texte p
{
	margin : 1em 0;
}
.texte ul
{
	list-style-type : disc;
	list-style-position : inside;
}
.texte li
{
	margin : 4px;
}
.texte ul li ul
{
	list-style-type : circle;
	list-style-position : inside;
}
.texte ul li ul li
{
	margin-left : 8px;
}

.texte ol
{
	list-style-type : decimal;
	list-style-position : inside;
}
.texte img
{
	margin : 0px;
}

