I would like to apply a CSS file to a concrete DIV in my page. This is the page structure:
...
#applyCSS > * { /* Your style */ }
Check this JSfiddle
It will style all children and grandchildren, but will exclude loosely flying text in the div itself and only target wrapped (by tags) content.