body, td, p, div {
    font-family : Georgia;
    font-size: 17px;
}
body {
    background:white;
}
div.title {
    font-size : 26px;
    text-align: center;
    border-bottom: 1px solid black;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    margin-left : 5px;
    margin-right : 5px;
}
.info {
     display: inline;
}
#bar {
    test-align: left;
    height: 40px;
}
#bar img {
    height: 40px;
}
body {
    width:100%;
    padding: 0px;
    margin: 0px;
}
div.image,  div.image img{
    max-width:519px;
}
.bar {
    height:40px;
}
.image .colorspace {
    margin-left: auto;
    margin-right: auto;
    max-width:519px;
}
.content {
    padding : 15px;
    padding-left: 30px;
    max-width : 800px;
}

#cible {
    cursor: crosshair;
}

.text {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: justify;
}
.menu {
    display: inline;
    position: fixed;
    width: 200px;
    font-size:12px;
    left: 600px;
    top: 80px;
}
.menu ul {
    padding-left:20px;
}