

.plan ul
{
list-style-image : url(rose.ico);
font-size : 110%;
}

.plan ul ul
{
text-indent : 30px;
list-style-image : url(salut.ico);
font-size : 105%;
}

.plan a
{
	text-decoration : none;
	color : #000080;
}

.plan a:visited
{
	color : #cd0067;
}

p, li
{
	font-size : 100%; /* On augmente la taille du texte */
}
