/*a img:hover {
	opacity:0.6;
}*/

.titreoeuvre_mosaique {
	color: #0000DC;
	font-size: 12pt;
	background-color: #F5F5F5
}

@media all and (min-width: 100px) {
img.responsive {
  width: 800px;
}
}

@media all and (min-width: 1200px) {
img.responsive {
  width: 1000px;
}
}

@media all and (min-width: 1400px){
img.responsive {
  width: 1100px;
}
}

@media all and (min-width: 1500px){
img.responsive_home {
  width: 1200px;
}
}

@media all and (min-width: 1600px){
img.responsive_home {
  width: 1300px;
}
}

@media all and (min-width: 1700px){
img.responsive_home {
  width: 1500px;
}
}