/* CSS Document */
<style type="text/css">
<!--
/*menu*/
a.navigation {
 text-decoration: none; }
a.navigation:link { color: #440000; font-weight: bold; text-decoration: none; }
a.navigation:visited { color: #440000; font-weight: bold; text-decoration: none; }

a.navigation:hover { text-decoration: underline; }
a { color: #440000;font-weight: bold; text-decoration: none; }
a:link { color: #996600; text-decoration: none; }
a:hover { color: #996600;text-decoration: underline; }
a:visited { color: #996600;text-decoration: none; }

/* finmenu*/
body { 
font-size: 12; 
font-family: Times New Roman, Times, serif;
color:#000000; 
background: #ffffcc;
}
h1 { color: #996600; }
h2 { color: #996600; }
h3 { color: #996600; }
h4 { color: #996600; }
p.signature { text-align: center; }
p.titre { text-align: center; }
.bleu {color: #0000FF;}
.marron {color: #996600;}
.xgrand {font-size: x-large;}

-->
</style>