a:focus{
  outline: none;
}
body{
    
    background-color: #ffffff;
    margin:0px;
}

#mdm-top{
	width: 600px;
	height: 110px;
    background:url(../../images/charte/mdm-top.jpg) no-repeat left top;
}
#mdm-content {
    width: 580px;
    height: 576px;
    overflow: hidden;
    padding: 0 9px;
    border-left:1px solid #5a3a22;
    border-right:1px solid #5a3a22;
    border-bottom:1px solid #5a3a22;
	background:url(../../images/charte/bg-mdm.jpg) right bottom no-repeat;
}
#mdm-content img{
    float: left;
    border: 1px solid #5a3a22;
    margin-right:10px;
}
#titlee p{
    display:inline;
    color: #FD3F92 !important;
    font-weight: bold;
    font-size: 13px;
	padding-bottom:8px;

}
#mdm-content p{
  font: normal 12px Arial;
  color:#6C462B;
  line-height:15px;
  text-align: justify;
}

/* La carte de fidélité */

#mdm-content1 {
    width: 580px;
    height: 276px;
    overflow: hidden;
    padding: 0 9px;
    border-left:1px solid #5a3a22;
    border-right:1px solid #5a3a22;
    border-bottom:1px solid #5a3a22;
	background:url(../../images/charte/bg-carte.jpg) left top no-repeat;
}
#mdm-content1 p{
  padding:0px 10px 10px 10px;
}

