body {
    font-family: "arial", Georgia, Serif;
    width :1024px,
    margin: auto;
    background-color:#F0F0F0;
    }
.MaCarte{
    width:1024px;
    height : 900px;
    position:relative;
    text-align:center;
    margin: auto;
    background-color:#F0F0F0;
    } 
iframe {
    height : 600px;
    width : 800px;
    }
#pic1{
    position: absolute;
    top: 110px;
    left: 300px;
    }
#pic2{
    position: absolute;
    top : 120px;
    left: 365px;
    }
.Center1024 {
    width : 1024px;
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    }
p{
    padding:2px;
}