#menu_plansite {
	
}

#menu_plansite table {
	
}

#menu_plansite table th {
	background-image: url(../../skins/defaut/images_client/fond_menu.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
	width: auto;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 10px;
}

#menu_plansite table th a{
	color: #FFF;
	text-decoration: none;
	font-family: 'MYRIADPRO-REGULAR', "Trebuchet MS", Tahoma, serif;
}
#menu_plansite table th a:hover{
	filter : alpha(opacity=60);
    opacity : 0.6;
}

#menu_plansite table td {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a6cd66;

}

#menu_plansite table td:first-child{
	border-left-width: 0px;
}

#menu_plansite table td a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display:block;
}
#menu_plansite table td a:hover{
	filter : alpha(opacity=60);
    opacity : 0.6;
}