.indre_nature {
	color: green;
}
.bouton_indre_nature {
	background-color: green;
	color:white;
}
select{
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
	background-color: green;
	color:white;
	
    background-image: none;
    border: 0px solid rgb(41, 18, 18);
}
select>option{
	background-color: green;
	color:white;
    background-image: none;
    height: 36px;
    padding: 10px;
    border: 0px solid rgb(41, 18, 18);
    border-radius: 5px;
	
}
