.menuHautOff, .menuHautOver, .menuHautSel {
	font-family: Verdana;
	font-size: 13px;
	padding: 0px 3px 0px 3px;
	white-space: nowrap;
}

.menuHautOff {
	background-color : #FFFFFF;
	color: #BCAFC5;
}
.menuHautOver {
	background-color : #FFFFFF;
	color : #5D1C79;
	cursor:pointer;
	cursor:hand;
}	
.menuHautSel {
	background-color: #BCAFC5;
	color: #5D1C79;
}

.ongletsSel, .ongletsOff, .ongletsOver {
	padding: 0px 3px 0px 3px;
	font-family: Verdana;
	font-size: 13px;
}

.ongletsOff {
	color : #BCAFC5;
}

.ongletsOver {
	color: #5D1C79;
	text-decoration: underline;
	cursor : pointer;
	cursor : hand;
}

.ongletsSel {
	color: #5D1C79;
	background-color : #BCAFC5;
}


.album_off, .album_over, .album_sel {
	font-family: Verdana;
	font-size: 13px;
	padding : 4px 10px 4px 10px;
	white-space: nowrap;
}

.album_off {
	color : #BCAFC5;
	background-color : #FFFFFF;
}
.album_over {
	color : #5D1C79;
	background-color : #FFFFFF;
	cursor : pointer;
	cursor : hand;
}
.album_sel {
	color : #5D1C79;
	background-color : #BCAFC5;
}
