/* la page*/
body {background-color:white; margin: 1em; font: 14px sans-serif;}

/*Les paragraphes*/
p, li {text-align: justify;}
/*p:first-letter {font-size: x-large; font-weight: bold; color: #0000AA;}*/
p.promo1 {font-size:18pt; color: red;font-style: italic;margin-bottom:0}
p.promo2 {font-size:18pt; font-weight: bold; color: green;font-style: italic;}
p.promo3 {font-size:12pt; color: red;font-style: italic;margin-top:0}
p.promo4 {font-size:18pt; color: blue;font-style: italic;margin-bottom:0}
P.liens{text-align: center; text-decoration: underline;font-variant:small-caps;color: blue;font-weight: bold;}
/*Les titres*/
h1 {font-family: serif;background: #0066CC none;color: white;border: 3px dotted #9999FF;padding: 0.3em;text-align: center;letter-spacing: 0.3em;}
h2 {text-decoration: underline;font-variant:small-caps;color: blue;}
h2.rouge {text-decoration: none;color: red;font-variant:normal;}
h3 {color: #2222CC;font-style: italic;text-indent: 1em;}
h3.h32 {color: red;font-style: italic;text-indent: 1em;}
a                 { color: blue; }
a:visited         { color: green;}
a:hover, a:active { color: white;background-color: #0066CC; } 
img {border-width : 2;border-color : silver;border-style :double;align : center;vertical-align: middle;}

/*Les tableaux*/
table {border: 1px dashed gray; text-align: center;}
table.foot {border: 0px dashed gray; text-align: center;}
td.foot {border: 0px inset gray;}
caption {text-align: center;font-weight: bold;color: #0066CC;font-size: 20px;margin-top: 0px; margin-bottom: 10px;}
th {background-color: #D3E2ED;color: #666666;}
td {border: 1px inset gray;}
table.accueil {width: 100%;border: 0px;text-align: center;}
caption.accueil {text-align: center;font-weight: bold;color: #0066CC;font-size: 20px;margin-top: 0px; margin-bottom: 10px;}
th.accueil {background-color: #D3E2ED;color: #666666;}
td.accueil {border: 0px inset gray;}


/*Balises*/
/*font-variant:small-caps;*/  
/*width: 100%;*/  
