html , ul{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
  color:#252525;

}


html
{
    height: 100%;
}
body {
  line-height: 1;
  background: #ffffff;
  font-family: 'Arial';
  font-size:11px;
  margin: 0;
  height: 100%;

  scrollbar-face-color: #000000;
scrollbar-shadow-color: #2D2C4D;
scrollbar-highlight-color:#7D7E94;
scrollbar-3dlight-color: #7D7E94;
scrollbar-darkshadow-color: #2D2C4D;
scrollbar-track-color: #7D7E94;
scrollbar-arrow-color: #C1C1D1;
}


a
{
  text-decoration: none;
   color:inherit;
}
#big-container{
  width:100%;
}

#container{
    height: 100%;
    min-height: 100%;
}





#map_canvas{

    min-height: 500px;
    height: 100%;
}


#tabs_container
{
  position: absolute;
  top: -91px;
  left: 389px;
  width: 400px;
}


#onglet_part
{
  width:90%;
  position:absolute;
  z-index:200;
  height:33px;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0px 2px 4px #cccccc;
}


/**====================================================================================*/
/** sépcifique vue développement **/
/**====================================================================================*/

/* classes globales */
.clean
{
  clear: both;
}

.invisible_input
{
   border: medium none;
    margin-top: 4px;
    margin-left: 20px;
    width: 222px;
}

.cap
{
  text-transform: uppercase;
}
h2.cap
{
  padding-bottom: 3px;
  padding-top: 0px;
}

.f_left
{
  float: left;
}


#sidebar{
    width: 380px;
    z-index:100;
    background-image: url(../img/motif_sideBar.jpg);
    background-repeat: repeat;
    float: left;
	position:absolute;
	height:calc(100% - 100px);
	overflow:scroll;
	padding:35px 10px 10px 10px;
}

#map_canvas_container
{
  height:100%;
  width: 100%;
  overflow: hidden;
  background-color: #000;

}

#map_canvas_container2
{
  height: 100%; /* hauteur onglets */
  width: 100%;
  overflow: hidden;
  background-color: #fff;

}

#header
{
  height:40px;
  width: 100%;
  background-color: #000000;
}

#right_part
{
  margin-left: 400px;
  height: calc(100% - 40px); /* hauteur onglets */
}

#ul_donnees_internes, #ul_concurrence, #ul_zone
{
  list-style: none;
}

#ul_donnees_internes label, #ul_donnees_internes2 label, #ul_donnees_internes3 label, #ul_donnees_internes4 label, #ul_donnees_internes5 label, #ul_zone label
{
  margin-left: 5px;
  color:#fff;
}

#ul_concurrence label
{
  margin-left: 5px;
  color:#000;
}

#ul_concurrence li
{
  line-height: 2;
}

li.list_terr
{
	margin-bottom:10px;
	list-style:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding:5px;
	width:300px;
	font-weight:bold;
}