/*IMAGE ET SCROLLER  IMAGE*/

#image_a,#image_b,#image_c,#image_d,#image_e,#image_f{
display:block;position:absolute;width:100%;height:100%;margin:0;padding:0;overflow:hidden;}
.Scrollerimage{display:block;position:relative;height:100%;width:auto;left:0;top:0;z-index:1;}
/*REglage block de text icone*/
.mini_photo_block{height:100%;width:100%;position:relative;display:inline-block;}
.mini_photo_block img.photo_all{width:100%;height:100%;display:block;position:absolute;top:0;left:0;}
/*reglage des controle carroussel*/
.left_p_control{z-index:3;display:block;width:70px;height:70px;position:absolute;left:0;background-image:url(../images/fleche_06.png);background-size:contain;background-repeat:no-repeat;background-position: 0 0;}
.right_p_control{z-index:3;display:block;width:70px;height:70px;position:absolute;right:0;background-image:url(../images/fleche_08.png);background-size:contain;background-repeat:no-repeat;background-position: 100% 0;}

.left_sh{z-index:2;display:block;width:70px;height:100%;position:absolute;left:0;background-image: url(../images/png/gsh.png);background-size:contain;background-repeat:repeat-y;background-position: 0 0;}
.right_sh{z-index:2;display:block;width:70px;height:100%;position:absolute;right:0;background-image: url(../images/png/dsh.png);background-size:contain;background-repeat:repeat-y;background-position: 100% 0;}

/*Modif Responsive*/

@media only screen and (min-width :1240px) {

}

@media only screen and (max-width :800px) {
.left_p_control{width:60px;height:60px;}
.right_p_control{width:60px;height:60px;}
.left_sh{width:60px;}
.right_sh{width:60px;}
}

@media only screen and (max-width :800px) and (max-height:600px) {

}

@media only screen and (max-width :580px) {
.left_p_control{width:50px;height:50px;}
.right_p_control{width:50px;height:50px;}
.left_sh{width:50px;}
.right_sh{width:50px;}
}

@media only screen and (max-width :420px) {
.left_p_control{width:50px;height:40px;}
.right_p_control{width:50px;height:40px;}
.left_sh{width:40px;}
.right_sh{width:40px;}
}

@media only screen and (max-width :420px) and (max-height:380px) {

}


