When I put SVG and CSS properties in a single file:
.circle {
stroke: red;
}
.myArea {
width: 100%;
}
It works. But is it valid according to the W3C? This code doesn't pass the validation tests of the CSS validator, and I can't find an option "CSS + SVG"...