@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 ao├╗t 2015, 15:29:09
    Author     : efs
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 ao├╗t 2015, 08:23:55
    Author     : efs
*/
.img_block {
  display: inline-block;
  position: relative; }
  .img_block .resize_img_container {
    display: inline-block; }
    .img_block .resize_img_container img {
      width: 100%;
      padding: 0 !important; }
    .img_block .resize_img_container .resize_drop_zone {
      position: absolute;
      cursor: pointer;
      border: 1px solid grey;
      color: white;
      font-size: 0.8em;
      font-family: sans-serif;
      border-radius: 8px;
      box-sizing: border-box; }
      .img_block .resize_img_container .resize_drop_zone a, .img_block .resize_img_container .resize_drop_zone a:focus, .img_block .resize_img_container .resize_drop_zone a:hover, .img_block .resize_img_container .resize_drop_zone a:active {
        text-decoration: none;
        color: #000 !important; }
      .img_block .resize_img_container .resize_drop_zone a {
        display: block;
        width: 100%;
        height: 100%; }

.content_link {
  margin-bottom: 30px;
  border-bottom: 2px solid grey;
  padding: 10px; }
  .content_link a:hover {
    color: inherit; }
  .content_link img {
    padding: 0 !important; }
  .content_link .content_div {
    display: none; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 ao├╗t 2015, 08:23:31
    Author     : efs
*/
#shortcode {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px; }
  #shortcode #code {
    font-weight: bold;
    font-size: 1.2em; }

.img_part {
  width: 100%;
  position: relative;
  background-color: #fff;
  vertical-align: top; }
  .img_part .bloc_img {
    display: inline-block;
    position: relative; }
    .img_part .bloc_img .resize_img_container {
      display: inline-block; }
      .img_part .bloc_img .resize_img_container .resize_drop_zone {
        position: absolute;
        background-color: #f2f2f2;
        opacity: 0.4;
        color: #a0a0a0;
        font-size: 0.8em;
        font-family: sans-serif;
        border-radius: 8px;
        top: 1%;
        left: 1%;
        width: 15%;
        height: 15%;
        box-sizing: border-box; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable {
          position: relative; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-handle {
          position: absolute;
          font-size: 0.1px;
          display: block; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-disabled .ui-resizable-handle, .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-autohide .ui-resizable-handle {
          display: none; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-n {
          cursor: n-resize;
          height: 7px;
          width: 100%;
          top: -5px;
          left: 0; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-s {
          cursor: s-resize;
          height: 7px;
          width: 100%;
          bottom: -5px;
          left: 0; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-e {
          cursor: e-resize;
          width: 7px;
          right: -5px;
          top: 0;
          height: 100%; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-w {
          cursor: w-resize;
          width: 7px;
          left: -5px;
          top: 0;
          height: 100%; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-se {
          cursor: se-resize;
          width: 12px;
          height: 12px;
          right: 1px;
          bottom: 1px; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-sw {
          cursor: sw-resize;
          width: 9px;
          height: 9px;
          left: -5px;
          bottom: -5px; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-nw {
          cursor: nw-resize;
          width: 9px;
          height: 9px;
          left: -5px;
          top: -5px; }
        .img_part .bloc_img .resize_img_container .resize_drop_zone .ui-resizable-ne {
          cursor: ne-resize;
          width: 9px;
          height: 9px;
          right: -5px;
          top: -5px; }

.link_zone_part {
  position: relative;
  width: 100%;
  background-color: #fff;
  vertical-align: top; }
  .link_zone_part .list_zone {
    font-size: 0.8em; }
    .link_zone_part .list_zone table, .link_zone_part .list_zone th, .link_zone_part .list_zone td {
      border: 1px solid #F1F1F1;
      border-collapse: collapse; }
    .link_zone_part .list_zone table {
      width: 100%; }
      .link_zone_part .list_zone table td {
        padding: 0 10px; }

/*# sourceMappingURL=imgZone.css.map */
