#categories a:hover{
	text-decoration: underline;
}
#categories{
	margin-bottom: 20px;
	overflow: auto;
}
#categories li{
	float:left;
	width: 200px;
	height: 120px;
	font-weight: bold;

}
#categories li li{
	float:none;
	margin-bottom: 0;
	width: auto;
	height: auto;
	font-weight: normal;
	list-style-type: circle;
}
#categories li ul{
	margin-top: 10px;
}

#listeSites{
	margin-top: 10px;
}
#listeSites a{
	text-decoration: underline;
}
#listeSites p{
	margin: 0;
}
