/*
        http://www.w3.org/TR/CSS21/propidx.html pour une liste complete
*/

/* texte normal affiche et imprime */
.notice {
        font-family: Arial, Helvetica, sans-serif;
}

/* texte affiche mais pas imprime */
.okmessage {
        display: none;
}

.warningmessage {
        display: none;
}

.errormessage {
        display: none;
}

/*
  E#myid
        Matches any E element with ID equal to "myid"
  DIV.warning
        Language specific. In HTML, the same as DIV[class~="warning"]
  E[foo~="warning"]
        Matches any E element whose "foo" attribute value is a list of
        space-separated values, one of which is exactly equal to "warning"
*/

/* <div class='value1 value2 Layer2 valueN'>...</div> */
DIV.boutonsmenu {
        display: none;
}

/* <FORM class='value1 value2 Layer2 valueN'>...</div> */
FORM.formulaire {
	display: none;
}

/* <tr class='value1 value2 trliste valueN'>...</tr> */
TR.trliste
{
        background-color: transparent;
}

/* <tr class='value1 value2 catalogue valueN'>...</tr> */
/* correct private */
TR.trlisteYN
{
        background-color: transparent;
}

/* correct private */
TR.trlisteYY
{
        background-color: transparent;
}

/* correct private */
TR.trlisteNY
{
        background-color: transparent;
}

/* correct private */
TR.trlisteNN
{
        background-color: transparent;
}

/* <tr class='value1 value2 trbandeau valueN'>...</tr> */ 
TR.trbandeau
{
       background-color: transparent;
}

/* <tr class='value1 value2 cataloguetitre valueN'>...</tr> */ 
TR.groupetitre
{
       background-color: transparent;
}

TD.tdtag
{
	background-color: transparent;
}

TD.tdvalue
{
	background-color: transparent;
}

/* <table class='value1 value2 pieddepage valueN'>...</table> */
TABLE.pieddepage
{
	display: none;
}

A:link { color: black; }
A:visited { color: black; }
A:hover { color: black; }
A:active { color: black; }

A.linkitem:link { color: black; }
A.linkitem:visited { color: black; }
A.linkitem:hover { color: black; }
A.linkitem:active { color: black; }

A.mailto:link { color: black; }
A.mailto:visited { color: black; }
A.mailto:hover { color: black; }
A.mailto:active { color: black; }

.thbandeau {
        font-family: Arial, Helvetica, sans-serif;
        color: black;
}

.articletitre {
        font-family: Arial, Helvetica, sans-serif;
        color: black;
}

.tdliste {
        font-family: Arial, Helvetica, sans-serif;
        color: black;
}

.explication {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}

.linkitem {
        font-family: Arial, Helvetica, sans-serif;
        color: black;
}

.logo {
        position: absolute;
        visibility: visible;
        z-index: 50;
        left: 0px;
        top: 0px;
	display: none;
}
.maincontent {
        position: absolute;
        /*height: 587px;*/
        width: 690px;
        left: 20px;
        top: 70px;
        visibility: visible;
}

.chaptertitle {
        position: relative;
        height: 30px;
        width: 450px;
        left: 40px;
        top: -10px;
	font-size: 1px; /* http://forum.alsacreations.com/faq/faq-58-Espaces-indesirables-sous-les-images.html */
}

/* http://forum.alsacreations.com/faq/faq-58-Espaces-indesirables-sous-les-images.html */
/*
img {
  display: block;
}
*/
