.menu{
	color : FF0000;
	text-decoration : none;
	font-weight: bold;
	font-size: 11pt;
}
.menu:hover{
	color : FF0000;
	text-decoration : none;
	font-weight: bold;
	font-size: 11pt;
}
.sous_menu{
	color : FF0000;
	text-decoration : none;
	font-weight: bold;
	font-size: 10pt;
}
.sous_menu:hover{
	color : FFFF00;
	text-decoration : none;
	font-weight: bold;
	font-size: 10pt;
}
.skin0{
	position:absolute;
	width:150px;
	border:2px solid black;
	background-color:menu;
	font-family: Arial;
	line-height:20px;
	cursor:default;
	visibility:hidden;
}
.skin1{
	cursor: default;
	position: absolute;
	width: 150px;
	background-color: menu;
	visibility:hidden;
	font-family: Arial;
	font-size: 11px;
	color: black;
}
.menuitems{
	padding-left:15px;
	padding-right:10px;
}
	html,body
	{
		background-color: transparent;
	}