body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/z01.gif);
	margin:0;
	background-repeat: repeat-y;
}
a {
	color: 000066;
}
a:visited {
	color: #0033FF;
}
a:active {
	color: 000066;
}
a:link {
	color: #000066;
}
li {
	list-style-position: outside;
	list-style-image: url(../images/x_puce.png);
	list-style-type: circle;
	text-align: justify;
}
.li_non_justifie {
	list-style-position: outside;
	list-style-image: url(../images/x_puce.png);
	list-style-type: circle;
	text-align: left;
}

.tableau_encadre {
	border: thin solid #000000;
	background-position: center;
	padding: 8px;
}
.notes {
	font-size: small;
	text-align: center;
	background-position: center;
}
.justifie {
	text-align: justify;
}
h3 {
	font-size: large;
}
