
/* fenetre */
.reveal-modal-bg { 
        position: fixed; 
        height: 100%;
        width: 100%;
        background: #000;
        background: rgba(0,0,0,.8);
        z-index: 998;
        display: none;
        top: 0;
        left: 0; 
        }
.reveal-modal {	
        visibility: hidden;	
        width: 900px;
        height:500px;		
	    background: white;
	    position: absolute;
	    z-index: 999;
	    padding: 20px;
		border-radius: 15px;
		text-align: justify;
		font-size: 15px;
		font-weight: bold;
		}

		
.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
.modal-equipe 
{ 
  border-left:3px solid #669999; 
  border-top:3px solid #980019; 
  background:url('../images/bg2.jpg');
  border-radius:10px; 
  }
  

.reveal-modal_new {		
  width: 95%;
  height:470px;		
  background:url('../images/med.jpg');
  border-left:3px solid #669999;
  position: absolute;
  border-radius: 10px;
  font-size: 15px;
  overflow:auto;
  font-family:Book Antiqua;
}