/* CSS Document */
 
@charset "utf-8";

#mainHeader{
height: 46px;
width: 100%;
z-index:910;
/*border-bottom: 4px solid rgb(3, 99, 139);*/
}
#header_top{
  height: 48px;
}

.header_bt{
	border-style:none;
    border-color: inherit;
    border-width: 0px;
    line-height: 40px;
    width: 40px;
  	height: 40px;
	margin:2px;
	padding:0px;
	background-repeat:no-repeat;
	background-position: inherit;
}
.inlineblock{
	display: inline-block;
}
.header_logo{
	display: inline-block;
	width:50px;
	vertical-align: top;
	cursor:default;
}
div.header_logo h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size: 18px;
	display:inline-block;
	vertical-align: bottom;
	margin:0px;
	text-shadow: rgb(3, 3, 3) 2px 1px 0px;
}
nav#header_logo {
	display:inline-block;
	position:absolute;
	left:0px;
}
.header_toolbar{
	display:inline-block;
	vertical-align: bottom;
	position: absolute;
	/* left:50px; */
	z-index:904;
}
.header_menu{
	display:inline-block;
	vertical-align: bottom;
	padding:1px;
	position:absolute;
	right:174px;
	z-index:1000;
}
.header_menu_nav_ul{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index:1000;
}

.header_menu_nav_ul li{
    margin: 0px 0 0 0px;
    /*min-width: 180px;*/
    width: 180px;
	font-size: 14px;
	border-left: 1px solid rgba(3, 99, 139, 0.5);
	box-shadow: -1px 0 rgba(0, 0, 0, 0.5);
	display:block;
	float:left;
	cursor:pointer;
}
.header_menu_nav_ul li:hover{
	background: none repeat scroll 0 0 rgb(2, 72, 102);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.45) inset;
}
.header_menu_nav_ul li a{
padding-left: 45px;
color:#FFFFFF;
text-decoration: none;
}

.header_menu_nav_ul li ul{
	display:none;
	position:relative;
	z-index: 1000;
	padding-left:0px;
}
.header_menu_nav_ul li ul li{
	position: relative;
	left:0px;
	float:none;
}
.header_menu_nav_ul li:hover ul {
	display:block;
}

.dropdownmenu {
display: inline-block;
background: url('../images/buttons/scroll_down_arrow_16x16.png') no-repeat center;
width: 16px;
height: 16px;
border: 0;
padding: 0;
margin: 0;
opacity: 1;
margin-left: 70px;
}

.header_log{
	display: inline-block;
	position:absolute;
	right:0px;
	z-index:1000;
}
.header_user{
	display:inline-block;
	height:40px;
	line-height: 40px;
	vertical-align:bottom;
}
.header_user a{
	color:#FFFFFF;
	cursor:default;
	text-decoration:none;
}
.header_logout {
	display:inline-block;
}

footer{
	/*height: 35px;*/
	width: 100%;
	z-index:901;
	position:absolute;
	bottom:0;
	/* color:#ffffff; */
}
footer a {
	/* color:#ffffff; */
}

a{
	/* color:#555; */
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color:#CCC; 
}

#bodyLogin, #bodyDoc, #bodyAdmin {
	
	color: #000;
	background: url(images/logdoc/bg.jpg) top center no-repeat #bbcff0;
	z-index: -999;
	margin: 0;
	padding: 0;
}
#n3dBody{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
#main {
	
	width: 1003px;
	margin: 5px auto 20px auto;
	padding: 0 0 0 0;
	background :url(images/logdoc/stripe1.png) repeat;
	z-index: -100;
	box-shadow: 0px 0px 15px #555;
	
}

/*logo menu */
#headerLogin {
	height: 140px;
	width: 1047px;
	margin: 0 auto 0 -21px;
	padding: 0;
	z-index: -99;
	background:url(images/logdoc/bandeau_haut0.png) bottom center no-repeat;
}
#logDiv {
	float:left;
	width: 990px;
	min-height:20px;
	margin: 10px 10px 10px 30px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	background-color:transparent;
}

#logDiv a:hover{
	color: #eb9030;
}
#logotft {
	float: left;
	width: 100px;
	height: 91px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	background-image:url(images/logdoc/logo_tft0.png);
	background-position: top center;
	background-repeat: no-repeat;
	border:0;
	z-index: -98;
}

#logotft_up {
	float: left;
	margin: 0;
	padding: 40px 0 0 20px;
	width: 322px;
	height: 82px;
	background-image:url(images/logdoc/logo_tft_up.png);
	background-position: center;
	background-repeat: no-repeat;
}

#menuNav {
	list-style: none;
	height: 32px;
	margin: 0;
	padding: 0;
	position:absolute;
	top:100px;
}

#divlogo {
	float:left;
	width:100px;
	padding-left:50px;
	height:100px;
	float:left;
	background:url(images/logdoc/logo_tft0.png) top no-repeat;
}

#footer{
	width: 100%;
	background-color: #5181cf;
	color: #FFF;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 16px;
	font-family: "Open Sans";
	font-size: 10px;
	height: 16px;
	clear:both;
	margin-top:20px;

}

#footer a{
	color: white;
	font-size: 10px;
	
}


/* CSS application  */

body { 
 font-size: 10px;
 font-family: verdana,helvetica, arial,sans-serif;
 width: 100%;
 height: 100%;
 margin: 0px;
 padding: 0px;
}


/**/
.docBorder {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #FFFFFF;
}

.rightDocBackground {
	background-color:#e0e3e8;
	background-image:url(images/logdoc/logimg2.jpg);
}
.leftDocBackground{
	background-color:#e0e3e8;
}

.leftInfo_sub_title_background{
	background:url(../images/sorter/header-bg.gif);
}
.leftInfo_sub_title_border {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-bottom:5px;
}

/*windows and Toolbars*/
.wndTitleColor{
	color:#FFFFFF;
}

.wndTitleBorderV{

}

.wndTitleBorderH{

}

.toolBarBorder{

}

.bt_doc_active{
	font-weight:bolder;
	color:#146BC8;
}

.tftbtc{
	border-radius:8px;
}

.o3dcellHeight
{
	height:95%;
}

.wndPanelRadius{
/*	border-radius: 12px;
	-moz-border-radius: 12px;*/
}

.righttoolbar{
	
}
.lefttoolbar{
	
}