 /*le CSS pour le modal window portfolio*/

  /*POPUPS*/
#fade {
	/* LE FADE EN ARRIERE DU POPUP LE BACKGROUND*/
	display: none;
	background: #290128;  /*L COULEUR DU FADE BACKGROUND*/
	position: fixed; left: 0; top: 0; 
	/*z-index: 10;*/
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;/*9999*/
}
  /* le pop background avec bordure*/
  .popup_block{
	width: 100%;
	height: 90%;
	display: none; /*couleur du box*/
	padding: 20px;
	/*border: 10px double #FFF; /*COULEUR DE LA BORDURE + EPAISSEUR*/
    float: none;
	font-size: 1.2em;
	position: fixed;
	top: 55%;
	left: 50%;
	z-index: 99999;/*99999*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 0.3em;/*2px*//*rounded the corner of the div box*/
	background-color: #10010f; /*mauve fonce - la couleur de la box principale qui apparait*/
	overflow: hidden;
	
	
     
  }
  img.btn_close {
      float: right; 
      margin: -10px -10px 0 0;/*-20px -19px 0 0*//*position du bouton close*/
  }
  .popup p {
      padding: 5px 10px;
      margin: 5px 0;
  }
  /*Making IE6 Understand Fixed Positioning*/
  *html #fade {
      position: absolute;
  }
  *html .popup_block {
      position: absolute;
  }
  
  
  /*pour fermer popup*/
  #closepopup {
   	position:absolute;
	width:2.5000em;/*40px*/
	height:2.375em;/*38px*/
	z-index:1;
	left: 80%;/*674px*/
	top: 0.063em;/*1px, 0.063em*/
  }
  
#modalcontentboxemaux, #modalcontentboxpeinture, #modalcontentboxprintmaking, #modalcontentboxsculpture{
 width:100%;
 height:100%;
 overflow: auto;
 background-color:#10010f;/*mauve fonce - couleur du textbox ou sont les images*/
 
 /*Parametres pour ecriture*/
 color:rgba(255,255,255,1.0);
 text-align: justify;
 font-size: 100%;/*18px*/
 line-height: 137.5%;/*22px*/
 z-index: 2;
 padding-left:2%;
 padding-right:2%;
 -webkit-backface-visibility: hidden;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  
	  }
.modalcontentboxemaux h2 {
	color:rgba(255,255,255,1.0); /*couleur ecriture header portfolio*/
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.9);*/
	position: relative;
	font-size: 120%;/*45px, 2.813em*/
	font-weight: 700; /*l'epaisseur des lettre*/
	text-align: left;
	padding: 0;
	-webkit-backface-visibility: hidden;
}	  
