html, body{
    height: 100%; 
    width: 100%; 
    overflow: hidden;
    text-align: center; 
}

div#page{
    overflow: auto; 
    width: 100%; 
    height: 100%;
}
div#corps-page{
    margin-left: 180px;
}

div#corps-page img{
    margin: 10px;
}

div#corps-page strong{
    color: #000066;
}

div#corps-page p{
   margin: 20px 0;
}
body{
}
marquee{
    font-weight: bold; 
    color: red; 
    font-size: 1.4em; 
    margin: 10px 0;
    font-family: arial, sans-serif;
}