/* concept ecodev.ch */
body{
	background-color: #fff;
	background-image: url('/img/degrade.png');
	background-repeat: repeat-x;
	margin: 0px; 
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
}
#bodyIframe{
	background-color: #fff;
	background-image: none;
}
/* MISC */
.regionsTypeSelect, .regionsSelect{
	width:230px;
}

/* Google map display iframe */
#carte {
	width: 550px;
	height: 410px;
	border: 0;
}

/* Graph display iframe.. plus utilisé avec la version flash me semble-til ? */
#graphFrame {
	width: 575px;
	height: 410px;
	border: 0;
}
#graphDiv{
	/*width: 560px;*/
}

/* Coloration des lignes des tableau de manière alternative */
.odd {background-color: #f7f1e4;} /* e3e3e3 */
.even {background-color: #fcfaf6;} /* f5f5f5 */
th,.tableHeader{background-color :#efe0c2;text-align: left;height: 25px;}
.pointer{cursor:pointer;}

/* common styles for controllers (maps, graphs, spreadsheet) */

#controllerHeader {
	display: none;
	background-color: #71b27d;
	font-weight:bold;
	color: white;
	text-align: center;
	font-size: 1.1em;
	padding:3px;
}

.singleRegionSelect {
	width: 100%;
	background-image: url('../img/bg-regions.png');
	background-repeat: repeat-x;
}

.multipleRegionSelect, .multipleCountrySelect {
	border: solid 1px #c4c4c4;
	padding: 7px 7px;
	overflow: auto;
	height: 90px;
	width: 94% !important;
	width: 91%;
	background-image: url('../img/bg-regions.png');
	background-repeat: repeat-x;
}

#selectCountries {
	border: solid 1px #c4c4c4;
	padding : 5px 0 5px 5px;
	overflow: auto;
	height: 100px;
	width: 96%;
	background-image: url('../img/bg-regions.png');
	background-repeat: repeat-x;
}

#selectCountries label {
	display: block;
	margin: 0;
	padding: 0;
}

#yearSelection label {
	font-size: 10px;
}

#checkAllCountries, #uncheckAllCountries, #checkAllRegions, #uncheckAllRegions {
	cursor:pointer;
	display:inline;
}

/* CHART (GRAPH) CONTROLLER */
#graphController{
	border: solid 2px #c4c4c4;
	/* width: 280px; */
	width: 235px;
}
#graphControllerBody{
	background-image: url(../img/bg-controller.png);
	background-repeat: repeat-x;
}
.graphControllerSection{
	border-bottom: solid 1px #c4c4c4;
	padding: 5px 0 5px 5px;
	margin: 0;
}

.graphControllerSectionHeader{
	font-weight:bold;
	padding: 3px 0;
}

.graphControllerElements input {
	padding: 0;
	margin: 0;
}

.graphControllerElements img {
	padding: 0;
	margin: 0 2px;
}

#waterOptions, #sanitationOptions, #populationOptions {
	margin-top: 5px;
}

#graphControllerYears{
	border: solid 1px #c4c4c4;
	padding : 7px 7px;
	overflow: auto;
	height: 58px;
	width: 94% !important;
	width: 91%;
	/*background-color: #e4c890; */
	background-image: url(../img/bg-regions.png);
	background-repeat: repeat-x;
}

#ruralZone, #bothZone { margin-left: 10px; }

#colonne_gauche{
	width: 560px;
}

