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

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

#canard {
	margin-left: 100px;
	margin-top: 0px;
	z-index: 1;
	position: relative;
}

#canard2 {
	margin-left: 0px;
	margin-top: -150px;
	z-index: 0;
	position: relative;
}

@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;
}
}

