#menu {
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width:225px;
	text-align:left;
	}

#menu H1 {
	font-size:14px;
	color:#3B3C41;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(../images/menu/coin-h1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding:2px;
	padding-left:5px;
	margin:0 0 0 0 ;
	

}
.famille a {
	color:#ffffff;
	list-style:none;
	font-size:12px;
	background-image:url(../images/menu/fond-famille.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:20px;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:0px;
	display:block;
	text-decoration:none;
}
.famille a:hover {
color:#FF9900;

}

.famille_over a {
	list-style:none;
	font-size:12px;
	background-image:url(../images/menu/fond-famille.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:20px;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:0px;
	display:block;
	text-decoration:none;
	color:#FF9900;

}

#menu * ul {
margin:0px;
}

#menu div div ul li {
color:#CCCCCC;
background-color:#11131c;
	background-image:url(../images/menu/fond-ss-famille.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	
	font-weight:normal;
	text-transform: none;
	padding-top:0px;
		

padding:0px;
padding-left:35px;
margin:1px;
display: table-cell;
list-style:none;
text-decoration:none;


}
#menu div div ul li a{
	font-size:12px;
	text-decoration:none;
	color:#CCCCCC;

 }
#menu div div ul li a:hover {
color:#FF9900;
text-decoration:none;
}

.select_over {
	color:#FF9900;
	/*
	//background-color:#11131c;
	background-image:url(../images/menu/fond-ss-famille.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	
	font-weight:normal;
	text-transform: none;
	padding-top:0px;
		

	padding:0px;
	padding-left:35px;
	margin:1px;
	display: table-cell;
	list-style:none;
	text-decoration:none;
	font-size:12px;
	text-decoration:none;*/
}

#menu div div ul li a:visited {
color:#cccccc;
text-decoration:none;
}
----------------
