/* for coolmenu : issued from dhtmlcentral.css */
.clCMEvent {
	position: absolute;
	z-index: 300;
	width: 100%;
	height: 100%;
	clip: rect(0, 100%, 100%, 0);
	left: 0;
	top: 0;
	visibility: hidden
}

.clCMAbs {
	position: absolute;
	width: 10;
	height: 10;
	left: 0;
	top: 0;
	visibility: hidden
}

.clT, .clTover, .clS, .clSover, .clS2, .clS2over {
	position: absolute;
	overflow: hidden;
	width: 110;
	height: 30;
	cursor: pointer;
	cursor: hand
}

.clT, .clTover {
	
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
	color: #404770;
	font-weight: Bold;
	text-decoration:none;
	display : list-item;
list-style-image : url(images/puce_menu.gif);
list-style-position: outside;

}



.clT {
	color: #404770;
}

.clTover {
	color: #A4B3DD;
}

.clS, .clSover {
	
	font-family: Verdana;
	padding: 2px;
	font-size: 10px;
	font-weight: bold
}

.clS2, .clS2over {
	padding: 2px;
	font-size: 10px;
}

.clS, .clS2 {
	color: #003366;
	background-color: white;
	layer-background-color: white;
}

.clSover, .clS2over {
	color: #ABC2D1;
}

.clSover, .clS2over, .clTover, .clB, .clBar {
	layer-background-color: white;
	background-color: white;
}

.clB {
	position: absolute;
	visibility: hidden;
	z-index: 300
}

.clBar {
	position: absolute;
	width: 10;
	height: 10;
	visibility: hidden;
}

