/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/**
 * Basic Typography
 */
 

/*#getFeatureInfo-clic-title {
    background-color:yellow;
    position:absolute;
    z-index:1000;
}*/

.olControlNavToolbar div {
    display: inline !important;
    position: absolute !important;
    top: -10px !important;
    width: 30px !important;
}

.olControlNavToolbar .olControlQueryLayerBoxItemInactive, .olControlNavToolbar .olControlQueryLayerBoxItemActive {
    left: 40px;
}

.olControlNavToolbar .olControlZoomInBoxItemInactive, .olControlNavToolbar .olControlZoomInBoxItemActive {
    left: 70px;
    cursor: pointer;
}

.olControlNavToolbar .olControlZoomOutBoxItemInactive, .olControlNavToolbar .olControlZoomOutBoxItemActive {
    left: 100px;
    cursor: pointer;
}

.olControlNavToolbar .olControlZoomZeroBoxItemInactive, .olControlNavToolbar .olControlZoomZeroBoxItemActive {
    left: 130px;
    cursor: pointer;
}

.olControlNavToolbar .olControlZoomBoxItemInactive, .olControlNavToolbar .olControlZoomBoxItemActive {
    left: 160px;
}

.olControlNavToolbar .olControlQueryLayerBoxItemActive {
    background-color:orange;
    background-image:url('./images/Infos_ON.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlQueryLayerBoxItemInactive {
    background-color:#ddd;
    background-image:url('./images/Infos_OFF.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlZoomInBoxItemActive {
    background-color:orange;
    background-image:url('./images/ZoomIn_ON.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlZoomInBoxItemInactive {
    background-color:#ddd;
    background-image:url('./images/ZoomIn_OFF.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlZoomOutBoxItemActive {
    background-color:orange;
    background-image:url('./images/ZoomOut_ON.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlZoomOutBoxItemInactive {
    background-color:#ddd;
    background-image:url('./images/ZoomOut_OFF.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlZoomZeroBoxItemActive {
    background-color:orange;
    background-image:url('./images/FitAll_OFF.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlZoomZeroBoxItemInactive {
    background-color:#ddd;
    background-image:url('./images/FitAll_OFF.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlNavigationItemActive {
    background-color:orange;
    background-image:url('./images/Pan_ON.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

.olControlNavToolbar .olControlNavigationItemInactive {
    background-color:#ddd;
    background-image:url('./images/Pan_OFF.gif') !important;
    background-repeat:no-repeat;
    background-position:center center;
}

#infoBulle {
    z-index: 1000;
    position:absolute;
    width:200px;
    /*padding-top:25px;
    padding-left:10px;
    background:#000040;
    border:2px double #fff;
    color:white;*/
    text-align:center;
}

#infoBulle .top {
    background: url('./images/bulle_top.png') no-repeat;
    height:30px;
}


#infoBulle .center {
    background: url('./images/bulle_center.png') repeat-y;
    padding-left:10px;
    overflow: visible;
}

#infoBulle .bottom {
    background: url('./images/bulle_bottom.png') no-repeat;
    height:15px;
}

#infoBulle table tr th {
    font-size: 66%;
    font-style:italic;
}

#global-layer-legend {
    position: absolute;
    right: 640px;
    top: 30px;
    width: 300px;
    border: 1px solid #ddd;
}

#global-layer-legend img.move {
    cursor:move;
}

#global-layer-legend img.close, #global-layer-legend img.reduce {
    cursor:pointer;
}

#global-layer-legend-head img {
    width: 22px;
}

#global-layer-legend img.legend-img, .layer-legend img.legend-img {
    display: block;
    font-size: smaller;
    max-width: 300px;
}

body {
        font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
        font-size: 80%;
        color: #222;
        background: #fff;
        margin: 0;
}
pre, code {
        margin: 1.5em 0;
        white-space: pre;
}
pre, code {
        font: 1em 'andale mono', 'lucida console', monospace;
        line-height:1.5;
}
a[href] {
        color: #436976;
        background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
        color: #003a6b;
        background-color: transparent;
        font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
        margin: 0;
        padding-top: 0.5em;
}
h1 {
        font-size: 130%;
        margin-bottom: 0.5em;
        border-bottom: 0px solid #fcb100;
}
h2 {
        font-size: 120%;
        margin-bottom: 0.5em;
        border-bottom: 1px solid #aaa;
}
h3 {
        font-size: 110%;
        margin-bottom: 0.5em;
        text-decoration: underline;
}
h4 {
        font-size: 100%;
        font-weight: bold;
}
h5 {
        font-size: 100%;
        font-weight: bold;
}
h6 {
        font-size: 80%;
        font-weight: bold;
}

