@CHARSET "ISO-8859-1";

body{
	background-color:#5C2B20;
	background-image: url("../img/bgGradient.jpg");
	background-repeat: repeat-x; 
	color: #ffffff;
	font-family: verdana;
}

#container{
	width: 1150px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#entete{
	float:left;
	width: 1150px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: #5C2B20;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	/*background-image: url("../img/panel_header.gif");*/
	background-repeat: no-repeat;
	background-position: bottom;
}

#corps{
	float:left;
	width: 1150px;
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #5C2B20;
	/*background-image: url("../img/panel_bg.gif");*/
	background-repeat: repeat-y;
	text-align: center;
}

#pied{
	float:left;
	width: 1150px;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #5C2B20;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	/*background-image: url("../img/panel_footer.gif");*/
	background-repeat: no-repeat;
	background-position: top;
}

#menu, #menu2{
	float: left;
	text-align: center;
	width: 1150px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

h1{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 20px;
	color: #DDAB76;
}

h2{
	margin:0 0 5px 0;
	padding:0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F0D79E;
}
h2.message_erreur{
	font-size: 20px;
}

label{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #DDAB76;
}

select {
	background-color:#965C36;
	border:1px solid #DDAB76;
	color:#F0D79E;
	cursor:pointer;
	font-size:9pt;
	outline:1px solid black;
}
select:focus {
	background-color:#B37C4A;
	border-color:white;
	color:white;
}
select option {
	background-color:#965C36;
	color:#F0D79E;
	height: 18px;
}


input.champ{
	height: 14px;
	font-size:8pt;
	width:200px;
	color:#773939;
	font-style:normal;
	margin-bottom:3px;
	background-color:#AA9961;
	background-image:url(../img/form_field.jpg);
	background-position:0 -8px;
	border:1px solid #EFDBA8;
	color:#3B3249;
	outline-color:#5C2B20;
	outline-style:solid;
	outline-width:1px;
	padding-left:3px;
	padding-right:3px;
}

textarea.code{
	width: 96%;
	height: 200px;
	color: #DDAB76;
	margin: 10px 0 0 0;
	background-color: #79432B;
	border: 0;
	border-bottom: 1px solid #DDAB76;
	border-top: 1px solid #DDAB76;
	border-left: 1px solid #DDAB76;
}

.version{
	width: 95%;
	text-align: right;
}

.version span, #pied span{
	font-style: italic;
	font-size: 10px;
}
#pied span a{
	color: white;
}


.rp {
	float: left;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#79432B;
	color: #DDAB76;
	display:block;
	font-size: 11px;
	width: 1110px;
	padding: 1px 1px 12px 5px;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 15px !important;
	margin-left: 10px ;
	text-align: left;
	font-family: "Century Gothic", "Arial", "Trebuchet MS", Verdana, sans-serif;
}

.rp h3{
	float: left;
	font-size: 15px;
	height: 17px;
	font-weight: bold;
	background-image:url(../img/icons/small_rp.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding: 0 0 5px 19px;
	margin: 0 0 10px 2px;
	text-decoration: none;
	width: 97%;
	text-align: left;
	font-variant:small-caps;
	border-bottom: 1px dashed #DDAB76;
}

.rp h3 span a{
	font-size: 11px;
}

.rp a{
	color: #DDAB76;
	font-style:italic;
	font-size:10pt;
	font-family:"Century Gothic","Arial","Trebuchet MS",Verdana,sans-serif;
}
.rp a:hover{
	color: #ffffff;
}

input.button:hover, a.button:hover {
	border-bottom-width:1px;
	border-top-width:2px;
	color:white;
	outline-color:#F0D79E;
	outline-style:solid;
	outline-width:1px;
	padding-bottom:0;
	padding-top:1px;
}

input.button, a.button {
	color: #F0D79E;
	margin-top:5px;
	width:40px;
	height:25px;
	background-color:#B37C4A;
	background-image:url(../img/button.gif);
	border-color:black;
	border-style:solid;
	border-width:1px 1px 2px;
	cursor:pointer;
	font-family:Arial;
	font-size:10pt;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:0;
	margin:3px 0 0 0;
	padding:0 7px 1px 7px;
	text-decoration:none;
}

a.button{
	padding: 3px 7px;
}

/* ********************************************* */

#ville .cat_separator{
	float: left;
	width: 255px;
	height: 10px;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #DDAB76;
	font-size: 10px;
	line-height: 10px;
	font-variant: small-caps;
}

#ville div.item, #ville div.item_broken{
	float: left;
	width: 41px;
	height: 18px;
	margin: 0;
	font-size: 10px;
}
#ville div.item:hover, #ville div.item_broken:hover{ cursor: help; }
#ville div.item img, #ville div.item_broken img,
#ville div.item div, #ville div.item_broken div{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background-image: url("../img/sprite_items.gif");
}
#ville div.item img, #ville div.item_broken img{background: none;}
#ville div.item{ border: 1px solid #79432B; }
#ville div.item_broken{ border: 1px dotted red; }

