/* OPERA 5 */
html>body, html>body div, html>body td, html>body th,
html>body p, html>body h4, html>body h5, html>body h6,
html>body div.nouvelle h2, html>body div.nouvelle h3 {
  font-size: small; 
}
html>body .contenu-secondaire,
html>body .lientexte,
html>body #menu-haut {
  font-size: x-small;
}

body {
  font-size: small; /* compliant browsers */
}
* html body {
font-size: x-small; /* IE5 WIN */
f\ont-size: small; /* other IE versions */
}


