/* 	Body fond clair #32CD99, fond vert #238E68 foncé pour sommaire ;*/
body {
background-color: #FFFFCC;
font-family: comic sans ms, sans-serif;
color:#FFFFFF;
}
body.green {
background-color: #333333;
font-family: comic sans ms, sans-serif;
color:#FFFFFF;
}
body.corpsgreen {
background-color: #FFFFCC;
font-family: "comic sans ms", sans-serif;
font-size: 10pt;
color:#009900;
}
/*         Headers        */
h2 {
font-family:"comic sans ms", sans-serif;
font-size:16pt;
color:#006600;
text-align:center;
}
h3 {
font-family:comic sans ms, sans-serif;
font-weight:normal;
font-size:12pt;
color:#FFFFFF;
text-align:center;
}
/*         Titres        */
.titrenoel
        {
        font-family: verdana,Arial;
        font-size: 16pt;
        color: #426F42;
        text-align:center;
        width: 100%;
        Filter:DropShadow(Color=#FFFFFF, Offx=1, Offy=2, Positive=0);
        }
.titre1
        {
        font-family: Comic Sans MS,Arial;
        font-size: 14pt;
        color: #006600;
        text-align:center;
        font-weight:bold;
        width: 100%;
        }
.titre2
        {
        font-family: Comic Sans MS,Arial;
        font-size: 14pt;
        color: #426F42;
        text-align:left;
        width: 100%;
        }
.titre3
        {
        font-family: Comic Sans MS,Arial;
        font-size: 11pt;
        color: yellow;
        text-align:left;
        font-weight:bold;
        }
.attention
        {
        font-family: Verdana,Arial;
        font-size: 10pt;
        color: red;
        text-align:left;
        text-decoration:underline;
        font-weight:bold;
        }
.Left {
background-color:#333333;
text-align:left;
font-size:9pt;
padding-bottom:5px;

}
.Right {
background-color:#333333;
text-align:right;
font-size:8pt;
padding-bottom:5px;
}
/*         Paragraphes        */
p {
font-family:verdana, sans-serif;
font-size:8pt;
color:yellow;
background-color:transparent;
text-align:left;
margin-left:10px;
margin-right:10px;
}
p.Center {
font-family:verdana, sans-serif;
font-size:12pt;
color:#006600;
background-color:transparent;
text-align:center;
}
/*         Links    vert clair, vert foncé    */
a:link {
color:#00FF00;
font-style:normal;
text-decoration:none;
}
a:visited {
color:#00FF00;
font-style:normal;
text-decoration:none;

}
a:hover {
font-weight:bold;
color:white;
font-style:normal;
text-decoration:none;

}
a.green:link {
font-weight:bold;
color:#006600;
font-style:normal;
text-decoration:none;

}
a.green:visited {
font-weight:bold;
color:#006600;
font-style:normal;
text-decoration:none;


}
a.green:hover {
font-weight:bold;
color:white;
font-style:normal;
text-decoration:none;

}
a.inverse:link {
font-weight:bold;
color:white;
font-style:normal;
text-decoration:none;
background-color: #993300;

}
a.inverse:visited {
font-weight:bold;
color:white;
font-style:normal;
text-decoration:none;
background-color: #993300;

}
a.inverse:hover {
font-weight:bold;
color:white;
font-style:normal;
text-decoration:none;
background-color: #993300;

}

/*         Tables        */
table.border {
border-color:transparent;
border-style:outset;
border-width:2px;
}
td.green {
font-size:10pt;
color:yellow;
text-align:left;
background-color:#333333;
}
td.fond {
font-size:8pt;
color:yellow;
text-align:left;
background-color:#32CD99;
}
td.brick {
font-family:arial, sans-serif;
font-size:10pt;
font-style:italic;
color:yellow;
text-align:left;
vertical-align:top;
background-color:#993300;
}
/*         corps  (astuces bleu clair)      */
.corps3
        {
        font-family: Verdana,Arial;
        font-size: 10pt;
        color: #00FFFF;
        text-align:left;
        }
.corpsbrick
        {
        font-family: Verdana,Arial;
        font-size: 10pt;
        color: #993300;
        text-align:left;
        }
.corpsblanc
        {
        font-family: Comic Sans MS,Arial;
        font-size: 10pt;
        color: #FFFFFF;
        text-align:left;
        }
/*         Listes        */
li {
font-family:"comic sans ms", sans-serif;
font-size:10pt;
color:yellow;
background-color:transparent;
text-align:left;
margin-left:0px;
margin-right:0px;
}