div.infos_ville{
	float: left;
	width: 255px;
	height: 18px;
	margin-bottom: 1px;
	font-size: 13px;
	line-height: 16px;
}

div.infos_ville .button{
	float: left;
	width: 93px;
	margin-right: 2px;
}
div.infos_ville select{
	float: left;
	width: 250px;
}
div.infos_ville #select_items option.image_option{
	background-image: url("../img/sprite_items.gif");
	background-repeat:no-repeat;
	height: 16px;
	padding-left: 18px;
}
div.infos_ville #select_items option.cat_option{
	font-weight: bold;
	height: 18px;
}

div.infos_ville div.infos_ville_img{
	float: left;
	width: 16px;
	height: 16px;
	background-image: url('../img/sprite_map.gif');
	background-repeat: no-repeat;
}
div.infos_ville div.infos_ville_name{
	float: left;
	width: auto;
	height: inherit;
	padding: 0 0 0 4px;
	font-size: 12px;
}

/* ********************************************* */

#chantiers div.branche_tree,
#chantiers div.branche_tree_strike,
#chantiers div.branche_tree_by_day{
	float: left;
	width: 210px;
	height: 18px;
	margin-bottom: 1px;
	border-bottom: 0;
	font-size: 11px;
	line-height: 16px;
}

#chantiers div.branche_tree span,
#chantiers div.branche_tree_strike span,
#chantiers div.branche_tree_by_day span{
	float: left;
	font-size: 14px;
}

#chantiers div.branche_tree div.chantiers_img,
#chantiers div.branche_tree_strike div.chantiers_img,
#chantiers div.branche_tree_by_day div.chantiers_img{
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background-image: url("../img/sprite_buildings.gif");
}

#chantiers div.branche_tree div.chantiers_name,
#chantiers div.branche_tree_strike div.chantiers_name,
#chantiers div.branche_tree_by_day div.chantiers_name{
	float: left;
	width: auto;
	height: inherit;
	padding: 0 0 0 4px ;
}

#chantiers div.branche_tree_strike span,
#chantiers div.branche_tree_strike div.chantiers_name{
	color: gray;
	-moz-opacity:0.75;
	opacity: 0.75;
	filter:alpha(opacity=75);
}
#chantiers div.branche_tree_strike div.chantiers_name{ text-decoration: line-through; }
#chantiers div.branche_tree_strike div.chantiers_img{
	-moz-opacity:0.35;
	opacity: 0.35;
	filter:alpha(opacity=35);
}

/* ********************************************* */

#citoyens div.citizen{
	float: left;
	width: 255px;
	height: 18px;
	margin-bottom: 1px;
	border-bottom: 1px dotted #DDAB76;
	font-size: 12px;
	line-height: 16px;
}

#citoyens div.citizen div.citizen_img{
	float: left;
	width: 16px;
	height: inherit;
}
#citoyens div.citizen div.citizen_name{
	float: left;
	width: auto;
	height: inherit;
	padding: 0 0 0 4px ;
}
#citoyens div.citizen div.citizen_name a{ text-decoration: none; font-style: normal; font-size: 12px;}
#citoyens div.citizen div.citizen_name a:hover{ cursor: help; }
#citoyens div.citizen div.citizen_others_img{
	float: left;
	width: auto;
	height: inherit;
	margin-left: 2px;
}
#citoyens div.citizen div.citizen_others_img img{ width: 16px; margin-left: 2px; }

#citoyens div.citizen div.citizen_out_img{
	float: right;
	width: auto;
	height: inherit;
}
#citoyens div.citizen div.citizen_out_img img{ width: 16px; margin-left: 2px; }

#citoyens div.citizen div.citizen_home_img{
	float: right;
	width: auto;
	height: inherit;
}
#citoyens div.citizen div.citizen_home_img img{ height: 16px; margin-left: 2px; }

#citoyens div.citizen div.citizen_out_img div.citizen_coords{
	float: left;
	width: auto;
	height: inherit;
	padding: 0 0 0 0 ;
}

#citoyens div.details_citoyens{
	float: left;
	width: 30px;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 9px;
	border: 1px solid #79432B;
}
#citoyens div.details_citoyens img{ width: 16px; height: 16px; margin-right: 2px; }

/* ********************************** MAP */
#map #container_map{
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	/*background-image: url("../img/mapBg.jpg");*/
	background-position: 20px 20px;
	background-repeat: repeat;
}
#map #container_map #spacer_coords{
	float: left; width: 20px; height: 20px; margin: 0; padding: 0; border: 0;
	background-color:#79432B;
}
#map #container_map .spacer_x{
	float: left; width: 36px; height: 16px; margin: 0; padding: 2px; border: 0;
	text-align: center;
	background-color:#79432B;
}
#map #container_map .spacer_y{
	float: left; width: 16px; height: 30px; margin: 0; padding: 8px 2px 2px 2px; border: 0;
	text-align: center;
	background-color:#79432B;
}

