/* Copyright (c) 2011 Raphaël Velt
 * Licensed under the MIT License
 * */

body {
    font-family: "Calibri", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    /*font-size: 1.7rem;
    background-color: #e0e0e8; 
    color: #204020; */
    margin: 0;
}

.clear {
    clear: both;
}

.gradient {
    background-color: #f0f0f8; background-image: -moz-radial-gradient(#ffffff, #d8d8e0);
}

/* EN HAUT */

#titlebar {
    background: #ffffff; border-bottom: 1px solid #CCC; position: fixed; margin: 0; padding: 0; left: 0; top: 0; right: 0; /*height: 61px;*/ overflow: hidden;
}

#maintitle {
    position: relative; left: 0; top: 0; width: 250px; text-align: center;
}

h1 {
    margin:0;
}

/* h1 a {
    background: url(../img/fpkima-logo.JPG) no-repeat;
    color: #208020;
    display: block;
    height:61px;
    margin: 0;
    text-indent: -9999px;
    width: 202px;
    margin-left:-1px;
}*/

#searchbox {	
    position: relative;
    float: right;
    top: -725px; 
    bottom: 0px; 
    right: 15px;
    background-color: rgb(250, 250, 252);
    box-shadow: 0px 0 0px #808090;
    padding: 0px; 
}

#searchinput {
    background: #fff url(../img/search.gif) no-repeat right;
    border: 1px solid #DDD;
    font-size: 1.4rem;
    /*line-height: 14px, height: 14px;*/
    left: 305px;
    padding: 1px 4px; margin: 0;
    /*position: relative;
    top: 20px;
    width: 250px;*/
}

#searchinput:focus, #searchinput:active {
    border-color:#aaa;
}

#searchsubmit {
    position: relative;
    /*left: 560px; 
    top: 13px; 
    width: 20px; 
    height: 0px;*/ 
    margin: 0; 
    padding: 0; 
    height: 16px; 
    border: none; 
    background: none; 
    text-indent: -999px; 
    cursor: pointer; 
    cursor: hand;
}

.grey {
    color: #cccccc; 
    font-style: italic;
}

/* AU CENTRE */

#zonecentre {
    position: relative;
    top: 0px; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    overflow: hidden;
}


#carte {
    position: absolute; left: 0px;
}

/* ZOOM IN OUT */

#ctlzoom {
    /*position: absolute; */
    list-style: none;
    left: 5px; 	
    bottom: 5px; 	
    padding: 0; 
    margin: 0;
}

/*.zoombuttons {
    list-style-type: none !important;
}*/

#ctlzoom li {
    list-style: none;
    padding: 0; 
    margin: 10px 0; 
    width: 36px; 
    text-align: center;
}

#zoomSliderzone {
    text-align: right;
    height: 720px;
}

#zoomSlider {
    /*position: absolute;*/
    background:#fff;
    border:1px solid #aaa;
    height: 120px; 
    margin: 0 auto;
    /*right: 20px;*/
}

#zoomMinusButton, #zoomPlusButton {
    display: block;
    width: 24px; 
    height: 24px; 
    background:url(../img/plusmoins.png);  
    margin: 0 auto;
}

#zoomMinusButton {
    background-position: 0 -24px;
}

#zoomMinusButton:hover {
    background-position: -24px -24px;
}

#zoomPlusButton {
    background-position: 0 0;
}

#zoomPlusButton:hover {
    background-position: -24px 0;
}

#lensButton, #edgesButton {
    display: block; 
    width: 36px; 
    height: 36px; 
    background:url(../img/loupe-edges.png); 
    margin: 0 auto;
}

#lensButton {
     background-position: -72px 0;
}

#lensButton:hover {
    background-position: -36px 0;
}

#lensButton.off {
    background-position: 0 0;
}

#lensButton.off:hover {
    background-position: -108px 0;
}

#edgesButton {
    background-position: -72px -36px;
}

#edgesButton:hover {
    background-position: -36px -36px;
}

#edgesButton.off {
    background-position: 0 -36px;
}

