﻿/* Création S. HERBERT 2007 */
/* Couleur-Image du fond */
body {background-color: #F8F8F8;}

/* Taille, couleur et police des titres */
td {font-family: verdana; font-size: 11px;}
h1 {font-family: verdana; font-weight: bold; font-size: 16px; text-align: center; color:#800000;}
h2 {font-family: verdana; font-weight: bold; font-size: 12px; text-align: left; color:#800000;}
h3 {font-family: verdana; font-weight: bold; font-size: 11px; text-align: left; color:#330099;}
h4 {font-family: verdana; font-weight: bold; font-size: 18px; text-align: left; color:#800000;}

/* Taille, couleur, police et effets des liens hyper-textes */
a:link {color:#330099;}
a:visited {color:#330099;}
a:hover {color:#009900;}
a:active {color:#FF0000;}
a {font-weight: bold; font-size: 11px;}

/* Alignement des listes */
ul {font-weight: bold; font-size: 11px; color:#800000;}
li {margin-left: -25px;}
li#sousitem {margin-left: -30px;}
ul#occ {font-weight: normal; font-size: 11px; color:#000000;}

/* Fond des cellules des tables identifiées "nav" */
td#nav {background-image: url(images/bkg.png); border: 1px solid #808080;}