/******************MDM*********************/

#mdm-popup{
	background-color: #eeeeee;
	padding:0;
	margin:0;
	width: 800px;
	padding:10px;
}

#mdm-contenu{
	

}

.text-mdm {

  color: #91877b;
	text-align:justify;
	}
h2{
  
	font-size: 18px;
	text-align: center;
  color: #275e06;
	line-height: 20px;
	padding-bottom: 2px;
  /*border-bottom:1px solid #ffffff;*/
}
 a:link, a:visited { color: #91877b; text-decoration: none; }
 a:hover,  a:active { color: #333333; text-decoration: underline; }
#fermer{
	z-index:100;
  float:right;
  margin-right:15px;
  padding-top:18px;
	}
.btn-contact{
	width: 80px;
	height: 20px;
  border: none;
  margin:0;
  padding:0;
  border:1px solid #ffffff;
  background:#3589C5;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
}
.btn-contact-hover{
	width: 80px;
	height: 20px;
  border: none;
  margin:0;
  padding:0;
  border:1px solid #3589C5;
  background:#ffffff;
	letter-spacing: 1px;
	color: #3589C5;
	cursor: pointer;
}

