/*barre de navigation des images */





#galerie_mini ul
{
  	width:auto;
	margin: 0px ;
  	padding: 0px ;
  	list-style-type: none ;
	border-top:2px solid #BD8D46;
	background:;
}

#galerie_mini li
{
  	float: left ;
	width:auto;
	padding: 10px;
	border: ;/*bordure du bloc image mini*/
	border:1px solid transparent;
	background:;
}


#galerie_mini ul li a 
{
  	width:auto;
	margin:0;
  	border:1px solid transparent;/*bordure des images mini*/
	background:transparent;
}


dl#photo
{
  	clear: both ;
  	margin-top: 20px auto;
	border:1px solid transparent;/*bordure du cadre photo et titre en taille normale*/
}

dl#photo dt
{
  	font: 1.8em "open sans condensed",sans-serif;
	color: #dcb ; /*couleur du texte de la photo en taille normale*/
}

dl#photo dd
{
  	margin: 0px ;
	pading: 10px;
}

dl#photo img
{
  	border:1px solid transparent; /* bordure photo en taille normale*/
	max-width: 100%;
}

figure{ display:block; margin:0px; border: 0;}
figcaption { display:block; width:auto; margin:0px; text-align:center; width: 160px; line-height:auto; background:transparent;}
