@font-face {
    font-family:SimplonNormLight;
    font-weight:bold;
    font-style:normal;
    font-variant:normal;
    src: url('SimplonNorm-Light.otf');
}


a img:hover {
	opacity:0.6;
}


.titre{
	font-family: SimplonNormLight, "sans-serif";
	color: #999999;
	font-size: 11pt;
} 

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

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

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

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

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

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