.menu{
	position:absolute; width:180px; visibility:visible; z-index:5;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; 
	color: #FFFFFF;letter-spacing: 1px; text-align:center; top:10px;
	/*border: 1 dotted;*/
}
.a_wysi{color: #508F26; background-color: #FFFBCE; text-decoration:none; width:100%; margin-top: 2px;}
.a_wysi:link{color: #508F26; background-color: #FFFBCE; text-decoration:none; width:100%; margin-top: 2px;}
.a_wysi:visited{color: #508F26; background-color: #FFFBCE; text-decoration:none; width:100%; margin-top: 2px;}
.a_wysi:hover{color: #2C4F15; background-color: #FFFBCE; text-decoration:none; width:100%; margin-top: 2px;}

.dl_wysi{
	float: left;
	width:150px;
	/*border: 2 solid #0000FF;*/
	z-index: 30;
	
}

.ul_wysi{
	margin: 0px;
}

.menu_niv1 { 
	background-color: #FFFBCE;
	position: relative; 
	/*top: 0px;*/
	width: 150px; 
	height: 19px;
	z-index: 30; 
	visibility: visible; 
	border: 1px solid #508F26;
	margin-right: 2px;
	
	text-align: center;
	vertical-align: baseline;
	/*font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; */
	/*color: #FFFFFF;letter-spacing: 1px; background-color: #FF6600; */
}
.menu_niv2 { 
	background-color: #FFFBCE;
	position: relative; 
	/*top: 0px;*/
	width: 150px; 
	height: 19px;
	z-index: 30; 
	border: 1px solid #508F26;
	margin-right: 2px;
	margin-top: 2px;
	
	text-align: center;
	
	/*font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; */
	/*color: #FFFFFF;letter-spacing: 1px; background-color: #FF6600;*/
}

.sous_menu_pos {
	position: relative;
	z-index: 35;
	margin-top: 0px;
	margin-left: 0px;
	left: 0px;
	width: 150px;
	/*height: 2px; */
	visibility: hidden; 
	/*display: block;*/
	text-align: center;
	/*border: 1 dotted #000000;*/
	background-image: url("/images/constr/spacer.gif"); 
	
}
