body{
    cursor: url("cur.png"), pointer;
}
body a{
    cursor: url("cur.png"), pointer;
}
             
.page{
    /*margin: 30px;*/
    text-align:left;  
    border-style: solid;
    border-color: black;
    width: 277mm;
    height: 190mm;
    padding: 10px;
    margin-bottom: 20mm;
    page-break-after:always;
    
 font-family:verdana, sans-serif;
 color:#000000;
}


.couv img{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    position: absolute;
    top: 85mm;
    left: 170mm;
    
}

p{
    position: absolute;
    left: 160mm;
    width: 35%;
}

  .blocimg {
        display: inline-block;
        position: relative;
        width: 150mm;
}

.blocimg img{
    position: relative;
    width: 120mm;
    max-width:  30%;
}
    
             
.q{
        
    position: absolute;
    display: inline-block;
    margin-left: 20mm;
    
}    
    
.q img{
    
      max-width:  100%;
}
             


