My module main menu background

Hello !

I want to add a background image for my new module , I tried this in the css file :

div.mainmenu.gestiondesdocuments {
background-color : #ffffff;
}

and this :

div.mainmenu.gestiondesdocuments {
background-image : url(“paper.png”);
}

but it’s not working :weary:

Could you please tell how it works ?