html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%
}

html
{
	background: #ddd url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_background.png);
}

html>body #contener {
height: auto;
min-height: 100%;
}

body
{
	font: 80% "Trebuchet MS", sans-serif;
}

td{
	padding:0px;
	}
	
.ligne1
{
	background-color:lightblue;
}

.ligne2
{
	background-color:pink;
}

a
{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

a:hover
{
	color: #c00;
}


#contener
{
	height: 100%;
	width: 990px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	position: relative;
	background: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_global.png) left repeat-y;
}

#header
{
	/*background: #7fcf2e url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_Cercle_logo_site1.gif) no-repeat;*/
	background: #123456;
	color: #ffffff;
	height: 108px;
	position: relative;
}

#header h1
{
    margin: 0;
    margin-bottom:5px;
	position: relative;
	top: 5px;
	font: 2em Georgia, serif;
	color:white;
}

#logo
{
	float: left;
	margin: 0;
	width: 200px;
	height: 70px;
}

#titre
{
	float: right;
	width: 500px;
	display:block;
	text-align:left;
}

#menuHaut
{
	width: 100%;
	float: left;
	background-color: lightblue;
	height: 38px;
	display:inline;
}

.menuHaut
{
	float: left;
	text-align: left;
	padding-top: 2px;
	display:inline;
}

#menuHaut a{
	display: inline;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 2px 0;
	/*color: #390;*/
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}

#menuHaut a:hover{
	color: #c30;
}

#contenuCentral
{
	padding-bottom: 50px;
	overflow: auto;
}

#menuGauche
{
	float: left;
	width: 210px;
}

#menuGauche h2
{
	color:black;
	font-size:120%;
	margin: 5px 0px 5px 10px;
}

#messageAccueil
{
	height:20px;
	float: right;
	width: 400px;
	margin-left: 5px;
	text-align:right;
}

#page
{
	float: right;
	width: 770px;
	margin-left: 5px;
}

#page h2
{
	padding-left: 35px;
	background: #fff url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_titre.png) left center no-repeat;
	color: #123456;
}

#page h3
{
	color: #c00;
	font-variant: small-caps;
}

#footer
{
	position: relative;
	bottom: 0;
	background: #123456 url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_footer.png) repeat-x;
	color: #fff;
/*	border : solid 1px black ;*/
	width: 990px;
	left: 0px;
	font-size: 0.9em;
	text-align:center;
	margin-top: 150px;
	z-index:1;
}

#footer p
{
	margin-top:5px;	
}
#footer a
{
	color:white;	
}
#footer a:hover
{
	color: #c30;	
}

ul#menu
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
 	list-style-type: none;
}

ul#menu li a
{
	display: block;
	height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 30px;
	background: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_arbre.gif) no-repeat left bottom;
	padding-left: 25px;
	margin: 2px 0;
	border-bottom: 1px solid;
	/*color: #390;*/
	font: small-caps 1em Georgia,serif;
	text-decoration: none;

}

ul#menu li a:hover
{
	background-position: left top;
	color: #c30;
}

/*-----------------------------------------------------*/
/*--------------- css pour les tableaux ---------------*/

/* tableau à 3 colonnes */ 
div .table3
{
	margin:0px 0px 0px 0px;
	width:100%;	
}

div .tr3
{
	height:32px;
	width:100%;	
}
div .td3
{
	height:30px;
	width:30%;
	float:left;
	text-align:left;
}



/*css pour un textarea dans un formulaire*/
div .tr3textarea
{
	height:64px;
	width:100%;	
}
 
div .td3textarea 
{
	height:60px;
	width:30%;
	float:left;
	text-align:left;
}
/*--------------- fin du css pour les tableaux ---------------*/

fieldset
{

	position: relative;
    padding: 0 0.5em 1em 0.5em;
    background-color: #CCC;
	background: #eef;
	border: 1px solid #123456;
	margin: 20px 0 30px 15px;
	width: 600px;
	display: block;
}
.wide{
	position: relative;
    padding: 0 0.5em 1em 0.5em;
    background-color: #CCC;
	background: #eef;
	border: 1px solid #123456;
	margin: 20px 0 30px 15px;
	width: 700px;
	display: block;
}

