body
{
    background-color: #383838;
} 
#formulaire{
    float: right;
    margin-top: 30px;
    margin-right: 20px;
    color:ivory;
    height: 75px;
    
}
h1{
    color:#e87403;
    text-decoration: underline;
    font-weight: bold;
}
#container_image{
    clear: both;
    
}
#image{
    float: left;
    margin-top: 220px;
    margin-left:100px; 
    border-style: dotted;
}
input[type=range] {
  width: 120px;
}

a{
	color:#00b0f0; 
}
a:hover{
	color:#e87403; 
}