jturmel
xxxxxxxxxx
<html>
<head>
<style>
div.foo {
color: red;
}
div:not([id="bar"]) {
color: green;
</style>
</head>
<body>
<div class="foo">
Lorem ipsum
</div>
</body>
</html>