/* galerie.css */
/* Version 1.0 du 21-09-14 Rev 1 */

/* ############################################################ */
/*    css du contenu de la page (sans bannière, menus et pied)  */
/* ############################################################ */

#page {  padding-top: 100px;
	padding-bottom: 100px;
	min-height: 342px; /* valeur par défaut pour 2 images en h = 140px */
	min-height: 420px;
  background-color: rgb(255,255,255);
  background-color: rgba(255, 255, 255, 0.5);
}

#galerie { 
  padding-top: 5px;
  padding-bottom: 7px;
  width: 1280px;     
  overflow: auto;
  background-color: rgb(255,255,255);
  background-color: rgba(255, 255, 255, 0.6);
  list-style:none;
  font-size: 20px;
  color: white;
  left: 50%;
  text-align: center;
  }

#galerie a { 
  display:block; 
  outline:none;
  }
  
#galerie a:hover, #galerie a:focus {
  background:#dddddd;
}
  
#galerie a.active {
  background:#000;
}

#tab {
	margin: auto;
  padding: 5px;  
  overflow: auto;
  /*background-color: #fbf0d7;*/
  /*background-color: white;*/
  list-style:none;
  font-size: 20px;
  color: white;
  left: 50%;
  text-align: center;
  }
  
#tab tr {
	width: 890px;
}

#tab a { 
  display: block;
  padding: 10px;
  padding-bottom: 5px;
  outline:none;
  /*background-color: #f2cc66;*/
  }

#tab a:hover, #tab a:focus {
  background:#dddddd;
}
  
#tab a.active {
  background:#000;
}
  
#galerie {
  opacity: 1;
}

.miniatures { max-width:210px; 
  max-height:210px; 
  border:1px solid #000000;
}

.rien { width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 120%;
  color: #7a7a7a;
}
  

/* ############################################################ */
/*                              FIN                             */
/* ############################################################ */