#edgesButton.off:hover {
    background-position: -108px -36px;
}


/* EN BAS A GAUCHE */

#overviewzone {
    display: none;
    /*position: relative; 
    right: 0; 
    bottom: 0;
    border-style: solid none none solid; 
    border-width: 5px; 
    border-color: #ffffff;*/
}

/* COLONNE DE GAUCHE */

#graphzone {
    /*position: relative;*/
    padding-top: 0px;
    padding-bottom: 15px;
}

#leftcolumn {
    position: absolute; 
    /*display: none;*/
    /* top: 280px;  */
    top: 1425px;
    bottom: 0px; 
    left: -1000px;
    /* left: -2000px; */
    /*right: 85px;*/
    /* width: 250px; */
    width: 400px;
    height: 600px;
    background-color: rgb(250, 250, 252); 
    box-shadow: 2px 0 2px #808090; 
    padding: 0;
}


#leftcontent {
    position: absolute;
    left: 0; 
    top: 0; 
    bottom: 0; 
    right: 0; 
    overflow: auto;	
    list-style: none; 
    margin: 0; 
    padding: 0; 
    border-top: 1px solid #cccccc;
}

/* GESTION DE LA BARRE DE GAUCHE */

#unfold {
    position: absolute; 
    top: 16px; 
    right: -14px; 
    width: 12px; 
    height: 12px; 
    background: rgb(250, 250, 252); 
    padding: 2px 2px 2px 0; 
    border-top-right-radius: 5px; 
    border-bottom-right-radius: 5px; 
    box-shadow: 1px 1px 2px #808090;
}

#aUnfold {
    float: left; 
    width: 12px; 
    height: 12px; 
    background-image: url(../img/fleches-horiz.png);
}

.leftarrow {
    background-position: -12px 0;
}

.rightarrow {
    background-position: 0 0;
}

.leftarrow:hover {
    background-position: -12px -12px;
}

.rightarrow:hover {
    background-position: 0 -12px;
}


/* ZONE GAUCHE */



#leftcontent ul {
    list-style: none; 
}

div.largepill {
    float: left; width: 16px; height: 16px; border-radius: 8px; margin: 0 5px 0 0;
}

div.smallpill {
    float: left; width: 12px; height: 12px; border-radius: 6px; margin: 0 5px 0 0;
}

#leftcontent h3 {
    font-size: 16px;
}

#leftcontent h4 {
    font-size: 14px;
}

#leftcontent h3, #leftcontent h4, #leftcontent p, #leftcontent ul {
    margin: 5px;
}

#leftcontent ul {
    list-style: none; padding: 0;
}

#leftcontent li {
    margin: 2px 0; padding: 0; font-size: 1.4rem;
}

/*a {
    color: #06a8de; font-weight: bold; text-decoration: none;
}

a:hover {
    color: #000080;
}*/

/* AUTOCOMPLETE */

#autocomplete {
    position: relative; 
    display: none; 
    padding: 0; 
    margin: 0;
    border-style: none solid; 
    border-color: #ccc; 
    border-width: 1px;
    top: -695px; 
    bottom: 0px; 
    right: -248px;
    width: 265px;
    height: 40px;
    float: right;
}

#autocomplete div {
    border-bottom: 1px solid #ccc; padding: 0; margin: 0; float: left; clear: both; background: #fff;
}

#autocomplete h4 {
    float: left; width: 80px; margin: 5px; font-size: 12px;
}

#autocomplete ul {
    float: left; width: 240px; list-style: none; padding: 0; margin: 0;
}

#autocomplete li {
    margin: 0; width: 240px; height: 28px; font-size: 12px; clear: both;
}

#autocomplete li a {
    display: block; width: 240px; height: 28px; background: #fff; color: #06a8de;
}

#autocomplete li.hover a {
    color: #fff; background: #06a8de;
}

#autocomplete span {
    float: left; margin: 0; padding: 6px 2px 0;
}

#autocomplete img {
    float: left; border: 0; width: 24px; height: 24px; margin: 2px 6px;
}
