div.rounded { background-color:black; color:white; margin:20px; padding:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
span.rouge { color:red;}
a { color:#dcdcdc; }
a:hover { color: white; }
h1 { color:red; }
h2 { font-variant: small-caps; color:red; }
body { font-family: sans-serif; }
div.italique {font-style: italic;}