|
@@ -934,7 +934,7 @@ a.more
|
934
|
934
|
position: fixed; left: 0; top: 0;
|
935
|
935
|
width: 100%; height: 100%;
|
936
|
936
|
opacity: .80;
|
937
|
|
- z-index: 9999;
|
|
937
|
+ z-index: 100001;
|
938
|
938
|
}
|
939
|
939
|
.popin_block{
|
940
|
940
|
background: #fff;
|
|
@@ -944,7 +944,7 @@ a.more
|
944
|
944
|
font-size: 1.2em;
|
945
|
945
|
position: fixed;
|
946
|
946
|
top: 50%; left: 50%;
|
947
|
|
- z-index: 99999;
|
|
947
|
+ z-index: 100002;
|
948
|
948
|
/*--Les différentes définitions de Box Shadow en CSS3--*/
|
949
|
949
|
-webkit-box-shadow: 0px 0px 20px #000;
|
950
|
950
|
-moz-box-shadow: 0px 0px 20px #000;
|