li {
	list-style-image: url(fleche.gif);
	list-style-position: outside;
	vertical-align: middle;
	background-position: center;



}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}
body {
	background-image: url(fond.jpg);
}
.li2 {
	list-style-type: disc;
	left: 50px;
	list-style-image: none;

}
