/* Feuille de style principale pour l'interface du e-dhs */
/* La feuille de style des textes est txtstyle.css */

/* pour debug: border: thin solid red; */
/* couleurs: 
	bleu liens: #006699;
	gris: #999999;
*/

body {
        font-family: "Verdana", "Geneva", "Arial", "helvetica", sans-serif;
        font-size: 70%;
	background-color: white;
        color: black;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}

html>body {
	font-size: 80%;
}

a, a:link { 
    color: #006699;
    text-decoration: none;
}

a:visited { 
    color: #999999;
    text-decoration: none;
}

a:hover, a:active { 
    color: white;
    text-decoration: none;
}

a:visited { 
    color: #999999;
    text-decoration: none;
}

a.current       {
        color: white;
}

a.grayed       {
        color: #999999;
}

a.datelink     {
        color: #006699;
}

a.black       {
        color: black;
}


/* ---------------------------------------------------------------------- */
div#barsup {
	display: block;
	width: 790px; /* dim */ 
	padding: 0px;
	margin-bottom: 1px;
	vertical-align: middle;
	font-size: 0.8em;
	color: #006699;
	background-color: white;
}

div#barsup ul {
	list-style-type: none;
	margin: 0px;
	margin-right: 3px;
	text-align: right;
	white-space: nowrap;
}

div#barsup li {
	display: inline;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 0px;
	white-space: nowrap;
	vertical-align: middle;
}

div#barsup li a:link {
	text-decoration: none;
}

div#barsup li a.current {
	color: #999999;
	text-decoration: none;
}

div#barsup li a.grayed {
	color: #006699;
	text-decoration: none;
}

/* ---------------------------------------------------------------------- */
div#barlang {
	border: none;
	height: 65px;
	margin: 0px 0px 0px 1px;
	border-bottom: 1px solid white;
}

div#barlang ul {
	display: inline;
	list-style-type: none;
	margin: 0px;	
	padding: 0px;
	border: none;
	white-space: nowrap;
}

div#barlang li {
	display: inline;
	margin: 0px;
	border: none;
}

div#barlang img {
	vertical-align: middle;
	margin: 0px 1px 0px 0px;
	border: none;
}
/* ---------------------------------------------------------------------- */
div#barnav {
	display: block;
	width: 800px; /* dim */
	/* height: 24px; */
	height: auto;
        padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 1px;
        font-size: 1em;
	font-weight: bold;
	color: #999999;
	background-color: #333333;
	border-bottom: 1px solid white;
}

div#barnav ul {
        list-style-type: none;
        margin:0px;
        padding:4px 0px 0px 10px;
        text-align: left;
}

div#barnav li {
        display:inline;
        margin-left:0px;
        padding: 0px;
        text-align: left;
        text-indent: 0px;
        white-space: nowrap;
	vertical-align: middle;
}

div#barnav li a:link {
        text-decoration: none;
}

div#barnav li a.current {
	color: white;
	text-decoration: none;
}

li.elir {
	top: 0px;
}

li.elir a {
	color:#999999;
}

div#tell {
	 position: absolute;
	 top: 70px;
	 left: 703px;
	 border: none;
	 z-index:1;
}

div#tellc {
	 position: absolute;
	 top: 70px;
	 left: 703px;
	 border: none;
	 z-index:1;
}

/* ---------------------------------------------------------------------- */
div#barsearch {
	display: inline;
	width: 803px;
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------------------------------- */
div#tableft {
	position: absolute;
	display: block;
	float: left;
	width: 159px;
	left: 1px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	border-top: 1px solid #333333;
}

html>body div#tableft {
	position: relative;  /* Mozilla/Opera */
	margin-left: 0px;
}

div#tabalpha {
	position: relative;
	min-height: 89px;
	width: 159px;
	background-color: #333333;
	color: #999999;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid white;
}


div#tabalphatitle {
	padding: 5px 0px 1px 10px; 
	
}

div#tabalphaletter {
	line-height: 0.98;
	letter-spacing: 0.11em;
	padding: 1px 10px 1px 10px;
}

/* correction decalage gauche selon les navigateurs */
img#connect {
	width: 159px;
	height: 38px; /* IE */
}

html>body img#connect {
	height: 40px;	/* Mozilla/Opera */
}
/* ---------------------------------------------------------------------- */
div#tabsearch {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 132px;
	/* height fixed by style attr in PHP code */
	margin-left: 161px;
	margin-top: 0px;
	padding: 0px;
	color: white;
	background-color: #333333;
	font-weight: bold;
	font-size: 1em;
	border-top: thin solid #333333;
}

html>body div#tabsearch {
	height: auto;
}