#map #container_map .zone
{
	float: left; width: 34px; height: 34px; margin: 0; padding: 2px; border: 1px solid #DDAB76;
	text-align: center;	
	position: relative; 
	z-index: 600;
}
#map #container_map .zone_content{
	position: relative;
	width: 32px; height: 32px; margin: 0; padding: 1px; border: 0;
	text-align: center;	
	z-index: 800;
}
#map #container_map .zone_content:hover{
	cursor: help;
}

div.zone_unknow,
div.zone_city,
div.zone_nvt,
div.zone_bat,
div.zone_praf
 {
	position: absolute;
	width: 38px;
	height: 38px;
	top: 0px;
	left: 0px;
	z-index: 700;
}
div.zone_unknow {
	background-color: black; -moz-opacity:0.50; opacity: 0.50; filter:alpha(opacity=50);
}
div.zone_city {
	background-color: blue; -moz-opacity:0.5; opacity: 0.5; filter:alpha(opacity=50);
}
div.zone_nvt{
	background-color: white; -moz-opacity:0.25; opacity: 0.25; filter:alpha(opacity=25);
	z-index: 710;
}
div.zone_bat{
	background-color: red; -moz-opacity:0.35; opacity: 0.35; filter:alpha(opacity=35);
	z-index: 720;
}
div.zone_praf {	 
	background-image: url("../img/map/praf.png");
	z-index: 730;
}

#map #container_map .zone_corner{
	float: left;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url('../img/sprite_map.gif'); 
}

#map #container_map_infos{
	float: right;
	height: auto;
	margin: 0;
	padding: 20px 5px 0 0;
}
	
/* *********************************** HelpTip */
.helpTip{
	position: absolute;
	top: -1000px; /* avoid the IE6 cache optimisation with hidden blocks */
	width: auto;
	min-width: 150px;
	max-width: 350px;
	font-size: 10px;
	font-family: verdana;
	font-style: none;
	padding: 4px 10px 4px 10px;
	border: 1px solid #ecb98a;
	background-color: #5c2b20;
	/*background-color: #965C36;*/
	/*background-image: url("../img/iconHelp.gif");
	background-position: 5px 0px;
	background-repeat: no-repeat;*/
	text-align: left;
	z-index: 1000;
	color: #ffffff;
}

.helpTip h2 {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #DDAB76;
	color: #DDAB76;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	height: 17px;
	line-height: 17px;
	text-align: left;
	font-variant: small-caps;
}

.helpTip p{
	padding: 5px 0;
	margin: 0;
	width: auto;
	height: auto;
	font-size: 10px;
	font-style: none;
}

.helpTip .infos_zone {
	float: left;
	min-height: 18px;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 1px 0 1px 0;
}
.helpTip .infos_zone img{height: 16px;}

.helpTip .infos_zone span{
	float: left;
	min-height: 16px;
	font-size: 12px;
	padding-left: 2px;
	font-style: italic;
	color: #DDAB76;
}

.helpTip .infos_zone .img_left {
	float: left;
	width: 30px;
	height: 16px;
	padding-right: 2px;
	background-image: url("../img/icons/h_middot.gif");
	background-position: right;
	background-repeat: no-repeat;
}

.helpTip .infos_zone .citizen {
	float: left;
	height: 16px;
	margin-right: 3px;
	padding: 1px;
}
.helpTip .infos_zone .citizen span { float: left; padding: 0; }
.helpTip .infos_zone .citizen img { float: left; width: 16px; height: 16px; margin-right: 2px; }

.helpTip .infos_zone .item, .helpTip .infos_zone .item_broken {
	float: left;
	width: 17px;
	height: 16px;
	padding: 1px;
	border: 1px dotted;
}
.helpTip .infos_zone .item{ border-color: #5c2b20; }
.helpTip .infos_zone .item_broken { border-color: red;  }


.helpTip .avatar{
	float: left;
	margin: 5px 0 0 3px;
	padding: 0;
	width: 90px;
	height: 30px;
}
.helpTip .avatar img{ width: 90px; height: 30px; }

#oeevbf_install,
#oeevbf_util{
	width: 545px;
}
#oeevbf_install h3,
#oeevbf_util h3{
	width: 95%;
}

#oeevbf_install h5, #oeevbf_util h5{
	font-size: 13px;
	margin: 20px 0 5px 0;
}
#oeevbf_install h5 a, #oeevbf_util h5 a{ font-size: 13px; }
#oeevbf_install h5 img, #oeevbf_util h5 img{ vertical-align: top; margin-right: 5px; }

#oeevbf_install h4, #oeevbf_util h4{
	font-size: 15px;
	margin: 10px 0;
}
#oeevbf_install h4 a, #oeevbf_util h4 a{ font-size: 15px; }

#oeevbf_install p, #oeevbf_util p{
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
#oeevbf_install p a, #oeevbf_util p a{ font-size: 12px; }
#oeevbf_install p img, #oeevbf_util p img{ vertical-align: top; margin-right: 5px; }


#mask {
  position: absolute;
  z-index: 9000;
  background-color: #000000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  top: 0;
  left: 0;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
