/* Type de puce pour la liste à puce non ordonnée */
.square
{
   list-style-type: square;
}

.none
{
   list-style-type: none;
}

body
{
	background-image:url("fond.jpg"); /* Notation relative */
	background-attachment: fixed; /* Le fond de la page reste fixe lorsque l'ascenseur bouge*/
}

h3
{
	text-decoration: underline;
}

p
{
  font-size: 16px;
}

li
{
	font-size:16px;
}

