.bod {
background-image: url("DeepSpace2.gif");
background-repeat: repeat;
background-attachment: fixed;
background-color: black;
}
p {
    color: rgb(159, 146, 231);
}
.widget_text{
    float:right; 
}
#textwidg {
overflow-y: scroll;
height: 220px;
} 
h1,h2,h3 {
    color: rgb(159, 146, 231)
}
h4,h5{
    color: rgb(98, 255, 195);
}
.imgresize{
    width: 5%;
}
#sommaire{
    
    position: fixed;
}