/**
 * Map Examples Specific
 */
.smallmap {
        width: 600px;
        height: 600px;
        border: 1px solid #ccc;
        float: right;
}
#tags {
        display: none;
}


div.autocomplete {
        position: absolute;
        width: 500px;
        background-color: white;
        border: 1px solid #888;
        margin: 0px;
        padding: 0px;
}

form fieldset {
        border: 1px solid #ddd;
        padding: 5px;
}

#set-center-form input {
        width: 280px;
}

div.autocomplete ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        max-height: 20em;
        overflow: auto;
}

div.autocomplete ul li.selected {
        background-color: #ffb;
}

div.autocomplete ul li {
        list-style-type:none;
        display: block;
        margin: 0;
        padding: 2px;
        cursor: pointer;
}
#couches {
        display: block;
        position: relative !important;
        width: 300px !important;
        top: 0px !important; 
        right: 0px; 
        font-family: sans-serif; 
        font-weight: bold; 
        margin-top: 3px; 
        margin-left: 3px; 
        margin-bottom: 3px; 
        font-size: smaller; 
        color: white; 
        background-color: transparent; 
        padding-top: 0pt; 
        padding-bottom: 0pt;
}


/* mentions légales */
#version
{
        position: static;
        width: auto;
        height: 15px;
        font-size: 1em;
        font-weight: bold;
        margin: 0px;
        margin-bottom: 10px;
        /*padding: 5px;*/
        padding-top: 5px;
        padding-right: 5px; 
        padding-bottom: 5px; 
        padding-left: 20px;
        border-color: #000000;
        border: 0;
        border-bottom: 1px solid;
        background-color: #DDDDDD;
        z-index: 0
}

.mentions_legales p{
        margin: 0px;
        margin-bottom: 10px;
        /*padding: 0px;*/
        padding-left: 20px
}

.mentions_legales a{
        margin: 0px;
        padding: 0px;
        color: #ED1C2E;
        cursor: pointer;
        text-decoration: none;
}


/* zone titre */

#zone_titre {
        display: block ;
        position: absolute;
        top: 5px;
        left:5px;
        width: 940px;
        height: 49px;
        padding: 0px;
        margin: 0px;
        border-bottom: 1px solid;
        background-image: url("images/bg-title-blue.png");
        background-repeat: repeat-y;
        z-index: 0;
}

h1
{
        margin: 0px;
        padding-top: 10px;
        padding-left: 10px;
        font-size: 2em;
        color: #FFFFFF;
        z-index: 2;
}

.logo {
        float: right;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
        margin-right: 10px;
        z-index: 2;
}


/* zone editoriale */

#zone_edito
{
        display: block;
        position: absolute;
        top: 60px;
        left: 5px;
        width: 965px;
        height: 28px;
        margin: 0px;
        padding: 0px;
        background-color: #DDDDDD;
        font-size: 0.8em;
        vertical-align: middle
}

#clause_legale
{
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 0.9em;
        text-align: center;
        color: #717070;
        text-decoration:none;
}

#h-toolbar {
    display: block;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 30px;
}

#aide
{
        display: block;
        position: absolute;
        top: 5px;
        right: 80px;
        width: 30px;
        font-size: 0.9em;
        text-align: center;
        color: #717070;
        text-decoration:none;
}

#clause_legale:hover
{
        text-decoration:underline;
}

#aide:hover
{
        text-decoration:underline;
}

/* zone ihm */

#zone_ihm
{
        display: block;
        position: absolute;
        top: 60px;
        left: 465px;
        width: 300px;
        margin: 0px;
        padding: 0px;
        background-color: #DDDDDD;
        z-index: 1;
}

#ihm
{
        margin: 0px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 2px;
        height: 100%;
}

