/**
* styles pour l'affichage des photos
*/
#collection{
    margin: auto;
	text-align:center;
	width: 740px;  /*à moifier à 730px*/
	background: black;
	margin-bottom: 2px;
}
#collection img{
    width: 100px;
	opacity: 0.6;
}
#collection img:hover{
	opacity: 0.99;
}
.legende { 
   font-size: 0.8em;
}

/**
* style pour la division qui servira pour le zoom
*/
#zoom { 
	border: 1px solid black; 
	width: 600px; height:600px;
	margin: auto;
	margin-bottom:10px;
	margin-top: 15px;
}


/*========Les vignettes sous forme d'un tableau, y a juste une ligne!!*/
table{
   margin-bottom: -25px;
   background: black;
   margin:auto;
}
table td{
  border: 1px solid gray;
  cursor: pointer;
  color: #cccccc;
}
table td:hover{
  border: 1px solid white;
  color: white;
}

.titre_galerie{
  color:white;
  margin-left:423px;
  font-size:10px;
}

.titre_ph{
	/*color: white;*/
	margin-top: 2px;
	margin-bottom: 1px;
	font-family: Verdana;
	font-size: 10px;
 }
 
.clearer { 
   clear: both;
   height: 0;
   list-style: none;
 }
 
