/**************************************************************************
** PROJECT :		CLISSON
** FILE NAME :		layout.css
** CREATED :		06/02/08							BY :	Ludo Ran
** CONTENT :		Feuille de styles 
**
***************************************************************************/

/* GLOBAL RULES */

* { font-family: Trebuchet Ms, arial, sans-serif; font-size: 11px; margin: 0; padding: 0; }

body {
	position: relative;
	color: #000;
	background: #e7eaac;
	overflow: hidden;
}

a, img { outline: none; }

/* SELECT-BOX RULES */

.select-box { clear: both; vertical-align: middle; z-index: 10; }

/* BANNER RULES */

#clistop {
	float: left;
	position: relative;
	width: 980px;
	height: 128px;
	background: #fff url(../images/banner.gif) 0 66px no-repeat;
}
.clipi { float: left; width: 214px; height: 90px; margin: 1px 0 0 5px; background: url(../images/clipi.gif) no-repeat; }
.pictoSitu {
	position: absolute;
	width: 144px;
	height: 52px;
	text-decoration: none;
	top: 30px;
	right: 10px;
	background: #fff url(../images/pictoSitu.gif) 0 0 no-repeat;
	cursor: pointer;
	z-index: 20;
}

/* CONTAINER RULES */

#container {
	float: left;
	position: relative;
	width: 810px;
	height: 520px;
	left: 170px;
	background: #fff;
	overflow: hidden;
	cursor: default;
}

#visualisation {
	display: block;
	float: left;
	position: relative;
	width: 772px;
	*width: 774px;
	height: 491px;
	left: 4px;
	background: #fff;
	border: 1px solid #bfc71c;
	cursor: pointer;
	overflow: hidden;
}
#cadreVide {
	float: left;
	position: relative;
	width: 710px;
	height: 448px;
	padding:0 ;
	background-color: #f3f3f3;
	border: 1px solid #0072bc;
	overflow: hidden;
}
#zoomboxIn{
	display: none;
	position: absolute;
	background: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	border: 1px solid #f00;
}
#zoombox {
	width: 100%;
	margin: 6px 0 5px 2px;
	height: 80px;
	display: none;
	border: 1px solid #cedfd6;
}
.dragme{ position: relative; }

#refmap {
	position: absolute;
	top: 0;
	right: 32px;
	border: 1px solid #d2d75f;
	overflow: hidden;
	z-index:99999;
}

.refCrossNew {           
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 0px;   
	margin: auto;
	background-color: none;
	background-image: url(../images/croix.gif); 
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border: none;   
	overflow: hidden; 
	z-index: 500;
	display: none;
}

.refBoxNew {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #f00;
	z-index: 500;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	overflow: hidden;
	cursor: pointer;
	z-index:2;
}

#lgdshow {
	position: absolute;
	top: 50px;
	left: 5px;
	z-index: 20;
}
#lgdshow a {
	float: left;
	width: 20px;
	height: 72px;
	background: url(../images/control/lgdshow.gif) 0 0 no-repeat;
	cursor: pointer;	
}

/* LOADING RULES */

#divWait { display: none; float: left; width: 25px; height: 25px; }

