.popper
{
	position:absolute;
	
	/*
	background-color:white; 
	border:2px solid black;
	*/
	width:200px;
	height:200px;
	z-index:1;
}

.tree
{

}

.popup
{
	position:absolute;
	width:300px;
	z-index:2;
}
	

body
{
	font-size: 10px;	
	font-family: verdana;
	background-color:#CCCCCC;
}

td
{
	font-size: 10px;	

}

.wife, .wife a,.wife a:hover
{
	color:red;
	cursor:hand;
	background-color:white;
	text-decoration:none;
	font-weight:normal;
}

.principal, .principal a, .principal a:hover
{
	color:black;
	cursor:hand;
	background-color:yellow;
	text-decoration:none;
	font-weight:normal;
}
.husband, .husband a, .husband a:hover
{	
	color: blue;
	cursor:hand;
	background-color:white;
	text-decoration:none;
	font-weight:normal;
} 

.children, .children a, .children a:hover
{	
	color: black; 
	cursor:hand;
	text-decoration:none;
	font-weight:normal;
} 

.bar
{
	background:url("pic/barre hori.gif")
}

.tab
{
	border:solid 0px;
	vertical-align:middle;
	
}

h1
{
    text-align: center;
    font-size: 20px;
    font-variant: small-caps;
    
}

h2
{
    text-align: center;
    font-size: 12px;
}

img
{
	border:0;
}



a {	
	color: blue;
	text-decoration: none;
	font-weight:bold;
	
}

a:hover{
	
	color: blue;
	text-decoration: underline;
}

