digraph arbre {
    bgcolor="transparent";
    ranksep="0.75";
    fontname="LiberationSans";
    overlap="compress";
    size = "150, 50";
    mclimit = "100";
    remincross = "true";
    edge [dir=none];
    node [shape = record, margin="0.45,0.05", width=0.1, height=0.2, tooltip=" "];
    
subgraph cluster_familleb0{
style="invisible"; 
            clusterrank="none";
            mclimit = "100";
            ranksep="1"; 
i106  [style="filled", fillcolor="#ffffaa"]  [href="arbre_svg.php?id_pers=106&limite_ascendance=2&output=dot", label="Marie Rosalie GENDRON\n(1876)"]
i20  [style="filled", fillcolor="#ffffff"]  [href="arbre_svg.php?id_pers=20&limite_ascendance=2&output=dot", label="Jean BEZIEAU\n(1903)"]
f5  [style="filled", fillcolor="#ffffff"]  [ shape=point, label="" width=0 height=0];
	{
 node [label="" width=0 height=0 shape=point]
                fa5 
}
f5 -> fa5 [dir=none]
{  i106 -> f5};
{  i20 -> f5};
}
subgraph cluster_familleb1{
style="invisible"; 
            clusterrank="none";
            mclimit = "100";
            ranksep="1"; 
i21  [style="filled", fillcolor="#ffffff"]  [href="arbre_svg.php?id_pers=21&limite_ascendance=2&output=dot", label="Jean Marie BEZIEAU\n(26 Juill. 1869 – 1905)"]
}
{  fa5 -> i21};
}