#footer {
	float: left;
	clear: both;
	position: relative;
	width: 980px;
	height: 64px;
	background: #fff url(../images/footer.gif) 0 0 no-repeat;
}
.contactMap {
	position: absolute;
	width: 165px;
	line-height: 10px;
	top: -9px;
	left: 5px;
}
.contactMap a { color: #f18e04; text-decoration: none; cursor: pointer; }
.contactMap a:hover { color: #cb6206; }

.listcombot {
	float: left;
	position: relative;
	width: 370px;
	height: 38px;
	line-height: 10px;
	top: 28px;
	left: 20px;
	color:#000;
	text-decoration:none;
}

.clisson {
	position: absolute;
	width: 103px;
	height: 55px;
	top: 2px;
	right: 24px;
	background: url(../images/clisson.gif) no-repeat;
}

.zoombox {
	position: absolute;
	display: none;
	border: 1px solid #f00;
	background: #eee;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	z-index: 100;
}

/* TOOLTIP RULES */

.clistip { 
	position: absolute; 
	visibility: hidden;
	max-width: 50%;
	font: 10px tahoma;
	color: #000;
	top: 0; 
	left: 0;
	padding: 1px 3px;
	background: #f18e04;
	z-index: 510;
}
.clistip iframe { display: none;  display/**/: block; position: absolute; width: 8em; height: 40px; top:0; left:0; z-index: -1; filter: mask(); }

.measuretip { 
	position: absolute; 
	visibility: hidden;
	max-width: 50%;
	font: 10px tahoma;
	color: #000;
	top: 0; 
	left: 0;
	padding: 1px 3px;
	background: #dc569f;
	border: 1px solid #b0acc5;
	z-index: 510;
}

.loading {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    background: transparent url(../images/loading.gif) no-repeat scroll center;
    z-index: 200000;
}     


.zoomObject {
    position: absolute;
    display: none;
    width: 100px;
    height: 100px;
    top: 218px;
    left: 358px;
    margin-left: -22px;
    margin-top: -22px;
    background: transparent url(../images/zoomObject.gif) no-repeat scroll center;
    z-index: 200000;
}

div.arrowpan div {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	z-index: 200;
}

#movenorth { top:0; left:50%; cursor: n-resize; background: url(../images/moving/moveN.png) no-repeat; }
#movesouth { top:90%;left:50%; cursor: s-resize; background: url(../images/moving/moveS.png) no-repeat bottom; }
#moveeast { top:50%; left:95%; cursor: e-resize; background: url(../images/moving/moveE.png) no-repeat right; }
#movewest { top:50%; left:3px; cursor: w-resize; background: url(../images/moving/moveW.png) no-repeat; }
#movenorthwest { top:0; left:3px; cursor: nw-resize; background: url(../images/moving/moveNW.png) no-repeat; }
#movenortheast { top:0; left:95%; cursor: ne-resize; background: url(../images/moving/moveNE.png) no-repeat top right; }
#movesoutheast { top:90%;left:95%; cursor: se-resize; background: url(../images/moving/moveSE.png) no-repeat bottom right; }
#movesouthwest { top:90%;left:3px; cursor: sw-resize; background: url(../images/moving/moveSW.png) no-repeat bottom left; }
#movenorth { *background-image: none; *filter: progid:dximageTransform.microsoft.alphaImageLoader(src='images/moving/moveN.png',sizingMetho='crop');}
#movesouth { *background-image: none; *filter: progid:dximageTransform.microsoft.alphaImageLoader(src='images/moving/moveS.png',sizingMetho='crop'); }
#moveeast { *background-image: none; *filter: progid:dximageTransform.microsoft.alphaImageLoader(src='images/moving/moveE.png',sizingMetho='crop'); }
#movewest { *background-image: none; *filter: progid:dximageTransform.microsoft.alphaImageLoader(src='images/moving/moveW.png',sizingMetho='crop'); }
#movenorthwest { *background-image: none; *filter: progid:dximageTransform.microsoft.alphaImageLoader(src='images/moving/moveNW.png',sizingMetho='crop'); }
#movenortheast { *background-image: none; *filter: progid:dximageTransform.microsoft.alphaImageLoader(src='images/moving/moveNE.png',sizingMetho='crop'); }
#movesoutheast { *background-image: none; *filter: progid:dximageTransform.microsoft.alphaImageLoader(src='images/moving/moveSE.png',sizingMetho='crop'); }
#movesouthwest { *background-image: none; *filter: progid:dximageTransform.microsoft.alphaImageLoader(src='images/moving/moveSW.png',sizingMetho='crop'); }

/* themes rules */

#mytree {
	float: left;
	position: relative;
	width: 98%;
	height: 96%;
	overflow: auto;
}
.iradio { width: 18px !important; height: 18px; border: none !important; }

#mytree ul li ul, #mytree ul li ul li ul { display: none; 
}
#mytree ul {
	float: left;
	clear: left;
	position: relative;
	width: 100%;
	list-style: none;
	margin: 0 0 3px 0;
}
#mytree ul.ulfstlevel {
	width: 98%;
	margin-left: 8px;
	*margin-left: 4px;
	*margin-top: 5px;
	*padding-bottom: 10px;
}
#mytree li.lgdthm_off a { color: #ccc; }
#mytree li.lgdthm_on { color: #000; }
#mytree ul span { float: left; color: #000; }
#mytree ul input { width: 20px; }
#mytree .spangrp { font-weight: bold; color: #afb3a5; }
#mytree .spantout { font-weight: bold; color: #000; }
#mytree .spanlayer { color: #fff; font-weight: bold; }
#mytree ul li { float: left; clear: left; width: 100%; }
#mytree ul li ul li {
	float: left;
	clear: left;
	list-style: none;
	width: 100%;
	margin: 4px 0 0 2px;
}
#mytree ul img, .lgdContain li input, .lgdContain li img {
	float: left;
}
#mytree li a {
	float: left;
	clear: none;
	position: relative;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* INFO BULLE */

