body.sfrDom{
/*perspective*/
/*-webkit-perspective:800px;*/
   -moz-perspective:800px;
    -ms-perspective:800px;
     -o-perspective:800px;
        perspective:800px;
/*perspective-origin*/
/*-webkit-perspective-origin:50% 50%;*/
   -moz-perspective-origin:50% 50%;
    -ms-perspective-origin:50% 50%;
     -o-perspective-origin:50% 50%;
        perspective-origin:50% 50%;
        
-webkit-transorm-style:preserve-3d;
-moz-transorm-style:preserve-3d;
}
.gorilla,
.sfrDom .gorilla{
position:absolute;
left:0;
right:0;
display:none;
z-index:12001;
width:900px;
/*perspective*/
-webkit-perspective:800px;
   -moz-perspective:800px;
    -ms-perspective:800px;
     -o-perspective:800px;
        perspective:800px;
/*perspective-origin*/
-webkit-perspective-origin:50% 50%;
   -moz-perspective-origin:50% 50%;
    -ms-perspective-origin:50% 50%;
     -o-perspective-origin:50% 50%;
        perspective-origin:50% 50%;
-webkit-transorm-style:preserve-3d;
-moz-transorm-style:preserve-3d;
/*box-shadow*/
-webkit-box-shadow:0 0 30px #000;
   -moz-box-shadow:0 0 30px #000;
        box-shadow:0 0 30px #000;
/*border-radius*/
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
}
.gorilla .gorilla-header,
.sfrDom .gorilla .gorilla-header{
height:20px;
position:relative;
background-color:#FFF;
-webkit-border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border-top-left-radius:4px;
border-top-right-radius:4px;
}
.gorilla .gorilla-header a,
.sfrDom .gorilla .gorilla-header a{
font:12px Arial, Helvetica, sans-serif;
position:absolute;
right:5px;
top:5px;
text-decoration:none;
color:#8c8c8c;
text-transform:uppercase;
padding-right:20px;
background:url(//static.s-sfr.fr/media/-hadsl-closeoverlay.png) top right no-repeat;
cursor:pointer;
}
.gorilla .gorilla-header a:hover,
.sfrDom .gorilla .gorilla-header a:hover{
text-shadow:0 1px 1px #FFF;
color:#666;
}
.gorilla .gorilla-footer,
.sfrDom .gorilla .gorilla-footer{
height:5px;
position:relative;
background-color:#FFF;
-webkit-border-bottom-left-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
}
.gorilla .gorilla-content,
.sfrDom .gorilla .gorilla-content{
background:left bottom no-repeat;
padding:20px;
min-height:100px;
background-color:#FFF;
}
