body{

  font-family:Verdana;
  color: #330f43;
  font-size: 14px;
  margin:0;
  padding:0;
}
#mdm-cont{
  background:url(../images/charte/mdm.jpg) left top no-repeat;
  padding-top:102px;
  padding-left:8px;
}

#mdm-texte{
  width:477px ;
  height:358px;
  /*top:185px !important;
  left:0px !important;*/
  float:left;
  text-align: justify;
  padding:0 0px 0 5px;
  display: block;
  outline: none;
  z-index:10;
	overflow: auto;

}
#fermer{
  position:absolute;
  z-index:100;
  float:right;
  top:460px;

}


#fermer a:link, #fermer a:visited{
	border: 1px solid #1C55A2;
  font-family: Arial, sans-serif;
  background: #BBD4FC;
  color:#1C55A2;
  font-size: 12px;
  font-weight: bold;
  float:right;
  text-align:center;
  width:85px;
  height:13px;
  padding-top:1px;
  padding-bottom: 2px;
  display: block;
  text-decoration:none;
}
#fermer a:hover, #fermer a:focus{ border: 1px solid #BBD4FC;  background: #1C55A2;color:#ffffff;}
