html, body{
    background: #F0F0F0 url(../images/charte/bg_body.jpg) repeat-x left top;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.mdm{
	font-family:tahoma;
	font-size:11px;
	color:#093271;
	text-align:justify;
	width: 190px;
	height:130px;
	margin-left:20px;
	padding-top:35px;
	}
#mdm-popup{
	width:640px;
	margin:0px;
	position:absolute;
	z-index:10;
	}
.mdm-link:link, .mdm-link:visited{
	color:#093271;
	text-decoration: none;
	font-family:verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	}
.mdm-link:hover, .mdm-link:active{
	color:#333333;
	text-decoration: none;
	font-family:verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	}
#bg_mdm{
	position:absolute;
	z-index:1;
	width:600px;
	height:600px;
	}
#mdm_content{
	width:540px;
	height:506px;
	float: left;
	margin-left:17px;
	position:absolute;
	margin-top:0px;
	z-index:10;
	top: 149px;

}
.mdm_text{
	text-align:justify;
	color:#093271;
	overflow:auto;
	width:537px;
	height:442px;
	border:0px;
	margin-left:10px;
	position:absolute;
	z-index:10;
	left: 4px;
	top: -68px;

	}
#fermer{
	position:absolute;
	z-index:10;
	margin-top:555px;
	margin-left:240px;
	}
