/*Modal Contact*/

.black_overlay{
                  display: none;
                  position: absolute;
                  top: 0%;
                  left: 0%;
                  width: 100%;
                  height: 1414px;
                  background-color: black;
                  z-index:1001;
                  -moz-opacity: 0.8;
                  opacity:.80;
                  filter: alpha(opacity=80);

              }
              .white_content {

                  display: none;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  width: 500px;
                  height: 500px;
                  padding: 30px;
				  margin-left:-300px;
				  margin-top:-300px;
				 
                  border: 5px solid #000;
                  background-color: #FFF;
				  background-repeat:no-repeat;
                  z-index:1002;
                  

              }
			  
	
			.close {
			position: absolute;
               left:480px;
			   top:640px;
              }
			  
			  .close a {
			  text-decoration:none;
			  }
			  
			  #fermer {
			  float: left;
			  }
			  
			  .content {
			  width: 500px;
			font-family:Arial, Helvetica, sans-serif;
			margin: 0px 0px 0px 0px;
			color: #3F9569;
			font-size: 12px;
			}

			  
			.titre_content {
			font-weight: bold;
			font-size: 14px;
			color: #54C38A;
			text-decoration:underline;
			}
			
			.exemple {
			font-size: 13px;
			color: #54C38A;
			}
			
