/* definition de liste */
li
{
  list-style-image : url(../img/puce.gif); 
	list-style-type : square;
	list-style-position : outside;
	margin-left : 80px;
	margin-top : 50px;
	margin-bottom: 15px;
	line-height : 25px;
	color : #5f6063; 
	background-color : none; 
	font-weight : bold;
	text-indent: 0px;
	vertical-align : 10px;
}

dl
{
  list-style-image : url(../img/puce.gif); 
	list-style-type : square;
	list-style-position : outside;
	line-height : 30px;
	color : #5f6063; 
	background-color : none; 
	font-weight : 900;
	text-indent: 0px;
	vertical-align : 10px;
}

dt
{
	margin-left : 65px;
}

dd
{
	margin-left : 100px;	
}
