/************/
/* Standard */
/************/

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	/* 100 % en hauteur */
}

html>body #wrap {
	height: 100%;
}

/* 100 % en hauteur */

body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

iframe {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

a {
	color: #1958b7;
}

a:visited {
	color: #f90;
}

p {
	font-size: 10pt;
	text-align: justify;
	margin: 5px;
}

h1 {
	font-size: 14pt;
	color: #655f4b;
	text-align: center;
	text-decoration: underline;
}

h1:first-letter {
	color: #690;
}

h2 {
	font-size: 12pt;
	color: #655f4b;
	text-align: center;
}

h2:first-letter {
	color: #690;
}

h3 {
	font-size: 10pt;
	color: #655f4b;
	text-decoration: underline;
	text-align: left;
}

h4 {
	font-size: 9pt;
	color: #69c;
	line-height: 1ex;
	text-align: left;
	vertical-align: middle;
}

form {
	text-align: left;
	z-index: 0;
	margin: 5px;
}

select {
	text-align: left;
	z-index: 1;
	margin: 5px;
}

button {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	font-weight: bold;
	font-size: 16px;
	color: #496E31;
}

fieldset {
	border: 2px #496E31 solid;
	margin: 10px;
	padding: 10px;
}

li {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.label {
	color: #496E31;
	font-weight: bold;
	text-align: left;
	display: inline;
}

.title {
	display: block;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	width: 721px;
	height: 100px;
	padding: 0;
	margin: auto;
	z-index: 1;
}

.list {
	overflow: hidden;
	height: 54%;
	overflow-Y: auto;
	width: 100%;
	margin-bottom: 10px;
}

.log {
	overflow: hidden;
	height: 200px;
	overflow-Y: auto;
	width: 100%;
	margin-top: 10px;
}

.pdf {
	height: 70%;
}

.heavy-emphasis {
	font-weight: bold;
	text-decoration: underline;
	font-size: 20px;
}

.livreOk {
	font-weight: bold;
	font-size: 20px;
	color: royalblue;
}

.livreKO {
	font-weight: bold;
	font-size: 20px;
	color: red;
}

.resetbutton {
	border: 2px solid rgb(118, 118, 118);
	border-radius: 5px;
	background-color: rgb(239, 239, 239);
	padding: 1px 6px 1px 6px;
	margin: 8px 0 15px 0;
}

.remarque {
	display: none;
}

/***********/
/* Contenu */
/***********/
#page {
	width: 1350px;
	height: 100%;
}

#sommaire {
	float: left;
	margin: 10px;
	width: 280px;
	height: 90%;
}

#contenu {
	float: left;
	margin: 10px;
	width: 1000px;
	height: 90%;
}

#texte {
	margin-top: 5px;
	position: relative;
	width: 95%;
}

#menu {
	margin: 20px 0px 20px 0px;
	z-index: 100;
	height: 21px;
	position: relative;
}

/******************/
/* Drop-down Menu */
/******************/
#menuDeroulant {
	font: bold 11px verdana, arial, sans-serif;
	background: #6A6458;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#menuDeroulant li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant li a:link,
#menuDeroulant li a:visited {
	display: block;
	height: 1%;
	color: #666;
	background: #E9FFD2;
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #690;
	text-decoration: none;
}

#menuDeroulant li a:hover {
	background-color: #fff;
}

#menuDeroulant li a:active {
	background-color: #E9FFD2;
}

#menuDeroulant .sousMenu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant .sousMenu li {
	float: none;
	margin: 0;
	padding: 0;
	width: 149px;
}

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited {
	display: block;
	color: #666;
	margin: 0;
	border: 0px solid #690;
	text-decoration: none;
}

#menuDeroulant .sousMenu li a:hover {
	background-color: #fff;
}

#menuDeroulant li:hover>.sousMenu {
	display: block;
}

/********/
/* Menu */
/********/
ul#tabnav {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	padding-left: 24px;
	border-bottom: 1px solid #690;
	margin: 0;
}

ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #E9FFD2;
	margin: 2px 2px 0 2px;
	border: 1px solid #690;
}

ul#tabnav li.active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#tabnav a {
	margin: 0;
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}

#tabnav a:hover {
	margin: 0;
	background: #fff;
}

/************/
/* Sommaire */
/************/
#sommaire img {
	vertical-align: middle;
	border: none;
	padding: 0 10px 0 0;
}

#sommaire ul {
	list-style: none;
	border: none;
	padding: 0;
	margin: 80px 0 0 0;
	width: 95%;
}

#sommaire li {
	margin: 0px 5px 0px 15px;
	padding: 2px;
	font-size: 15px;
}

