.legende {
    opacity: 0; /*pour qu'on ne le voit pas, tant que ce n'est pas survollé*/
	align : center;
    transition: all 0.6s ease; /*temps d'apparition au survol*/
}

.survol:hover .legende {
    opacity: 0.9; /*opicité du fond lorsqu'il apparaît, si y a 0.9 c'est qu'il est un peu transparent*/
} 

a img:hover {
	opacity:0.6;
}

.cursor {
cursor: url("images/pt/detail.png"), pointer;	
}

.cursor:hover {
opacity: 0.6;
}

@font-face {
font-family: 'garamond';
src: url('EB-Garamond/static/EBGaramond-Bold.ttf');
font-weight: normal;
font-style: normal;
}

.garamond {
font-family: 'garamond';
font-size: 12pt;
color: black;
letter-spacing: 0.1em;

}

.titreoeuvre_mosaique {
font-family: 'garamond';
font-size: 12pt;
letter-spacing: 0.1em;
}