/* CSS stylesheet pages Web Phase (essai) */
BODY {background: white;
      color: black;
}
/*
A:link    {color: red;}
A:visited {color: maroon;}
A:active  {color: fuchsia;}
*/
H1 {text-align: center;
    font-family: times ;
    font-weight: bold;
    font-size: large;
    color: #000066;
}
H1.d {text-align: center;
    font-family: times ;
    font-weight: bold;
    font-size: 18pt;
    color: #000066;
}

H2 {
    font-family: times ;
    font-weight: bold;
    font-size: medium;
    color: #000066;
}
H3 {
    font-family: times ;
    font-weight: bold;
    font-size: small;
    color: #000066;
}

P {text-align: justify;
   font-family: times ;
   font-size: 14pt;
}
P.a {text-align: justify;
   font-family: times ;
   font-size: 12pt;
}

P.c {text-align: justify;
   font-family: times ;
   font-size: 14pt;
   color: #000066;
}
P.n {text-align: center;
   font-family: times ;
   font-size: 12pt;
   color: #000066;
}
P.m {text-align: center;
   font-family: times ;
   font-size: 10pt;
   color: #000066;
}

LI.a {text-align: left;
   font-family: times ;
   font-size: 14pt;
/*   font-size: medium; */
   color: #000066;
}


TABLE {border-width: 0pt;
/*       background-color: #6666EA; */
}
TD {
    font-family: Arial, Helvetica, sans-serif;
    color: #000066; 
    font-size: 12pt;
    font-family: times ; 
/*
    font-size: 1;
    color: yellow;
*/
}
TD.actu {
    font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    font-size: medium;
}