.titre2
{
        display: block;
        margin: 0px;
        /*margin-bottom: 10px;*/
        margin-bottom: 5px;
        padding: 0px;
        vertical-align: middle;
        border-top: 1px solid #000000;
        color: #000000;
}

.puce_titre2
{
        display: inline;
        border: 0px;
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
}

h2
{
        display: inline;
        margin: 0px;
        padding: 0px;
        padding-left: 0px;
        vertical-align: middle;
        font-weight: bold;
        font-size: 1.2em;
}

.section2
{
        padding-left: 5px;
        /*padding-bottom: 10px;*/
        padding-bottom: 15px;
        margin: 0px;
}

.commande
{
        display: block;
        margin: 0px;
        padding: 0px;
}

.puce_commande
{
        display: inline;
        border: 0px;
        margin: 0px;
        margin-right: 10px;
        padding: 0px;
        vertical-align: middle;
        float: left;
}

.libelle_commande
{
        color: #ED1C2E;
        vertical-align: middle;
        cursor: pointer;
        text-decoration: none;
        float: left;
}

.libelle_commande:hover
{
        text-decoration: underline;
}


.saisie_recherche
{
        width: 270px;
        height: 19px;
        text-align: left;
        display: block;
        margin: 0px;
        padding: 0px;
}

.libelle_numero_gauche
{
        float: left;
        text-align: left;
        vertical-align: middle;
        display: inline;
        margin: 0px;
        padding: 0px;
}

.saisie_numero_gauche
{
        float: left;
        width: 60px;
        height: 19px;
        text-align: left;
        display: inline;
        margin: 0px;
        margin-left: 10px;
        padding: 0px;
}

.libelle_numero_droite
{
        float: right;
        text-align: left;
        vertical-align: middle;
        display: inline;
        margin: 0px;
        padding: 0px;
}

.saisie_numero_droite
{
        float: right;
        width: 60px;
        height: 19px;
        text-align: left;
        display: inline;
        margin: 0px;
        margin-left: 10px;
        margin-right: 20px;
        padding: 0px;
}

.select_recherche
{
        width: 288px;
        text-align: left;
        display: inline;
        margin: 0px;
        padding: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;     /* taille pour faire rentrer 50 caractères */
}



/* combobox plu */
#id_select_plu dl {
        width: 270px;
        float: left;
        margin: 0 1px;
        cursor: pointer;
        z-index:100;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
}

#id_select_plu dt {
        width: 270px;
        text-align: left;
        display: block;
        z-index:100;
        margin: 0px;
        padding: 2px;
        border: 1px black solid;
        background:#ffffff;
        overflow:hidden;
}

#id_select_plu dd {
        display:none;
        position: absolute;
        z-index:100;
        width: 270px;
        border: 1px solid gray;
        margin: 0px;
        padding: 2px;
        background: #fff;
        max-height:100px;
        height:100px !important;
        overflow:auto;
}

#id_select_plu ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        background: #fff;
}

#id_select_plu li {
        list-style-type: none;
        text-align: left;
        margin: 0px;
        padding: 0px;
        background: #fff;
}

#id_select_plu li a, #menu dt a {
        color: #000;
        text-decoration: none;
        display: block;
        border: 0 none;
        margin: 0px;
        padding: 0px;
}

#id_select_plu li a:hover, #menu dt a:hover {
        background: #eee;
        margin: 0px;
        padding: 0px;
}


div.auto_complete {
        padding: 0px;
        margin: 0px;
        width: 200px;
        height: expression(this.scrollHeight > 300 ? "300px" : "auto"); /* IE */
        max-height: 300px;  /* Others */
        background: #fff;
        z-index: 3;
        overflow: auto;
}

div.auto_complete ul {
        border:1px solid #888;
        width: auto;
        margin:0;
        padding:0;
        list-style-type:none;
}

div.auto_complete ul li {
        margin:0;
        padding:3px;
        font-size: 0.8em;
}

div.auto_complete ul li.selected { 
        background-color: #ffb; 
}

div.auto_complete ul strong.highlight { 
        color: #800; 
        margin:0;
        padding:0;
}

/* slider */
.div_slider
{
        display: block;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        padding:0px;
        height:20px;
}

.libelle_slider
{
        color: #000000;
        display:block;
        width:100px;
        height:20px;
        margin: 0px;
        padding: 0px;
}

