#ongletsFamilles {
	position:relative;
	float:left;
	width:590px;
	height:auto;
	margin-top:3px;
	font-size:0.85em;
}	

div.onglet, div.onglet_actif {
	position:relative;
	float:left;
	width:147px;
	height:40px;
	text-align:center;
}

div.onglet a {
	font-weight:bold;
	text-decoration:none;
	color:#936;
}

div.onglet p, div.onglet_actif  p {
	margin:0;
	padding:0;
	margin-top:5px;
}

div.onglet_gauche, div.onglet_actif_gauche {
	position:relative;
	float:left;
	width:5px;
	height:40px;
	background-repeat:no-repeat;
}

div.onglet_milieu, div.onglet_actif_milieu {
	position:relative;
	float:left;
	width:137px;
	height:40px;
	background-repeat:repeat-x;
}

div.onglet_droite, div.onglet_actif_droite {
	position:relative;
	float:left;
	width:5px;
	height:40px;
	background-repeat:no-repeat;
}

div.onglet_actif a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

div.onglet_gauche {
	background-image:url(/images/gui/onglet_gauche.png);
}

div.onglet_milieu {
	background-image:url(/images/gui/onglet_milieu.png);
}

div.onglet_droite {
	background-image:url(/images/gui/onglet_droite.png);
}


div.onglet_actif_gauche {
	background-image:url(/images/gui/onglet_actif_gauche.png);
}

div.onglet_actif_milieu {
	background-image:url(/images/gui/onglet_actif_milieu.png);
}

div.onglet_actif_droite {
	background-image:url(/images/gui/onglet_actif_droite.png);
}

