/*
        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;
}

.messagenote {
        margin-left: 50px;
}

.messageenvoye {
}

.messagerecu {
}

.patron {
	font-size: 10pt;
}

.url {
	position: relative;
	height: 50px;
	width: 400px;
	left: 150px;
	top: -80px;
	background-color: blue; 
}

/*
  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"
*/

#boxeddiv {
        line-height: 1.5em;
        text-align: justify;
        border: 1px solid yellow;
        margin: 20px;
        padding: 20px;
}

#boxeddiv h1 {
        letter-spacing: 4px;
        font-style: italic;
        text-align: center;
        font-variant: small-caps;
}

#boxeddiv .drop {
        float: left;
        font-size: 120%;
        line-height: 1em;
        margin: 4px 10px 10px 0;
        padding: 4px 10px;
        border: 2px solid #ccc;
        color: red;
        background: yellow;
}

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

DIV.accescheuvreux {
        display: none;
}

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

/* la liste des groupes d'articles */
SELECT.listearticles
{
        display: none;
}

/* <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.menuitem:link { color: black; }
A.menuitem:visited { color: black; }
A.menuitem:hover { color: black; }
A.menuitem: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; }

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

TD.fichetitre {
        color: black;
}

TD.articletitre {
        color: black;
}

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

.menuitem {
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: black;
}

.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 */
}
.legende {
	position: absolute;
	height: 146px;
	width: 220px;
	left: 870px;
	top: 0px;
	z-index=2;
}

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

