*{
  margin: 0;
	padding: 0;
}

.photoLink{
	float: right;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

.photoLink a:link, .photoLink a:visited{
  color: #ee1935;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
}

.photoLink a:hover, .photoLink a:active{
  color: #ee1935;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}

.mdmPhoto{
	border: 1px solid #ffffff;
	margin: 0 0px 0 5px;
}

#mdm-popup{
	background:#00579d url(../images/mdm/mdm.jpg) no-repeat;
	width: 569px;
	height: 390px;
	padding: 180px 17px 30px 14px;
}

#mdm-photo-popup{
  float: right;
	padding-left: 10px;
}

#mdm-popup p{
  font-family: Tahoma;
	font-size: 12px;
	color: #00579d;
	text-align: justify;
	padding: 0;
}

#mdm-texte{
  height: 350px;
	clear: both;
	overflow: auto;
	padding:10px;
	border-bottom: 1px solid #00579d;
	border-top: 1px solid #00579d;
	background-color: #f4f8ff;
}

#mdm-footer{
  text-align: center;
}



