/* Copyright (C) Rozenn Dagorn (France) */
ul, dl {
	margin: 3px 0 10px 20px;
}
ul li {
 list-style: square inside;
 line-height: 1.6em;
}
#contenu ul.indexation {
  	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#contenu ul.indexation li {
	width: 1.6em;
	height: 1.6em;
	float: left;
	list-style-type: none;
	list-style-position:  inside;
	margin: 3px;
 	text-align: center;
}
#contenu ul.indexation li a img {
	margin: 2px 0 0 0;
	border: none;
}
#contenu dl dt {
	margin: 15px 0 5px 0;
	background: url('../images/puce2.gif') no-repeat 3px 5px;
	text-indent: 15px;
	text-align: left;
}
#contenu dl dd {
	margin-left: 15px;
	text-indent: 20px;
	background: url('../images/fleche.gif') left 2px no-repeat;
	text-align: left;
}
#contenu ul li {
 text-align: left;
}

