#procontainer{
	position: relative;
	width: 566px;
	/*background: Lime;*/
}


#niveau1{
	width: 33%;
	width: 182px;
	background: #F1F1F1;
	position: absolute;
	top: 25px;
	left: 0px;
}

#niveau2{
	width: 33%;
	width: 182px;
	background: Aqua;
	position: absolute;
	top: 25px;
	left: 192px;
	height: 100px;
}

#niveau3{
	width: 33%;
	width: 182px;	
	background: Fuchsia;
	position: absolute;
	top: 25px;
	left: 384px;
}

.off{
	visibility: hidden;
	/*display: none;*/
}

.on{
	visibility: visible;
	/*display: block;*/
}


a.selected, a.selected:link, a.selected:visited{
	text-decoration: none;	
	font-weight: bold;
}

a.selected:hover{
	color: #F47820;
	text-decoration: underline;	
}

