/* $Id: ddico.css,v 0.01 2007/02/20 02:03:27 Denis BRAUSSEN Exp $

The author disclaims all copyrights and releases this document into
the public domain.

*/

body {	color: black;
	background-color: white;
	font-family: "Verdana", sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.header
{
	background-color: #804000;
	font-family: "Georgia", serif;
	color: white;
	border-bottom: thin solid black;
	border-top: thin solid #804000;
	left: 0;
	top: 0;
        height:20%;
        width: 100%;
        position:fixed;
}

.header a { color: white; }


.navlinks /* lien HOME dans header*/
{
	font-size: smaller;
	font-weight: normal;
	padding-top: 0.75em;
	padding-right: 0.75em;
	text-align: right;
        top:2em;
        right:1em;
        position:fixed;
}
.navlinks a:link { color: white; text-decoration: none;}
.navlinks a:visited { color: white; text-decoration: none;}
.navlinks a:hover { color: yellow; text-decoration: underline;}
.navlinks a:active { color: red; text-decoration: none;}


.subsection /* ALPHABET (liens)*/
{
	font-weight: bold;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.5em;
        top:20%;                     /* ==height de header */
        position:fixed;
	background-color: white;
        width: 100%;
}

.copyright {               /* STYLE POUR FICHIER info */ 
       right:2em;
       font-size:0.6em;
       top: 30%;
       height: 70%;  /* top+height==100%*/
       width:20%;
       position:fixed;
       overflow: auto;
       color: #804000;
}
.copyright ul { list-style-type:square; }
.copyright em { font-weight: bold; color: #804000; }


.bodymain {              /* DEFINITIONS*/
        left: 15%;
	top: 30%;
        height:70%;                /* top+height==100% */
        width:60%;
        padding-right: 0.5em;
        position:fixed;
        overflow: auto;
}

a:link
{
	color: #804000;
	text-decoration: underline;
}

a:hover { text-decoration: none; }
span:hover { text-decoration: none; }
a:visited { color: #333; }

.file /* STYLE ALPHABET dans SUBSECTION*/
{
	color: #007a00;
/*	font-family: "Courier", "Bitstream Vera Sans Mono", monospace;*/
	font-family: "Courier", "Courier New", monospace;
	font-size: larger;
	font-variant: small-caps;
}

.code /* STYLE LETTRE ENTREE DICO DANS BODYMAIN */
{
/*	font-family: "Courier", "Bitstream Vera Sans Mono", monospace; */
	font-family: "Courier", "Courier New", monospace;
	font-size: larger;
	color: #007a00;
        text-decoration:underline;
        font-weight: bold;
}


/* MOTS CLEFS */
em {    color:green;}


h1
{
	color: white;
	/*	padding-top: 0.5em; */
	padding-left: 0.5em;
	font-size: xx-large;
	line-height: normal;
        /*	text-shadow: #333 0 2px 3px; */
}



/* EOF */