fieldset legend
{
	top: -1em;
	padding: 4px;
	border: 1px solid #123456;
	background:#4475ce;
	color: #fff;
	margin-bottom: 10px;
}

.creationFiche
{
	z-index:200;
	position: relative;
    padding: 0 0.5em 1em 0.5em;
    background-color: #CCC;
	background: #eef;
	border: 1px solid #123456;
	margin: 20px 0 30px 15px;
	width: 680px;
	display: block;
}

.creationFiche legend
{
	top: -1em;
	padding: 4px;
	border: 1px solid #123456;
	background:#4475ce;
	color: #fff;
	margin-bottom: 10px;
}
.creationFiche .infoSup{
	font-size:80%;	
}
div .tableFiche{
	margin:0px 0px 0px 0px;
	width:100%;	
}
div .trFiche{
	height:32px;
	width:100%;	
}
div .tdFiche{
	height:30px;
	width:24%;
	float:left;
	text-align:left;
}
div .tdFicheLien{
	height:30px;
	
	float:left;
	text-align:left;
}
html>body fieldset
{
    padding-top: 1em;
    top: 0;
}

legend
{
    position: relative;
}

.form1
{
	width: 200px;
	height: 40px;
	float: left;
}

.form2
{
	width: 400px;
	height: 40px;
	float: left;
}

.presentation
{
	padding : 20px 30px 0px 0px;
	font: 100% "Trebuchet MS", sans-serif;
	text-align: justify;
}

/*Affichage d'un cadre d'une personne de sexe feminin */
.cadreFem
{
	
	background-image: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_corpsRose.png);
	background-repeat: no-repeat;
	text-align : center;
	height: 65px;
	padding-top:5px;
	width: 150px;
}
/*Affichage d'un cadre d'une personne de sexe masculin */
.cadreHom
{
	color:#FFFFFF;
	height: 65px;
	padding-top:5px;
	width: 150px;
	background-image: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_corpsBleu.png);
	background-repeat: no-repeat;
	text-align : center;
}
.cadreInconnu
{
	height: 65px;
	padding-top:5px;	
	width: 150px;
	background-image: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_corpsJaune.png);
	background-repeat: no-repeat;
	text-align : center;
}
.interCentre
{
	height: 70px;
	width: 40px;
	background-image: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_interCentre.png);
	background-repeat: repeat-y;
}
.interMilieu
{
	height: 70px;
	width: 40px;
	background-image: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_interMilieu.png);
	background-repeat: repeat-y;
}
.interBas
{
	height: 70px;
	width: 40px;
	background-image: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_interBas.png);
	background-repeat: no-repeat;
}
.interHaut
{
	height: 70px;
	width: 40px;
	background-image: url(./../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_interHaut.png);
	background-repeat: repeat-y;
}

.arbre
{
	border-collapse: collapse;
	padding-top: 0px; 
	padding-bottom: 0px;
	margin: 20px;
}
.lienArbre
{
	color:#FFFFFF;
}
#overlay img{
	border: none;
}

#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-image: url(../images/Ouest_Genealogie_Cercle_ABGH_Bretagne_35_Rennes_fondFiche.png);
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}
.affichFiche{
	display:none;
	z-index:100;
	position:absolute;
	left:10%;
	top:5%;	
}
.label_recherche
{
	display:block;
	width: 140px;
	float:left;
	color: darkblue;
	font-size:85%;
}
.label_mode
{
	display:block;
	width: 140px;
	color: darkblue;
	font-size:85%;
	top:5%;	
}

.rechAvancee
{
	width: 140px;
	float:left;
	color: darkblue;
	font-size:85%;
	cursor: pointer;
}
.affichEnfant{
	display:none;
	z-index:100;
	position:absolute;
	left:10%;
	top:30%;	
}
.lienEnfants
{
	z-index:200;
	position: relative;
    padding: 0 0.5em 1em 0.5em;
    background-color: #CCC;
	background: #eef;
	border: 1px solid #123456;
	margin: 20px 0 30px 15px;
	width: 400px;
	display: block;
}

.lienEnfants legend
{
	top: -1em;
	padding: 4px;
	border: 1px solid #123456;
	background:#4475ce;
	color: #fff;
	margin-bottom: 10px;
}
.lienEnfants .infoSup{
	font-size:80%;	
}
