N'utilisez pas de sèlirations vides (videRules)
/* you shouldn't use empty rulesets */
/* this is ok */
p {
color: blue;
}
/* this is not ok because there's nothing inside of it */
p {
}
jawwson