.countaintbinfobulle1 {
	clear:left;
	float:left;
	width:140px;
	overflow:hidden;
}
.countaintbinfobulle {
	clear:left;
	float:left;
	width:270px;
	overflow:hidden;
}
#continfobulle {
	display: none;
	position: absolute;
	width: 250px;
	height: 200px;
	border: 2px solid #ccc;
	background: #fff;	
}
#enteteinfobulle {
	margin: 0;
	width:100%;
	height: 15px;
	border-bottom: 2px solid #ccc;
	background: #ff0000;
}
#tbinfobulle {
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto;
	*margin-left: 0px;
	list-style: none;
	background-color: #fff;
}
#tbinfobulle li {
	float: left;
	clear: left;
	width: 100%;	
	white-space: nowrap;
	font: 10px verdana;
}
#tbinfobulle .resH {	
	margin: 10px 0 0 5px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;	 
}
#tbinfobulle .resC	{	
	clear:left;
	float:left;
	font: 10px verdana;
	font-weight:bold;
	color: #878787;
	vertical-align: top;
	margin: 0 0 10px 10px;
}
#tbinfobulle .resC1	{	
	clear:left;
	float:left;
	font: 10px verdana;
	color: #878787;
	vertical-align: top;
	margin: 0 0 10px 20px;
}

.buttonPrint {
	float: left;
	width: 70px;
	height: 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin: 0 0 0 30px;
	background: url(../images/button.gif) no-repeat;	
	border: none !important;
	cursor: pointer;
}

#divInfoBulleMove {
	background-color : #FFFFC9;
	border : 1px solid #000;
	padding : 2px 5px;
}

.clickInd{
	position : absolute ;
	background: url(../images/croix.gif) no-repeat;	
	width : 30px ;
	height : 30px ;
	top : 0px;
	left : 0px;
	display:none ;
	z-index:200;
}

/* FICHE D'IMPRESSION */

.cdrprint {
	margin-left: 8px;
	background: url(../images/nav/prtbk.jpg) center bottom no-repeat;
}
.cdrprint h5 { clear: left; font-size: 12px; margin: 15px 0 0 0; }
.cdrprint h6 { clear: left; font-size: 11px; margin: 15px 0 0 0; }
.cdrprint label { float: left; clear: left; width: 150px; margin-top: 3px; }
.cdrprint input { height: 16px; margin-top: 3px; padding: 0 0 0 2px; border: 1px solid #999; }
.cdrprint span { font-size: 11px; }
.cdrprint em.slctbox { margin: 4px 0 0 0; *margin-left: 2px; border-color: #999; }
.cdrprint em.slctbox select { width: 115px !important; }
#ref, #legende, #html, #word, #pdf { width: 15px; border: none !important; }
.cdprtbot { clear: left; width: 100%; text-align: center; margin-top: 20px; }
.cdprtbot input {
	float: none;
	width: 60px;
	height: 20px;
	margin-right: 30px;
	background: url(../images/btn.gif) 0 0 repeat-x;
	border: 1px solid #dadcaa;
	cursor: pointer;
}



#f_communes{
	float:left;
	line-height:14px;
	position: relative;
	width: 370px;
	height: 38px;
	line-height: 12px;
	top: 25px;
	left: 20px;
	text-decoration:none;
}
#f_communes a{
	color:#000;
	text-decoration:none;
}
#f_communes a:hover{
	text-decoration:underline;
}


#id_cadre_comment{
	clear:left;
	float:left;
	margin:5px 5px;
}

#id_cadre_comment div p {
	margin-bottom:18px;
}


#id_cadre_comment div ul{
	clear:left;
	float:left;
	list-style: none;
	margin:10px 0 10px 20px;
	*margin-left: 8px;
}
#id_cadre_comment div ul li {
	padding-left: 12px;
	background: url(../images/nav/listar.gif) 0 5px no-repeat;
}