table.searchoptions {
	padding-left: 2px;
	padding-top: 4px;
	width: 630px;
	color: #999999;
	font-size: 0.9em;
}

label#searchtitle {
	padding: 0px 0px 0px 8px;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #333333;
	color: white;
}

div#searchchoice {
	display: inline;
	padding: 5px 0px 0px 8px;
	vertical-align: middle;
}

select#searchtype {
	width: 15em;
	vertical-align: middle;
}

div#searchinput {
	display: inline;
	background-color: #333333;
	color: white;
	padding: 5px 0px 0px 8px;
	vertical-align: middle;
}

div#searchinput img {
	vertical-align: middle;
}

div#searchdoc {
	padding: 5px 0px 0px 8px;
	color: #999999;
}

input#searchstring {
	padding: 0px 0px 0px 8px;
	}


label.searchcateglabel a {
	text-align: left;
	vertical-align: middle;
}

label.searchcateglabel input {
	text-align: left;
	vertical-align: middle;
}

div#searchmenu {
	display: block;
	z-index: 50;
}

div#searchmenu ul {
	display:inline;
	z-index: 50;
}

div#searchmenu li {
	display:inline;
	z-index: 50;
}
/* ---------------------------------------------------------------------- */

div#pagecontent {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

div#container {
	position: relative;
	/* ne pas mettre ni top, ni left, ni width a cause du bug IE6 */
	clear: none;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.0;
	margin-left: -3px;
}

html>body div#container {
	display: block; 
	width: 800px;
	top: 0px;
	left: 0px;
	border: none;
	margin-left: 0px;
}
/* ---------------------------------------------------------------------- */

/* margin est pour les textes */

div#margin {
        position: relative;
        display: inline; 
        float: left;  
	top: 0px;
	left: 0px;
        width: 156px;
        height: auto;
	margin: 0px; 
	padding: 0px;
	z-index: 1;
}

html>body div#margin {
	width: 159px;
}

div.marginlinks {
	padding-top: 50px;
	font-size: 0.96em;
	border-bottom: 1px solid #cccccc;
}

div.marginlink {
	display: block;
	padding: 2px 0px 2px 11px;
	font-weight: bold;
	line-height: 1.2;
	border-top: 1px solid #cccccc;
	font-size: 80%;
}

div#letterlinks {
	padding-top: 3.48em;
	border-bottom: 1px solid #cccccc;
}

div.letterlink {
	padding-left: 11px;
	display: block;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	line-height: 1.5;
 	font-size: 80%;	
}

span.letterlinkcont {
	padding-left: 11px;
	display: block;
	font-weight: bold;
	line-height: 1.5;
	text-align: right;
	margin-right: 10px;
}

div#datelinks {
	margin-top: 42px;
	padding-left: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #999999;
	padding-top: 5px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

div#margin a:hover {
	color: #006699;
	text-decoration: none;
}

div#margin a:visited {
	color: #006699;
	text-decoration: none;
}

/* leftmargin est pour les pages redac */
div#leftmargin {
        position: relative;
        display: block;
        float: left;  
	top: 0px;
	left: 0px;
        width: 150px; /* IE */
        height: auto;
	margin: 0px; 
	padding: 20px 0px 0px 0px;
	z-index: 1;
	font-size: 90%;
}

html>body div#leftmargin {
	width: 159px; /* for other than IE */
}

div#leftmargin a:hover {
	color: #006699;
	text-decoration: none;
}

div#leftmargin a:visited {
	color: #006699;
	text-decoration: none;
}

div.lefttitle {
	margin: 18px 0px 6px 3px;
	width: 146px;
	background-color: #006699;
	color: white;
	text-align: left;
	padding: 2px 0px 2px 6px;
}

div.lefttext {
	width: 146px;
	margin-top: 0px;
	text-align:left; 
	margin-left: 8px;
	height: auto;
}

div.lefttext a:hover {
	color: #006699;
	text-decoration: none;
}

/* rightmargin est pour les pages redac */
div#rightmargin {
	position: relative;
	display: block;
	float: right;
	top: 0px;
	left: 0px;
	width: 157px; /* IE */
	height: auto;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 90%;
}

html>body div#rightmargin {
	width: 159px; /* for other than IE */
}

div.righttitle {
	margin: 18px 0px 6px 3px;
	width: 146px;
	background-color: #006699;
	color: white;
	text-align: left;
	padding: 2px 0px 2px 6px;
}

div.righttext {
	width: 146px;
	margin-top: 0px;
	text-align:left; 
	margin-left: 8px;
	height: auto;
}

div.righttext a:hover {
	color: #006699;
	text-decoration: none;
}