.slider_plus
{
        float:right;
        height:20px;
        margin-right:15px;
        margin-left:10px;
}

.slider_minus
{
        float:right;
        height:20px;
        margin-right:10px;
}

.outil_slider
{
        display:block;
        float:right;
        width:70px;
        height:20px;
        padding:0px;
        margin:0px;
}

.slider_echelle
{
        position: absolute;  
        width:70px;
        height: 2px;
        font-size: 2px; 
        margin: 0px;
        padding: 0px;
        margin-top:9px;
        margin-bottom:9px;
        background-color: #AAAAAA;
}

.slider_curseur
{
        position: relative;
        width: 5px; 
        height: 10px; 
        font-size: 10px; 
        top:5px;
        margin: 0px;
        padding: 0px;
        background-color: #ED1C2E; 
        cursor: pointer; 
}



/* zone principale/cartographie */

.titre3
{
        display: block;
        margin: 0px;
        margin-bottom: 10px;
        padding: 0px;
        vertical-align: middle;
}

.puce_titre3
{
        display: inline;
        border: 0px;
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
}

h3
{
        display: inline;
        vertical-align: middle;
        font-weight: bold;
        font-size: 1.3em;
}

.section3
{
        padding-left: 20px;
        padding-bottom: 20px;
        margin-bottom: 5px;
}


#zone_principale
{
        display: block;
        position: absolute;
        top: 90px;
        left: 5px;
        width: 635px;
        height: 540px;
        padding: 0px;
        margin: 0px;
        background-color: #FFF;
        z-index: 0;
}


#map
{
        width: 100%;
        height: 100%;
}

/* fenetre d'information */

#body_info {
        background-color: #FFF;
}

#zone_titre_info {
        display: block ;
        position: absolute;
        left: 5px;
        top: 5px;
        width: 990px;
        height: 49px;
        padding: 0px;
        margin: 0px;
        border-bottom: 1px solid;
        background-image: url("images/bg-tite-blue.png");
        background-repeat: repeat-y;
        z-index: 0;
}

#zone_principale_info
{
        display: block;
        position: absolute;
        left: 5px;
        top: 60px;
        z-index: 0;
}

#info
{
        position: static;
        padding: 10px;
        z-index: 0;
}

.info_commande
{
        color: #ED1C2E;
        vertical-align: middle;
        cursor: pointer;
        text-decoration: none;
}

.info_commande:hover
{
        text-decoration: underline;
}


/* OpenLayers */
.olControlPanel  {
        top: 167px;
        left: 10px;
        height: 176px; 
        width: 34px;
        background-color: white;
        opacity: 0.7;
        filter: alpha(opacity=70);
}   
.olControlPanel div {
        width:  24px;
        height: 24px;
        margin: 5px;
}
.olControlPanel .olControlNavigationItemActive { 
        background-image: url("../js/openlayers/theme/default/img/panning-hand-on.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
.olControlPanel .olControlNavigationItemInactive { 
        background-image: url("../js/openlayers/theme/default/img/panning-hand-off.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
.olControlPanel .olControlZoomBoxItemActive { 
        background-image: url("../js/openlayers/theme/default/img/drag-rectangle-on.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
.olControlPanel .olControlZoomBoxItemInactive { 
        background-image: url("../js/openlayers/theme/default/img/drag-rectangle-off.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
.olControlPanel .olControlCalculateLengthItemInactive { 
        background-image: url("../js/openlayers/theme/default/img/measure_length_off.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
.olControlPanel .olControlCalculateLengthItemActive { 
        background-image: url("../js/openlayers/theme/default/img/measure_length_on.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
.olControlPanel .olControlCalculateAreaItemInactive { 
        background-image: url("../js/openlayers/theme/default/img/measure_area_off.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
.olControlPanel .olControlCalculateAreaItemActive { 
        background-image: url("../js/openlayers/theme/default/img/measure_area_on.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
.olControlPanel .olControlZoomToMaxExtentItemInactive {
        background-image: url("../js/openlayers/theme/default/img/zoom_max_extent.png");
        background-repeat: no-repeat;
        margin-bottom: 11px;
}
#scaleImg {
        right: 0px;
        top: 10px;
        position: absolute;
        opacity: 0.7;
        filter: alpha(opacity=70);
}