#sommaire li a {
	display: block;
	margin: 1px;
	text-decoration: none;
	color: #496E31;
	background-color: transparent;
	font-weight: bold;
}

#sommaire li a:hover {
	margin: 0px;
	background: #E9FFD2;
	border: 1px solid #690;
	color: #666;
}

/***********/
/* Tableau */
/***********/
#tableau table {
	margin-left: auto;
	margin-right: auto;
	table-layout: auto;
	border: none;
	border-spacing: 1px;
	margin: 5px;
	empty-cells: show;
	border-collapse: collapse;
	font-size: 10pt;
	text-align: left;
	width: 98%;
}

#tableau tr {
	background-color: transparent;
}

#tableau th {
	padding: 5px;
	background-color: #E9FFD2;
	color: #496E31;
	border: 1px solid #690;
}

#tableau td {
	padding: 5px;
	text-align: justify;
	border: 1px solid #690;
}

#tableau img {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border: 0
}

/**************/
/* G�n�alogie */
/**************/
#bulle {
	position: fixed;
	display: block;
	visibility: hidden;
	z-index: 30;
	padding: 4px;
	width: auto;
	height: auto;
	border: 1px #888 solid;
	color: black;
	font-size: 10px;
	background-color: #F5F6FA;
}

#gene .homme {
	text-decoration: none;
	position: absolute;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	z-index: 10;
	width: 118px;
	height: 20px;
	font-size: 9px;
	color: #3D79D3;
	text-align: left;
	cursor: pointer;
}

#gene .femme {
	text-decoration: none;
	position: absolute;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	z-index: 10;
	width: 118px;
	height: 20px;
	font-size: 9px;
	color: #FF353C;
	text-align: left;
	cursor: pointer;
}

#pos0 {
	top: 130px;
	left: 89px;
}

#pos1 {
	top: 58px;
	left: 231px;
}

#pos2 {
	top: 202px;
	left: 231px;
}

#pos3 {
	top: 26px;
	left: 375px;
}

#pos4 {
	top: 90px;
	left: 375px;
}

#pos5 {
	top: 170px;
	left: 375px;
}

#pos6 {
	top: 234px;
	left: 375px;
}

#pos7 {
	top: 10px;
	left: 520px;
}

#pos8 {
	top: 42px;
	left: 520px;
}

#pos9 {
	top: 74px;
	left: 520px;
}

#pos10 {
	top: 106px;
	left: 520px;
}

#pos11 {
	top: 154px;
	left: 520px;
}

#pos12 {
	top: 186px;
	left: 520px;
}

#pos13 {
	top: 218px;
	left: 520px;
}

#pos14 {
	top: 250px;
	left: 520px;
}

#gene .cacher {
	visibility: hidden;
}

#gene .fond {
	position: absolute;
	background-image: url(../images/gene.png);
	background-repeat: no-repeat;
	width: 568px;
	height: 273px;
	padding: 0;
	top: 0px;
	left: 80px;
}

#gene .concubinLabel {
	position: absolute;
	top: 20px;
	left: 25px;
}

#gene .concubinListe {
	position: absolute;
	top: 35px;
	left: 25px;
	width: 180px;
}

#gene .enfantsLabel {
	position: absolute;
	top: 160px;
	left: 25px;
}

#gene .enfantsListe {
	position: absolute;
	top: 175px;
	left: 25px;
	width: 180px;
}

#gene .gauche1 {
	position: absolute;
	background-image: url(../images/left-icon.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 34px;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
	top: 70px;
	left: -20px;
}

#gene .gauche2 {
	position: absolute;
	background-image: url(../images/left-icon.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 34px;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
	top: 180px;
	left: -20px;
}

#gene .droite1 {
	position: absolute;
	background-image: url(../images/right-icon.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 34px;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
	top: 50px;
	left: 665px;
}

#gene .droite2 {
	position: absolute;
	background-image: url(../images/right-icon.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 34px;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: pointer;
	top: 190px;
	left: 665px;
}

#gene table {
	table-layout: fixed;
	border: 0;
	border-spacing: 1px;
	margin: 1px;
	font-size: 10pt;
	width: 100%;
	color: #000;
}

#gene td {
	border: 0;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

#gene tr {
	border: 0;
	width: 100%;
}

#gene_ind table {
	table-layout: fixed;
	border: 0;
	border-spacing: 1px;
	margin: 1px;
	font-size: 10pt;
	width: 100%;
	color: #000;
}

#gene_ind td {
	border: 0;
	width: 20%;
	text-align: center;
	vertical-align: top;
}

#gene_ind tr {
	border: 0;
	width: 100%;
}

#gene_ind img {
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	border: 0
}