body {
	color: #009500;
	display: flex;
	flex-direction: column;
	align-items: center;
}

a {
	color: #009500;
}

a:hoover {
	color: #FF55FF;
}

#hide {
    color: #FFFFFF;
}
#hide:hover {
    color: #000000;
}

.fleches {
	color: #000;
    background-color: #F9F9F9FF;
    box-shadow: 2px 2px 5px 0px black;
    font-size: 3em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: .1em;
    padding-top: .5em;
    border: #000000 1px solid;
    border-radius: 25%;
    width: 2em;
    height: 1.5em;
}

.fleches:active {
    box-shadow: inset 2px 2px 5px 0px black;
}

#flechesBas {
    display: flex;
}

#colorPicker {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 6em;
    height: 3em;

}