/* ---------------------------------------------------------------------- */
div#content {
        position: relative;
	display: block;
	width: 460px;	    /* dim */
	min-height: 380px;  /* IE 5 does not support min-height */
	height: 380px;  /* for IE 5 */
	margin: 0px 0px 0px 160px;
	padding: 0px 10px 30px 10px;
	line-height: 1.4;
	border-left: 1px solid #cccccc;
 	border-right: 1px solid #cccccc;
}

html>body div#content {
	height: auto;	/* for other than IE 5 */
}

div#content img {
	border: none;
}

div#content a {
	color: #006699;
	text-decoration: none;
}

div#legende {
	font-size: 0.9em;
	margin-top: 16px;
}
/* ---------------------------------------------------------------------- */
div#colonne {
        position: relative;
	display: block;
	width: 480px;	    /* dim */
	min-height: 380px;  /* IE 5 does not support min-height */
	height: 380px;  /* for IE 5 */
	margin: 0px 0px 0px 159px;
	padding: 0px 10px 30px 10px;
	line-height: 1.4;
	border-left: 1px solid #cccccc;
}

html>body div#colonne {
	height: auto;	/* for other than IE 5 */
}
/* ---------------------------------------------------------------------- */
div#result {
        position: relative;
	display: block;
	clear: right;
	width: 620px;	    /* dim */
	min-height: 380px;  /* IE 5 does not support min-height */
	height: 380px;      /* for IE 5 */
        margin: 0px 0px 0px 160px;
	padding: 0px 10px 30px 10px;
	line-height: 1.4;
	border-left: 1px solid #cccccc;
}

html>body div#result {
	height: auto;	/* for other than IE 5 */
}

div#result img {
	border: none;
}

div#result a {
	color: #006699;
	text-decoration: none;
}
/* ---------------------------------------------------------------------- */
div.sep {
	border-top: 1px solid #cccccc;
}

div.sepgray {
	background-color: #eeeeee; 
}

ul.hyphen {
	list-style-image: url(img/hyphen.gif);
	list-style-position: outside;
	padding: 0px 0px 0px 1.5em;
	margin: 0px;
}

table {	
      display: table;
}

tr.even {
	 background-color: #ccffff;
}

td { font-size: 1em; }
 
div#result td { font-size: 80%; }
 
div#content td { font-size: 80%; }

th { 
	font-weight: bold;
	font-size: 0.7em;
	vertical-align: bottom;
}

/* ---------------------------------------------------------------------- */
div#searchhead {
	font-size: 1em;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

div.searchres {
	font-size: 1em;
	padding-top: 15px;
}

div.searchrestitle {
	font-weight: bold;
}

div.searchresdesc {
	font-size: 1em;
	margin-left: 50px;
}

div.searchresprop {
}

div#searchfoot {
	font-size: 1em;
	font-weight: bold;
	padding-top: 18px;
	margin-top: 10px;
	border-top: 1px solid #cccccc;
}
/* ---------------------------------------------------------------------- */
div#footer {
	position: relative;
	clear: both;
        width: 800px; /* dim */
	height: 24px;
	vertical-align: middle;
	font-size: 1em;
	background-color: white;
	color: #006699;
}

div#footer ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
}

div#footer li {
	display: inline;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 0px;
	white-space: nowrap;
	vertical-align: middle;
}

div#footer li a:link {
	text-decoration: none;
}

div#footer li a.current {
	background-color: white;
	color: #999999;
	text-decoration: none;
}

div#footer li a.grayed {
	background-color: white;
	color: #006699;
	text-decoration: none;
}

div#impressum {
	vertical-align: middle;
	background-color: white;
	color: #006699;
	font-size: 0.8em;
	text-align: center;
}

span.adresse {
	color: #000000;
}

div#copyright {
        margin-left: 160px; /* dim */
        width: 480px;   /* dim */
        padding-right: 10px;
        padding-left: 10px;
	line-height: 1.0;
        font-size: 78%;
	background-color: white;
	color: black;
}

div#title {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

div.warning {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

form#pageform {
	display: none;
}

div#preamble {
	padding-top: 33px;
	border-bottom: 1px solid #cccccc;
}

div.preamble {
	padding-top: 33px;
	border-bottom: 1px solid #cccccc;
}

div#maj {
	float: right;
	margin: -1.4em 2px 0px 0px;
}

div.maj {
	float: right;
	margin: -1.4em 2px 0px 0px;
}

div#login {
	margin: 30px;
	font-size: 1em;
}

div#login td {
	font-size: 1em;
}

span.highlight {
	   display: inline;
	   color: #c00000;
}
