
.main {
    z-index: 9999999;
	background: rgba(255,255,255,1.00)
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
  min-height:400px;
  background:#ccc;
}




.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

#image {
  min-height:200px;
}


/*PLUS*/
.zoom {
transition: all .2s ease-in-out;
}

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

#modele { }

.contenu {color: #3d3d3d; padding-top: 30px; background: url(../images/logo-modele.png) no-repeat}
.bloc-fixe { }

h2 {color: #3d3d3d}