body{
	margin:0px;
	font-family:Arial;
	font-size:14px;
	text-align:left;
	background-color:F3F3FF;
}


/* CSS de l'arborescence */

.ws{
	height:100%;
	width:auto;
	padding:10px;
	margin-top:10px;
	margin-right:20px;
	overflow:auto;
	border:1px solid;
	background-color:white;
}

.p_base{
	height:auto;
	width:auto;
	display:none;
}

.task_base{
	height:auto;
	width:auto;
}

.task_container{
	height:auto;
	width:auto;
	margin-top:20px;
}

.p_head{
	height:auto;
	width:200px;
	border:3px solid #558866;
	background-color:#CCFFDD;
	color:black;
	cursor:default;
}

.selected_p_head{
	height:auto;
	width:200px;
	border:3px solid #DD0000;
	background-color:#333333;
	color:white;
	cursor:default;
}

.task_head{
	height:75px;
	width:200px;
	border:2px solid #555522;
	background-color:#FFFF99;
	cursor:default;
}

.selected_task_head{
	height:75px;
	width:200px;
	border:2px solid #AAAA00;
	background-color:#FFFF55;
	cursor:default;
}

.p_name{
	height:auto;
	width:100%;
	padding:8px 0px 2px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.selected_p_name{
	height:auto;
	width:100%;
	padding:8px 0px 2px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:white;
	background-color:#DD0000;
}

.task_name{
	height:auto;
	width:100%;
	padding:8px 8px 2px;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#555522;
}

.selected_task_name{
	height:auto;
	width:100%;
	padding:8px 8px 2px;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#992222;
}

.p_desc{
	height:auto;
	width:auto;
	padding:2px 8px 8px;
	font-size:14px;
	text-align:justify;
}

.task_desc{
	height:auto;
	width:auto;
	padding:2px 8px 8px 32px;
	font-size:14px;
	text-align:justify;
}

.roller{
	height:20px;
	width:20px;
	background-color:black;
	color:white;
	vertical-align:center;
	margin-left:70px;
	margin-top:5px;
	text-align:center;
	display:none;
	font-size:18px;
	cursor:default;
}

.v_branch{
	height:10px;
	width:1px;
	background-color:black;
	margin-left:80px;
}

.h_branch{
	height:1px;
	width:20px;
	font-size:0px;
	background-color:black;
	margin-top:35px;
}

.arbo_table{
	width:auto;
	margin:0px;
	border-collapse:collapse;
	display:none;
}

.arbo_td{
	width:auto;
	padding:0px;
	vertical-align:top;
}

.arbo_tr{
	height:auto;
}

.desc_susp{
	color:#DD0000;
	font-weight:bold;
	cursor:default;
}



/* CSS du navigateur d'onglets */

.tb_h_line{
	width:1px;
	height:150px;
	position:absolute;
	top:64px;
	right:50px;
	border-right:1px solid #AAAAFF;
	opacity : 0.9; 
    filter : alpha(opacity=90);
	z-index:2;
}

.tb_base{
	position:absolute;
	top:100px;
	right:50px;
	overflow:hidden;
	display:none;
	cursor:default;
	opacity : 0.7; 
    filter : alpha(opacity=70);
}

.tb_base:hover{
	position:absolute;
	top:100px;
	right:50px;
	overflow:hidden;
	cursor:default;
	opacity : 0.9; 
    filter : alpha(opacity=90);
}

.tb_nav{
	overflow:hidden;
}

.tb_table{
	margin:0px;
	border-collapse:collapse;
	border:1px solid #AAAAFF;
}

.tb_hider{
	width:25px;
	padding:0px;
	color:#999999;
	border-right:1px solid #FFFFFF;
	background:#F4F4FF;
	cursor:col-resize;
}

.tb_hider:hover{
	width:25px;
	padding:0px;
	border-right:1px solid #FFFFFF;
	background:#F4FFF4;
	cursor:col-resize;
}

.td_tb_content{
	padding:0px;
	background:#E8E8FF;
}

.div_tb_content{
	width:auto;
	padding:0px;
	overflow:hidden;
}

.tb_ong_title{
	width:100%;
	text-align:center;
	font-size:18px;
	padding:5px 0px;
	color:grey;
}

.tb_ong_nav{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:2px 0px;
	color:grey;
	background:#E8E8FF;
	border-left:1px solid #AAAAFF;
	border-top:1px solid #AAAAFF;
	overflow:hidden;
	opacity : 0.5; 
    filter : alpha(opacity=50);
}

.tb_ong_nav:hover{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:5px 0px;
	color:blue;
	background:#E8E8FF;
	border-left:1px solid #AAAAFF;
	border-top:1px solid #AAAAFF;
	overflow:hidden;
	opacity : 0.8; 
    filter : alpha(opacity=70);
}


/*CSS des onglets*/

#tool_tab{
	width:200px;
	height:auto;
	display:none;
	padding:0px 0px 20px 0px;
	text-align:center;
}

.tool_button{
	width:auto;
	height:auto;
	padding:15px;
	margin:5px;
	border:1px solid #AAAAFF;
	font-size:14px;
	color:#888888;
	text-align:center;
	background:#F0F0FF;
}

.tool_button:hover{
	width:auto;
	height:auto;
	padding:15px;
	margin:5px;
	border:1px solid #AAAAFF;
	font-size:14px;
	color:#008866;
	text-align:center;
	background:#F5F5FF;
}

#info_tab{
	width:200px;
	height:auto;
	display:none;
	padding:0px 0px 20px 0px;
	text-align:center;
}

#user_tab{
	width:200px;
	height:auto;
	display:none;
	padding:0px 0px 20px 0px;
	text-align:center;
}