/* Begin CSS Popout Menu */

body {
	behavior:url(css/csshover.htc);
}


/* MENU V */

#menuV {
	list-style: none;
	margin:0;
	padding-bottom:0;
	border:1px solid #ffffff
}

#menuV li {
	float:left;
}

#menuV li a, #menuV .menuV_active {
	font-weight: normal;
	text-align:right;
	display:block;
	width:71px;
	height:54px;
	padding:10px 5px 0 5px;
	color: #fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	background-image:url(../img/bg_menu.gif)
	/* pour ie */
}

#menuV li a:hover, #menuV a.menuV_active   {
	width:71px;
	height:34px;
	padding:30px 5px 0 5px;
	text-decoration:underline;
	background:none;
}


#menuV li a:active, #menuV .menuV_active   {
	width:71px;
	height:34px;
	padding:30px 5px 0 5px;
	text-decoration:none;
	background:none;
}

