/* Fichier css associé aux table-geneX.html */
/* table-gene_base.css */



@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Affichage d'une photo au passage de la souris */
td.prenom span 
 {
display: none;
}

td.prenom:hover span {
	/* opacity: 0; /* code rajouté */
display: block;
position: relative;
	/* transition:opacity 1s; /* code rajouté */
}


/* Ajout d'une bordure aux tableaux */
td /* Toutes les cellules des tableaux */
{
	border: 1px solid grey;
	text-align: center;
}

 /* Pour fusionner les bordures du tableau: on agit sur la balise <table> */
 /* table
 {
	 border-collapse: collapse;
 } */
 
 /* #cont1
 {
	 display: flex;
	 flex-wrap: nowrap;
 } */
 
 header
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
	background-color: #80d0d0;
}

#titre_principal
{
    display: flex;
    flex-direction: column;
}

#logo
{
    display: flex;
    flex-direction: row;
    align-items: baseline; /* baseline */
}

#logo img
{
    width: 59px;
    height: 60px;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0 10px 0 10px;
	/* text-align: center; */
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.3em;
    margin-top: 5px;
    font-weight: normal;
}


 
 section
 {
	 display: flex;
	 /* justify-content: center; */
 }
 
 table{
	 margin: auto;
	 /* table-layout: fixed; /* ajouté */
 }
 
 table#tab1 td
 {
	 width: 180px;
	 height: 40px;
}

table#tab1 a 
{
	color: dark green;
}
 
 table#tab2 td
{
	 max-width: 180px;
	 min-width: 180px;
	 height: 40px;
 }
 
 table#mariage td
 {
	 width: 25px;
	 height: 25px;
	 font-size: 0.7em;
}
 
table#tab3 td
  {
	 max-width: 120px;
	 min-width: 120px;
	 height: 40px;
	 overflow: hidden;
 }
 
 table#tab4 td
 {
	 height: 40px;
	 max-width: 60px;
	 min-width: 60px;
	 font-size: 0.8em;
	 /* font-size-adjust: inherit; */
	 overflow: hidden; /* scroll hidden */
  }
  
table#tab5 td
 {
	 width: 80px;
	 height: 40px;
 }
 
 
body
 {
	 background-color: #f3f781;
 }
 
footer
{
    display: flex;
    padding-top: 10px;
	background-color: #eea07a; /* fea347 */
	
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h1
{
    font-size: 1.1em;
	padding-left: 15px;
}

#listes_amis
{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

#mes_amis ul
{
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 2px;
}

#mes_amis a
{
    text-decoration: none;
    color: #760001;
}

#mes_photos
{
    width: 35%;
	padding-left: 15px;
}

#mes_amis
{
    width: 25%;
}

#mes_photos img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#les_boutons ul
{
	list-style-type: none;
}

#les_boutons
{
    display: flex;
	vertical-align: middle;
    justify-content: space-between;
    margin-top: 10;
}

#monBouton1{
  height:40px;
  width:110px; 
  color:blue;
}

#monBouton2 {
  height:40px;
  width:110px;
  color:red;
}

#monBouton3 {
  height:40px;
  width:110px;
  color:green;
}

#monBouton4 {
  height:40px;
  width:110px;
  color:red;
}

#monBouton11 {
  height:40px;
  width:110px;
  color:red;
}

#monBouton21 {
  height:40px;
  width:110px;
  color:red;
}

#monBouton12 {
  height:40px;
  width:110px;
  color:red;
}

#monBouton22 {
  height:40px;
  width:110px;
  color:red;
}

#monBouton32 {
  height:40px;
  width:110px;
  color:red;
}

#monBouton13 {
  height:40px;
  width:110px;
  color:red;
}

#monBouton23 {
  height:40px;
  width:110px;
  color:red;
}