/* MAP CONTROLLER */
#mapController{
	border: solid 2px #c4c4c4;
	/* width: 282px; */
	width: 250px;	
}
.hidden,.hiddenLoaded{
	display:none;
}
.labelSmall{
	font-size:0.9em;
}
#mapControllerHeader{
	background-color: #89b8d9;
	font-weight:bold;
	color: white;
	text-align: center;
	font-size: 1.2em;
	padding:5px;
}
#mapControllerBody{
	background-image: url(../img/bg-controller.png);
	background-repeat: repeat-x;
}
#mapController label,#mapController img{
	cursor:pointer;
}
.mapControllerSection{
	border-bottom: solid 1px #c4c4c4;
	padding:5px;	
}
.mapControllerSectionHeader{
	font-weight:bold;
	padding: 0px 0;
}
.mapControllerSelect{
	padding-bottom: 10px;
}
.mapControllerElement{
	padding: 2px 0;
}
.mapControllerElements div,form.mapControllerElements div{
	padding: 2px 0;
}
#mapControllerCountries div{
	padding:0;
	margin:0;
}
#mapControllerRegions,#mapControllerCountries{
	margin-top : 10px;
	border: solid 1px #c4c4c4;
	padding : 7px 0;
	overflow: auto;
	height: 100px;
	width: 99% !important;
	width: 96%;
	/*background-color: #e4c890; */
	background-image: url(../img/bg-regions.png);
	background-repeat: repeat-x;
}

.picto{
	position:relative;
	top: 3px;
	padding-right: 5px;
}
img {
	border: none;
}
img.right{
	margin: 2px 0px 2px 6px;
	float: right;
}
img.left{
	margin: 2px 10px 4px 0px;
	float: left;
}
hr {clear:both;visibility:hidden;}

