/*--------------------------  ID  --------------------------*/

#menu{
	width: 210px;
	vertical-align: top;
	padding-top: 0;
}


/*--------------------------  CLASS  ----------------------*/
.puce{
	float: left;
	width: 34px;
	height: 34px;
	background: url("../images/menu/puce.jpg");
	margin-right: 10px;
	cursor: pointer;
}

.puce_selected{
	float: left;
	width: 34px;
	height: 34px;
	background: url("../images/menu/puce_h.jpg");
	margin-right: 10px;
	cursor: pointer;
}

.textMenu{
	float: left;
}

.spacerMenu{
	clear: both;
	height: 8px;
}