body{
background-color:#E3E3E3;

}


#wrapper {
    padding: 20px;
    width: 800px;
    align-content: center;
    background-color: #F0F0F0;
	margin: auto;
}

.tipp {
    text-align:center;
	font-family: sans-serif;
	font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px
}

.titre {
    text-align: center;
    text-decoration: underline;
    font-style: italic;
}

footer {
    font-size: 12px;
}

.instruction {
    text-align:justify;
	font-family: sans-serif;
    font-weight: 300;
}


.axial{
    text-align:justify;
    font-family: sans-serif;
    position: absolute;
    left:620px;
    width:400px;
    top: 170px;
	visibility: hidden;
	
}
.sagital{
    text-align:justify;
    font-family: sans-serif;
	position: absolute;
    left:620px;
    width:400px;
    top: 370px;
	visibility: hidden;
}

.coronal{
    text-align:justify;
    font-family: sans-serif;
	position: absolute;
    left:620px;
    width:400px;
    top: 530px;
	visibility: hidden;	
}



