/* placement des blocks */
.categories {
	position:relative;
	float: left;
	margin: 10px 20px 0 0;
	width: 280px;
	height: 280px;
}
.scategories {
	float: left;
	margin: 20px 20px 0 0;
	padding: 2px;
	width: 280px;
	height: 170px;
	overflow: auto;
}
.scategories span {
	display: block;
	height: 30px;
	text-decoration: underline;
}
.scategories span:hover, .scategories a:hover {
	text-decoration: none;
	cursor: hand;
}
.scategories img {
	float: left;
	margin: 0 10px 0 0;
}

.categories span {
	position:absolute;
	top:0;
	left:0;
	display: block;
	width: 280px;
	background-color:#DDEBF4;
}
