/* 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;
        z-index: 0;
}

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

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

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

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

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

a.current       {
        color: white;
}

a.grayed       {
        color: #999;
}

a.datelink     {
        color: #069;
}

a.black       {
        color: black;
}


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

ul.moblink { float: left; color: black; 
	     text-align: left; margin: 0px; padding: 0px;
	     list-style-type: none; white-space: nowrap; }
ul.moblink li { display: inline; vertical-align: middle; padding: 0px 1px; }
ul.langlink { list-style-type: none; margin: 0px;
	margin-right: 3px; text-align: right; white-space: nowrap; }
ul.langlink li { display: inline; margin-left: 0px; padding: 0px;
	text-align: left; text-indent: 0px; white-space: nowrap;
	vertical-align: middle; }
ul.langlink li a:link { text-decoration: none; } 
ul.langlink li a.current { color: #999; text-decoration: none; }
ul.langlink li a.grayed { color: #069; 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: #999;
	background-color: #333;
	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:#999;
}

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 #333;
}

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

div#tabalpha {
	position: relative;
	min-height: 89px;
	width: 159px;
	background-color: #333;
	color: #999;
	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;
}

div#tabalphaletter a { display: block; float: left; width: 15px; height: 15px; }

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

html>body img#connect {
	height: 41px;	/* 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: #333;
	font-weight: bold;
	font-size: 1em;
	border-top: thin solid #333;
}

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

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

label#searchtitle {
	padding: 0px 0px 0px 8px;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #333;
	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: #333;
	color: white;
	padding: 5px 0px 0px 8px;
	vertical-align: middle;
}

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

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

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

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

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

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;
	border-right: 1px;
}

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

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

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


div.cmslinks {
	padding-top: 50px;
	font-size: 0.96em;
	/* border-bottom: 1px solid #ccc; */
}

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

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

div.letterlink {
	padding-left: 11px;
	display: block;
	border-top: 1px solid #ccc;
	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: #999;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

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

div#margin a:visited {
	color: #069;
	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: #069;
	text-decoration: none;
}

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

div.lefttitle {
	margin: 18px 0px 6px 3px;
	width: 146px;
	background-color: #069;
	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;
	line-height: 120%;
}

div.lefttext a:hover {
	color: #069;
	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: #069;
	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: #069;
	text-decoration: none;
}

/* ---------------------------------------------------------------------- */
div#content {
        position: relative;
	display: block;
	width: 460px;	    /* dim */
	min-height: 650px;  /* 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 #ccc;
 	border-right: 1px solid #ccc;
}

div.sharebloc { text-align: right; }

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

div#content img {
	border: none;
}

div#content a {
	color: #069;
	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 #ccc;
}

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 #ccc;
}

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

div#result img {
	border: none;
}

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

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

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: #cff;
}

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 #ccc;
}

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 #ccc;
}
/* ---------------------------------------------------------------------- */
div#footer {
	position: relative;
	clear: both;
        width: 800px; /* dim */
	height: 24px;
	vertical-align: middle;
	font-size: 1em;
	background-color: white;
	color: #069;
}

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: #999;
	text-decoration: none;
}

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

div#url {
 	margin-left: 160px; /* dim */
 	width: 600px;	/* dim */
 	padding-right: 10px;
 	padding-left: 10px;
 	border-left: 1px solid #cccccc;
 	color: #000;
}

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

span.adresse {
	color: #000;
}

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#verl {
	position: relative; 
	color: black;
	width: 798px;
        background: #ccc;
	height: auto;
	border: 1px solid #ccc; 
	margin-bottom: 2em;
}

div#verlmargin {
	display: inline-block;
    	width: 150px;
	padding: 10px;
	font-weight: bold;
}

div#verlcontent {
    display: inline-block;
    width: 625px;
    height: 235px;
    margin: -60px 8px 0 170px; 
}

.slideme { width: 100%; height: 100%; 
	max-width: 460px; max-height: 220px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.7); }

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

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

form#pageform {
	display: none;
}

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

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

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

/* pour les reponses de l'autocomplete dans la recherche */
div.acwrap { position: absolute; height: 40px; background-color:white; z-index: 5;}

div.autocomplete { position: relative; width: 400px;
		 top: -5px  !important;
		 left: 0px !important;
		 color: black; height: auto; font-size: 100%;
		 background-color:white; border:1px solid #888; 
		 margin:0; padding:0; z-index: 5;
}
div.autocomplete ul { list-style-type:none; margin:0; padding:0; 
		 height: auto; max-height: 200px; overflow: auto;  
}

div.autocomplete ul li.selected { background-color: #ddd;}
div.autocomplete ul li { list-style-type:none; display:block;
  margin:0; padding:2px; height:13px; cursor:pointer; 
}

/* pour mailchimp */
#mc_embed_signup {
	background:#fff; clear:left; 
}

#mc-embedded-subscribe-form {
}

#mce-EMAIL  {
	width : 150px;
        font-size: 0.8em;
}
