/*spécification de la galerie photo*/
/*---------------------------------*/
.expo
{
	width: 102%;
}
.expo a
{
	display: inline-block;
	height: 45px;
	width: 60px;
	border: 2px solid #c8e3fd;
}
.expo img
{
	height: 460px; 
	width: auto;
	margin-left: auto;
    margin-right: auto;
}
#galerie
{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-left: -0.2em;
}
#galerie img
{
	width: 100%;
	height: 100%;

}
#galerie a img
{
	border: none;
}
#photo
{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0em;
	margin-top: 0.5em;	
}
#photo dt
{
	margin-top: 0.6em;
	margin-bottom: 1em;
	text-align: center;
}
#photo dd
{
	margin: 0em;
}
.linkInGalerie
{
	color: blue;
	text-decoration: underline;
	cursor:pointer;
}