body {
  color: blue;
  background: #ffffff;
  title: LE CIeL;
}

h1 {
    position   : absolute;
    top        : 0px;
    left       : 0px;
    width      : 150px;
    height     : 100px;
    margin     : 0;
    padding    : 10px;
    color      : blue;
    background : #ffffff url(pic/mphot001.jpg);
    border: double 3px #ff9933
} 

h2 {
    position   : absolute;
    top        : 150px;
    left       : 0px;
    width      : 150px;
    height     : 675px;
    margin     : 0;
    padding    : 5px;
    color      : #blue;
    background : #ffffff url(pic/bg_cr_sv.gif);
    border     : double 3px #ff9933
}

h3 {
    position   : absolute;
    top        : 25px;
    left       : 175px;
    width      : 700px;
    height     : 25px;
    margin     : 10;
    padding    : 10px;
    color      : red;
    background : blue url(pic/bg_cr_sv.gif);
    border     : double 3px #ff9933
}


h4 {
    position   : absolute;
    top        : 75px;
    left       : 175px;
    width      : 700px;
    height     : 740px;
    margin     : 10;
    padding    : 10px;
    color      : blue;
    background : ffffff url(pic/bg_cr_sv.gif);
    border     : double 3px #ff9933
}