/* style liens */
a:link{text-decoration:none;color:#134A81;}
a:active{text-decoration:none;color:#134A81;}
a:hover{text-decoration:underline;color:#134A81;}
a:visited{text-decoration:none;color:#134A81;}

/** Pour faire une bordure qui n'apparait pas dans firefox sur macosx **/
input[type=text],input[type=password],textarea {
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

/* normalise et réduit la taille du texte dans les champs de formulaire */
input {
	font-size: 1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.erreur{
	color: red;
}
.ok{
	color: green;
}



/* --- pages statiques --- */
h2.statique {
    font-size: 14px;
    font-weight: bold;
    /*color: #009c34;*/
	color: #333;
    margin: 0px 10px 10px 10px;
    }
h3.statique {
    font-size: 11px;
    font-weight: bold;
    margin: 1em 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
    margin: 0px 10px 10px 10px;
    }
p.statique {
    line-height: 1.5em;
    text-align: justify;
    margin: 0px 10px 0px 10px;
    }
p.statique_col1 {
    line-height: 1.7em;
    text-align: left;
    margin: 0px 10px 0px 10px;
    }
p.statique-small {
    font-size: x-small;
    line-height: 1.7em;
    text-align: justify;
    margin: 0px 5px 0px 10px;
    }
p.statique-citation-i {
    font-size: xx-small;
    line-height: 1.7em;
    text-align: right;
    font-style: italic;
    margin: 0px 0px 0px 20px;
    }
p.statique-citation {
    font-size: xx-small;
    line-height: 1.7em;
    text-align: right;
    font-style: normal;
    margin: 0px 0px 0px 20px;
    }
.legende {
	color:#505050;
    font-size: 10px;
    line-height: 12px;    
    }
ul{
	margin-top: 3px;
}
li {
	margin: 0;
	padding: 0;
    line-height: 1.5em;
    }
li.intable {
    line-height: 1em;
    text-align: left;
    margin: 0px 0px 0px -20px;
    }
.box li.intable { 
    line-height: 1.5em;
    margin-left: -30px;
    }
li.intable2 {
    line-height: 1em;
    text-align: left;
    margin: 0px 0px 0px -40px;
    }
    
.external {
    background: url(../images/externalLink.gif) no-repeat right top;
    padding-right: 10px;
    }
    
.box {
    /* float: right; */
    float: left;
    width: 95%;
    margin: 0 0 2.5em 10px;
    border: solid 1px #DDDDDD;
    }
.box h3 {
    clear: both;
    margin: 0 0 5px 0;
    padding: 4px 10px 3px 10px;
    background-color: #F3E6CC;
    color:rgb(80,80,80);
    font-weight: bold;
    /* font-size: 120%; */
    font-size:90%;
    border-bottom: solid 1px #DDDDDD;
    }

.box p {
    clear:both;
    margin:0 10px 1.0em 10px; 
    color:rgb(80,80,80); 
    line-height:1.3em; 
    font-size:90%;
    }
.box li {
    font-size:90%;
    margin-left:-15px;
    color: #505050;
    }

fieldset.encadre-fixe {
	border-color: #eee;
	margin: 3px;
	padding: 5px;
	float:  left;
	width: 28%;
    height: 120px;
}
fieldset.encadre-fixe legend{
	font-weight: bold;
	color: #333;
}

.right{
	float: right;
}

img.statique {
	margin-left: 12px;
}

img.statique-right{
	margin: 2px 0px 2px 20px;
	margin-left: 20px !important;
	float: right;
}
img.statique-left{
	margin: 2px 20px 2px 10px;
	float: left;
}
input#filterSearchInput{
	width: 120px;
}


/** table controller **/
#tableControllerBody{
	border: solid 1px #ccc;
	background-image: url('../img/bg-regions.png');
	background-repeat: repeat-x;
}
div.controllerCol{
	float: left;
	width: 30%;
	margin: 10px;
	padding: 0;
}
#tableControllerCol2{
	width: 27%;
}
#tableControllerCol3{
	width: 33%;
}
#tableContent{
	clear: both;
	margin-top: 5px;
}
.tableControllerSectionHeader{
	font-weight:bold;
	padding: 0;
	margin: 2px 0 3px 0;
}
#tableController .singleRegionSelect {
	width: 100%;
}
#tableController h4{
	margin: 4px 0 2px 0;
	padding: 0;
}
#tableController label{
	margin-left: 2px;
}
th.country{
	padding: 3px;
	text-align: left;
}
th.year{
	padding: 3px;
	text-align: center;
}
th.population{
	background-color: #bbb;
	padding: 3px;
	text-align: center;
}
th.water{
	background-color: #69f;
	padding: 3px;
}
th.sanitation{
	background-color: #ff9;
	padding: 2px;
}
#tableContent td{
	text-align: right;
}
td.country{
	text-align: left !important;
}
div#export{
	margin-top: 20px;
	float: left;
}
div#loading{
	margin-top: 15px;
	float: right;
}
td[headers="entete_country"]{ background-color: #fff;}
td[headers="entete_year"]{ background-color: #fff;}
td[headers="entete_TP"]{ background-color: #eee;}
td[headers="entete_UP"]{ background-color: #eee;}
td[headers="entete_RP"]{ background-color: #eee;}    
td[headers="entete_UP_COV"]{ background-color: #eee;}
td[headers="entete_RP_COV"]{ background-color: #eee;}

td[headers="entete_UWI_COV"]{ background-color: #bdf;}
td[headers="entete_UWI_POP"]{ background-color: #bdf;}
td[headers="entete_UWP_COV"]{ background-color: #eff;}
td[headers="entete_UWP_POP"]{ background-color: #eff;}
td[headers="entete_UWOI_COV"]{ background-color: #eff;}
td[headers="entete_UWOI_POP"]{ background-color: #eff;}
td[headers="entete_UWU_COV"]{ background-color: #eff;}
td[headers="entete_UWU_POP"]{ background-color: #eff;}
td[headers="entete_RWI_COV"]{ background-color: #bdf;}
td[headers="entete_RWI_POP"]{ background-color: #bdf;}
td[headers="entete_RWP_COV"]{ background-color: #eff;}
td[headers="entete_RWP_POP"]{ background-color: #eff;}
td[headers="entete_RWOI_COV"]{ background-color: #eff;}
td[headers="entete_RWOI_POP"]{ background-color: #eff;}
td[headers="entete_RWU_COV"]{ background-color: #eff;}
td[headers="entete_RWU_POP"]{ background-color: #eff;}
td[headers="entete_TWI_COV"]{ background-color: #bdf;}
td[headers="entete_TWI_POP"]{ background-color: #bdf;}
td[headers="entete_TWP_COV"]{ background-color: #eff;}
td[headers="entete_TWP_POP"]{ background-color: #eff;}
td[headers="entete_TWOI_COV"]{ background-color: #eff;}
td[headers="entete_TWOI_POP"]{ background-color: #eff;}
td[headers="entete_TWU_COV"]{ background-color: #eff;}
td[headers="entete_TWU_POP"]{ background-color: #eff;}
td[headers="entete_USI_COV"]{ background-color: #ffd;}
td[headers="entete_USI_POP"]{ background-color: #ffd;}
td[headers="entete_USS_COV"]{ background-color: #ffe;}
td[headers="entete_USS_POP"]{ background-color: #ffe;}
td[headers="entete_USOD_COV"]{ background-color: #ffe;}
td[headers="entete_USOD_POP"]{ background-color: #ffe;}
td[headers="entete_USU_COV"]{ background-color: #ffd;}
td[headers="entete_USOU_COV"]{ background-color: #ffe;}
td[headers="entete_USU_POP"]{ background-color: #ffe;}
td[headers="entete_RSI_COV"]{ background-color: #ffd;}
td[headers="entete_RSI_POP"]{ background-color: #ffd;}
td[headers="entete_RSS_COV"]{ background-color: #ffe;}
td[headers="entete_RSS_POP"]{ background-color: #ffe;}
td[headers="entete_RSOD_COV"]{ background-color: #ffe;}
td[headers="entete_RSOD_POP"]{ background-color: #ffe;}
td[headers="entete_RSU_COV"]{ background-color: #ffd;}
td[headers="entete_RSOU_COV"]{ background-color: #ffe;}
td[headers="entete_RSU_POP"]{ background-color: #ffe;}
td[headers="entete_TSI_COV"]{ background-color: #ffd;}
td[headers="entete_TSI_POP"]{ background-color: #ffd;}
td[headers="entete_TSS_COV"]{ background-color: #ffe;}
td[headers="entete_TSS_POP"]{ background-color: #ffe;}
td[headers="entete_TSOD_COV"]{ background-color: #ffe;}
td[headers="entete_TSOD_POP"]{ background-color: #ffe;}
td[headers="entete_TSU_COV"]{ background-color: #ffd;}
td[headers="entete_TSU_POP"]{ background-color: #ffe;}
td[headers="entete_TSOU_COV"]{ background-color: #ffe;}

tr.countryName td, tr.countryData td{
	border-bottom: dotted 1px #999;
}
tr.total{
	background-color: #ffc;
}

/*Mise en page*/

/* Tab Styles */
/* E.g. http://www.wssinfo.org/resources/documents.html */
#header {
	margin-top: 15px;
}

#header ul {
	list-style: none;
	padding:0;
	margin:0 0 0 2px;
}

#header li {
	display: inline;
	border: solid;
	border-width: 0;
	margin: 0 0.8em 0 0;
}

#header li a {
	padding: 0.4em 1em;
	background-color: #EFE0C2;
}

#header li#selected a{
	background-color: #F7F1E4;
}

#jmp_logo{
	position: relative;
	top: 49px;
	left: 0px;
	z-index: 50;
	padding: 0px;
}
#who_logo{
	position: relative;
	top: 18px;
	left: 630px;
}
#unicef_logo{
	position: relative;
	top: 18px;
	left: 640px;
}
#corps{
	background-color: #8a8a8a;
	width: 1000px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: solid 1px #999;
}
#colonne_menu{
	float:  left;
	width: 170px;
	background-color: #8a8a8a;
	margin-top: 17px;
}
#entete{
	margin: 0;
	padding: 0;
/*	background-color: #8a8a8a;
	background-image: url('/img/banner/aua_extrema.jpg');*/
	height: 125px;
}
#entete_centre{
	padding: 0;
	width: 1002px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
#cadre{
	float: left;
	width: 830px;
}
#sous_titre{
	margin: 0;
	padding: 0;
	position: relative;
/*	top: 18px;*/
	z-index: 100;
}
#entete_haut{
	height: 98px;
}
#titre, #bloc_transparent, #sous_logo{
	float: left;
}
#bloc_transparent{
	background-color: #000;
	width: 171px;
	height: 28px;
	border: 0px;
	z-index: 10;
	opacity: 0.4;
	-ms-filter:"alpha(opacity=40)";
	filter:alpha(opacity=40);
/*	font-family: Helvetica,Arial,sans-serif;
	font-size: 60px;
	font-weight: bold;*/
}
#diaporama{
	position: absolute;
	width: 552px;
	height: 98px;
	top: 0px;
	left: 171px;
}
#titre{
	background-color: #8a8a8a;
	height: 23px;
	width: 666px;
	color: #fff;
	padding-left: 3px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
}
#sous_logo{
	background-color: #8a8a8a;
	height: 23px;
	color: #fff;
	font-weight: bold;
	width: 162px;
	font-size: 15px;
	padding-top: 5px;
}
#logos{
/*	float: right;
	width: 163px;*/
	position: absolute;
	top: 50px;
	width: 275px;
	right: 0px;
}
#who_logo_horizontal{
	width: 120px;
	position: absolute;
	left: 0px;
}
#unicef_logo_horizontal{
	width: 145px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#colonne_contenu{
	padding:  5px 0 0 5px;
	background-color: #fff;
	margin: 0;
}
#spacer{
	height: 320px;
	width:  0;
	float: left;
}
#pied_blanc{
	clear: both;
}
#pied{
	clear: both;
	height: 20px;
	background: #bec0bf;
}
#last_update{
	float:  left;
	color:  #fff;
	width:  170px;
	background: #8a8a8a;
	height: 19px;
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
}
#chemin{
    float: right;
    width: 140px;
    color:  #fff;
    padding-top: 2px;
    font-size: 10px;
}
#disclaimer{
	float: left;
	width: 130px;
	padding-left: 3px;
	padding-top: 2px;
	font-size: 10px;
}

/* Classes de mise en forme prédéfinies */
.colonne_2tiers{
	float: left;
	width: 65%;
	margin: 0;
	padding:  5px;
	min-height: 540px; /* min-height: 300px; */
	margin-top: 10px;
}
.colonne_1tiers{
	float: left;
	width:  32%;
	margin: 0;
	padding: 5px;
	min-height: 540px; /* min-height: 300px; */
	margin-top: 10px;
}
.bordure_droite{
	border-right: dotted 1px #bbb;
}
#contenu p{
	text-align:  justify;
}
fieldset.encadre{
	border-color: #eee;
	margin: 3px;
	padding: 3px;
	float:  left;
	width: 30%;
}
fieldset.encadre legend{
	font-weight: bold;
}

#colonne_droite{
	float:right;
}
#activite{
	border: solid 1px black;
	position: absolute;
	width: 300px;
	height: 130px;
	top: 0px;
	left: 40%;
	background-color: #000;
	color: white;
	opacity: .8;
	padding: 20px;
	z-index: 200;
	display: none;
}
#activite a{
	color: #ff6;
}
#forIE{
	display: none;
}

/********* menu *************/
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul#menu a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

ul#menu li {
	border: solid 1px #8a8a8a; /* si pas là, IE6 fait des marges énormes entre les li !*/
  /*margin-top: 1px;*/
}

ul#menu li a {
	background: #8a8a8a;
	color: #fff;	
	padding: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 13px;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #8a8a8a; /*#ccc*/
  color: #000;
  padding-left: 20px;
  border-bottom: dotted 1px white;
  font-size: 12px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
ul#menu li ul li a.ici{
	background: #aaa;
	border-left: 5px #000 solid;
	padding-left: 15px;
}