/* feuille de style pour pages du festival */
/* 030607 - 080906 */
body {
   background-color:#ffffff;
   background-image:url("../images/marge.gif");
   background-position:0 0;
   background-repeat:no-repeat;
   background-attachment:fixed;
   margin-left:120px;
   font-family:Verdana, Arial, sans-serif;
   font-size:10pt;
   font-style:normal;
   font-weight: normal;
   color:black;
   }
td,li {
   font-family:Verdana, Arial, sans-serif;
   font-size:10pt;
   background-color:white;
   }
p  {
   margin-left:40px;
   }
ul { margin-left:80px; }
a  {
   text-decoration:none;
   }
a:link    { color:#3300CC; }
a:visited { color:#660099; }
a:hover { color:white; background-color:#3300CC; }
h1 {
   font-size:24pt;
   font-weight:bold;
   font-family:Bookman, 'Bookman Old Style',serif;
   color:#3300CC;
   text-align:center;
   }
h2 {
   font-size:18pt;
   font-weight:bold;
   font-family:Bookman, 'Bookman Old Style',serif;
   color:#3300CC;
   }
h3 {
   font-size:14pt;
   font-weight:bold;
   font-family:Bookman, 'Bookman Old Style',serif;
   color:#3300CC;
   }
h4 {
   font-size:12pt;
   font-weight:bold;
   font-family:Bookman, 'Bookman Old Style',serif;
   color:#000000;
   margin-left:20px;
   }
pre {
   font-family:Courier,'Courier New',monospace;
   font-size:10pt;
   }
.retrait { margin-left:40px;  }
.centre  { text-align:center; }
.droite  { text-align:right;  }
.mail {
   color:#3300CC;
   font-family:Courier,'Courier New',monospace;
   }
.liengroupe,a.liengroupe { color:#990000; background-color:white; }
a.liengroupe:hover { text-decoration:underline;background-color:white; }
a.liengroupe:visited { color:#990000;background-color:white;}