/* placement des générations */
.fleches
{
	position:relative;
	height:24px;
	width:700px;
	float:left;
}

.fleche1_1
{
	position:relative;
	height:24px;
	width:150px;
	float:left;
	left:1%;
}

.fleche1_2
{
	position:relative;
	height:24px;
	width:150px;
	float:left;
	left:2%;
}

.fleche2_1
{
	position:relative;
	height:24px;
	width:150px;
	float:right;
	right:1%;
}

.fleche2_2
{
	position:relative;
	height:24px;
	width:150px;
	float:right;
	right:2%;
}

.grands_parents
{
	position: relative;
	height:70px;
	width:700px;
	float:left;
}

.parents
{
	position: relative;
	height:70px;
	width:700px;
	float:left;
}

.generation_decujus
{
	position:relative;
	height:70px;
	width:700px;
	float:left;
}

.generation_enfants
{
}

/* Les liens images entre les générations */
.lien_1_1
{
	position:relative;
	height:60px;
	width:132px;
	background: #fff url(./../images/branche3.gif) left center no-repeat;
	float:left;
	left:40%;
}

.lien_1_2
{
	position:relative;
	height:40px;
	width:490px;
	background: #fff url(./../images/branche2.gif) left center no-repeat;
	float:left;
	left:10%;
}

.lien_2_3_paternel
{
	position:relative;
	height:40px;
	width:328px;
	background: #fff url(./../images/branche1.gif) left center no-repeat;
	float:left;
	left:0%;
}

.lien_2_3_maternel
{
	position:relative;
	height:40px;
	width:328px;
	background: #fff url(./../images/branche1.gif) left center no-repeat;
	float:right;
	right:8.5%;
}


/* Génération 3 : les grands-parents */

.grand_pere_paternel
{
	position: relative;
	height:70px;
	width:150px;
	float:left;
	background-color:lightblue;
	left:1%;
}

.grand_mere_paternelle
{
	position:relative;
	height:70px;
	width:150px;
	float:left;
	background-color:pink;
	left:2%;
}

.grand_pere_maternel
{
	position:relative;
	height:70px;
	width:150px;
	float:right;
	background-color:lightblue;
	right:2%;
}

.grand_mere_maternelle
{
	position:relative;
	height:70px;
	width:150px;
	float:right;
	background-color:pink;
	right:1%;
}

/* Génération 2 : les parents */

.pere
{
	position: relative;
	height:70px;
	width:150px;
	float:left;
	background-color:lightblue;
	left:13%;
}

.mere
{
	position:relative;
	height:70px;
	width:150px;
	float:right;
	background-color:pink;
	right:13%

}

/* Génération 1 : le décujus et son (sa) conjoint(e) */
.decujus1
{
	position:relative;
	height:70px;
	width:150px;
	float:left;
	background-color:lightblue;
	left:40%;
}

.decujus2
{
	position:relative;
	height:70px;
	width:150px;
	float:left;
	background-color:pink;
	left:40%
}

.conjoint
{
	position:relative;
	height:70px;
	width:150px;
	float:right;
	background-color:lightblue;
}

.conjointe
{
	position:relative;
	height:70px;
	width:150px;
	float:right;
	background-color:pink;

}

/* la case où l'on range les enfants */
.enfants
{
	height:;
	width:350;
	float:left;
	background-color:;
	border:;
	margin: 0px 0px 0px 0px;
}

.lien_fiche_partielle
{
	float: right;
}

.fiche_et_enfants
{
	margin: 10px 0px 0px 0px;
	width:750px;
	border-top: solid 1px;
	float: left;
}

.fiche
{
	margin: 0px 0px 0px 0px;
	width: 350px;
	float: right;
	border:;
}

.nom_ou_prenom
{
	float:left;
	width:120px;
}
