.petit
{
	font-family: arial;
	font-size: xx-small;
	color:black;
}

.petitBlanc
{
	font-family: arial;
	font-size: xx-small;
	color:white;
}

.titre
{
	font-family: arial;
	font-size: x-small;
	font-weight: bold;
	color:black;
}

A:link
{
	font-family: arial;
	font-size: xx-small;
	text-decoration: none;
	font-weight: bold;
	color:#E6595A;
}

A:visited
{
	text-decoration: none;
	font-weight: bold;
	color:#E6595A;
}

A:active
{
	text-decoration: none;
	font-weight: bold;
	color:red;
}

A:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: red;
}
li
{
	list-style-type: square;
}