html{
	padding:0px;
	margin:0px;	
	font-family:arial; 
}

body{
	margin:0px;
}

a {
	text-decoration:none;	
}

h1{
	margin:0;
	padding:10px;
	text-align:center;	
}

th{
	border-left:solid white 1px;
	border-right:solid white 1px;
}

img{
	border:0px;
	vertical-align:middle;
}

.private_color{ color:#454545; }

.clear{position:relative; height:0px; clear:both;}

/* 
 * Structure générale
 */
.closed{
	background:rgba(0, 0, 0, 0.2);
}
#admin_site {
	min-height:400px;
	padding:10px;
}

#header{
	height:70px;
	color:#97BF14;
	/*background-image:url('../img/ban.png');
	background-repeat:no-repeat;
	background-position:center;*/
	background-color:#383539;
	min-width:834px;
}

#intranet_content{ display:table; width:100%; vertical-align:top;}

#menu{
	/*float:left;*/
	width:200px;
	min-width:200px;
	padding:50px 0 0 0;
	margin:0px;
	list-style-type:none;
	font-size:10pt;
	position:relative;
	display:table-cell;
	vertical-align:top;
}

.old_nav #intranet_content{ position:relative; display:block;}
.old_nav #menu{ position:absolute; top:0px; left:0px;  display:block;}
.old_nav #corps{ padding-left:210px; display:block; width:auto; }

#menu li {
	background-color:#EEE;
	border:solid 1px #AAA;
	margin-bottom:2px;
}

#menu li a {
	display:block;
	border-left:solid 5px #AAA;
	padding:5px;
	color:#000;
}

#menu li a:hover {
	border-left:solid 5px #888;
}

#menu li.selected a:hover,
#menu li.selected a {
	border-left:solid 5px #383539;
}


#corps{
	display:table-cell;
	font-size:10pt;
	 vertical-align:top;
	 padding-left:10px;
	padding-bottom:50px;
	/*
	width:100%;
	float:left;
	*/

	
}

#content{
	padding:2px;
	padding-top:20px;
	
	/*padding-left:210px; */
}


/* 
 * Onglets de contenu
 */



.content_menu{
	height:30px;
	margin:0 10px;
	position:relative;
	z-index:100;
}

.content_menu ul{
	list-style-type:none;
	margin:0;
	padding:0px;
}

.content_menu ul li{
	float:left;
	display:table;
	min-width:5%;
	height:29px;
	text-align:center;
	margin-right:2px;
	border: solid #AAA 1px;
}

.content_menu ul li a{
	display:table-cell;
	vertical-align:middle;
	color:#000;
	/*background-color:#F5F5F5;*/
	padding:0 20px;
	/*padding-left:20px;
	padding-right:20px;*/
}

#admin_site_container.employee_page .content_menu ul {

}

#admin_site_container.employee_page .content_menu ul li:nth-last-child(n+3){
	font-size:9pt;
	max-width:7.5%;
	padding:0px;
	padding-bottom:15px;
	display: inline-block;
	background: none;
	width:auto;
	border:none;
	max-width:none;
	min-width: 0px;
	float:left;
	height:auto;
	vertical-align: middle;
}
#admin_site_container.employee_page .content_menu ul li:nth-last-child(2){
	clear:left;
}

#admin_site_container.employee_page .content_menu ul li:nth-last-child(n+3) a{
	padding:0 3px;
}

#admin_site_container.employee_page .content_menu ul li:nth-last-child(n+3) a:before{
	content:"-";
	display:inline-block;
	padding:0px;
	padding-right:6px;
}
#admin_site_container.employee_page .content_menu ul li:first-child a:before {
	display:none;
}

#admin_site_container.employee_page .content_menu {
	height:auto;
}


.content_menu ul li a:hover{
	display:table-cell;
	vertical-align:middle;
	color:#018EB9;
	background-color:#F5F5F5;
}

.content_menu ul li.selected{
	height:30px;
	border-bottom:solid 1px #FFF;
}
.content_menu ul li.selected a{
	background-color:#FFF;
}


.content_display {
	float:left;
	width:100%;
	border:solid 1px #AAA;
	margin-top:-1px;
	min-width:720px;
	min-height:400px;
}

.content_body {
	margin:10px;
}

/******************************************
 * Dialog
 ******************************************/
#dialog {
	font-family:helvetica,arial;
}

#dialog_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	background-color: #000;
	opacity: 0.4;
	z-index: 1000;
}

#dialog_box {
	position: absolute;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	font-size: 8pt;
	background-color: #FFFFFF;
	opacity: 1;
	color: #000;
	border: solid 1px #383539;
	z-index: 1010;
}

#dialog_box a {
	text-decoration: underline;
}

#dialog_btnok a {
	color: #FFFFFF;
	text-decoration: none;
}

#dialog_btnok a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#dialog_titre {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	/*border-bottom: solid 1px #FFFFFF;*/
	background-color: #383539;
	font-size:10pt;
}


#dialog_content {
	padding:10px;
	font-size:8pt;
}


#dialog_btnok { /*border-top: solid 1px #FFFFFF;*/
	background-color: #383539;
	padding: 4px;
	text-align: center;
}

#dialog_btnok a {
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #FFFFFF;
	padding: 1px;
}

#dialog_btnok a:hover {
	background-color: #AAA;
}

.dialog_classic {
	padding: 4px;
	/*background-image: url('../img/admin/picto_classic.png');*/
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 22px;
}

.dialog_valid {
	padding: 4px;
	/*background-image: url('../img/admin/picto_valid.png');*/
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 22px;
}

.dialog_error {
	padding: 2px;
	/*background-image: url('../img/admin/picto_error.png');*/
	background-repeat: no-repeat;
	background-position: right bottom;
	/*min-height: 22px;*/
	font-size:8pt;
}
/******************************************
 * Tableau des modules
 ******************************************/

.generic_elts_list table {
	border-collapse: collapse;
	border-spacing: 0px;
	min-width:600px;
	width:100%;
}

.generic_elts_list th {
	background-color:#383539;
	border:0;
	color:#FFF;
	padding:2px 5px;
	text-align:left;
}

.generic_elts_list th a {
	color:#FFF;
	display:block;
	text-align:left;
}

.generic_elts_list_actions form, .generic_elts_list_actions form  div{ display:inline; margin:0px; padding:0px;  }

.generic_elts_list_actions a img {
	border:1px solid #68676B;
}

.generic_elts_list_actions  a img:hover {
	border:1px solid #000000;
}

.generic_elts_list th a:hover {
	color:#EEEEEE;
}


.generic_elts_list tr.odd_line {
	background-color:#EAEAEA;
}
.generic_elts_list tr.even_line {
	background-color:#F2F2F2;
}
.generic_elts_list tr:hover {
	background-color:#D0D0D0;
}
.generic_elts_list td {
	padding:5px 5px;
	text-align: left;
	font-size:8pt;
	max-width:300px;
	word-wrap:break-word;
}

a{
	color:#383539;
}

img{
	color:#018EB9;
}

.generic_nav_pages {
	margin:10px;
}

.generic_nb_elts {
	text-align:left;
	margin:0 0 20px 0;
}

/**************************************/

.menu_lvl_1, 
.menu_lvl_2 {
	list-style-type:none;
}

.menu_lvl_li1 {
	margin-bottom:20px;
}

.menu_lvl_li2 {
	margin:5px;
}

.menu_lvl_li1 span.li1 {
	display:none;
}
.menu_lvl_li1 b span {
	font-weight:normal;
}
.menu_lvl_li1 b:hover span.li1 {
	display:inline;
}
.menu_lvl_li2 span.li2 {
	display:none;
}
.menu_lvl_li2:hover span.li2 {
	display:inline;
}


/**************************************/

.fsb_belt_dir,
.fsb_belt_file {
	float:left;
	width:140px;
	height:140px;
	margin:5px;
	padding:5px;
	border:solid 1px #AAA;
	text-align:center;
	vertical-align:middle;
	background-color:#FAFAFA;
	overflow:hidden;
}

.fsb_belt_dir a,
.fsb_belt_file a{
	color:#000;
}


.fsb_belt_img {
	display:table;
	height:100px;
	width:100%;
}
.fsb_belt_img a{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.fsb_belt_img img {
	max-width:100px;
	max-height:100px;
}

.fsb_belt_file_name {
	display:block;
	height:20px;
	overflow:hidden;
	
}

.fsb_belt_file_action {
	/*text-align:center;*/
}

#fsb_path {
	background-color:#E0E0E0;
	padding:5px;
}

.fsb_window {
	
	margin-left:5px;
	margin-right:5px;
}


.admin_preview {
	width:700px;
	border:solid 1px #E0E0E0;
	padding:5px;
	min-height:300px;
}



/**************************************/

table.stats {
	width:700px;
	margin:20px auto;
}

table.stats td {
	vertical-align:top;
}

table.stat {
	margin:auto;
	width:100%;
}

table.stat caption {
	background-color:#383539;
	font-weight:bold;
	color:#FFFFFF;
}


/**************************************/

.acid_coords {
	float:left;
}

.acid_coords_block {
	float:left;
	width:300px;
}
.acid_coords_block h2 {
	margin-top:0;
}

.acid_coords_main {
	float:left;
	height:150px;
}

.acid_coords_annonce {
	float:left;
	height:150px;
}


.acid_coords_persons {
	float:left;
	width:100%;
}


.acid_coords_links {
	float:left;
	margin-top:30px;
}

#pipe{
	margin-right:20px;
	padding-left:23px;
	margin-bottom:10px;
}
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	display: block;
	} 
.mainLi:first-child {
	border-top:1px solid #999999;
	margin-right:23px;
	} 
.li_sub{
	float:left;
	padding:0px;
	padding-right:10px;
	display:table-cell;
}
div .li_sub{
	line-height:20px;
	margin-left: 0;
	font-size:15px;
	list-style: none;
}
#pipe ul li {
	line-height:25px;
	margin-left: 0;
	font-size:15px;
	list-style: none;
	}
#pipe ul li:last-child{
	border-bottom:1px solid #666666;
}
.padding-10{
	padding:10px 0px 0px 0px;
}
.padding-10-15{
	padding: 10px 15px;
}
.padding-0-15{
	padding: 0px 15px;
}
.padding-0-30{
	padding: 0px 30px;
}
.padding-0-45{
	padding: 0px 45px;
}
.margin-10{
	margin:10px 0px 0px 0px;
}
.margin-10-15{
	margin: 10px 15px;
}
.margin-0-15{
	margin: 0px 15px;
}
.margin-0-30{
	margin: 0px 30px;
}
.margin-0-45{
	margin: 0px 45px;
}
	
.sub{
	font-size:15px;
	list-style: none;
}
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	}
	.right{
		float:right;
	}
	.left{
		float:left;
	}

.list_plus{
	margin:2px; margin-left:0px; margin-right:5px; border:1px solid #999999; width:20px; height:20px;
}
.list_name{

}

#user_custom_lp{
	display:inline;
	vertical-align:middle;
	float:right;
	padding:0px;
	height:26px;
	margin-top:-1px;
}
#user_custom_lp input{
	padding:0px;
	margin:0px;
}
.generic_nb_elts{
	line-height: 26px;
	/*height:26px;*/
}

.generic_nb_elts_infos{ float:left; line-height:26px; height:26px;}
.generic_nb_elts_form{ float:right; line-height:26px; height:26px;}


.list_onglet{ width:250px; border:1px solid #000; border-bottom:none; padding-left:10px; padding-right:10px; } 
.list_body{ border:1px solid #000000; padding:10px; }
.list_info_head{ font-weight:bold; margin-bottom:5px; color:#999999; }
.list_subonglet{ border:0px solid #000000; border-bottom-width:1px; margin-bottom:3px; }
.list_subbody{ padding:3px 0px;  }


#bwin .shadow{ width:518px; overflow:hidden; }
#bwin .shadow img{ margin-left:-77px;}
#bwin .generic_elts_footer .shadow{ display:none;}
#bwin .admin_tab{ max-width:490px; min-width:490px;}
#bwin textarea{ max-width:400px; }

.client_name .colored{ 
display: inline-table;
vertical-align: middle;
height: 13px;
width: 13px;
border: 1px solid #999;
margin:0px 5px; 
margin-right: 10px;
margin-top:-2px;
}

.filter_nav_link{ padding:0px 5px;}
.show_filter .selected>a { text-decoration:none; color: #C1272D; font-weight:bold;  }
.client_name{ line-height:15px; font-size:15px;}

#contract_list_client{ border:0px solid #999999; border-top-width:1px; border-bottom-width:1px; } 
#contract_list_client ul { list-style-type:none; padding:0px; margin:0px; min-width:600px;  }
#contract_list_client li { list-style-type:none; padding:5px 0px;  }
#contract_list_client li.even{ background-color:#E6E6E6; }
.contract_list_client, .contract_list_contract{ margin-right:10px;  line-height:20px;  }
.contract_list_update{ padding:5px; }

.contract_list_client{ width:640px; }
.contract_list_contract{ width:610px; font-weight:bold; padding-left:30px;   }

#contract_list_client li.contract_list.odd:hover, #contract_list_client li.contract_list.even:hover{ background-color:#DFDFDF; }
 
#note_contract_list .date_filter{ float:left; }
#note_contract_list .client_filter{ float:right; margin:15px; }
#note_contract_list .list_body{ margin-top:5px; margin-bottom:15px; padding:0px; }
#note_contract_list  .list_info_client_name{ margin-left:-28px; }
#note_contract_list  .list_info_client_name .colored{ margin-right:5px; }
#note_contract_list  .list_info_contract_name{ font-weight:bold;  }
#note_contract_list  .private{ color:#903030;  margin-bottom:10px;  }
#note_contract_list  .list_info_head{ margin:10px 0px; }
#note_contract_list  .list_onglet .list_date{ float:left; }

#note_contract_list  .list_onglet .list_update_link{ float:right; }


#note_contract_list .list_body .list_body_admin{ margin:0px 5px; }

#note_contract_list .list_body .client_name .colored{ height:16px; width:16px; }
#note_contract_list .list_body .list_body_top{ padding:10px 15px; padding-left:32px;  background-color:#BDCCD4; border:0px solid #000000; border-bottom-width:1px;   }
#note_contract_list .list_body .list_body_admin .list_info_admin_elt{ 
	float:left; 
	margin:0px;  
	width:150px; 
	margin:10px 0px; 
	margin-bottom:0px; 
	padding:0px 5px; 
	padding-left:30px; 
	border:0px solid #000000; 
	border-right-width:1px;   
	background-repeat:no-repeat;
	background-position : 5px center; 
	height:20px; line-height:20px; 
	color:#000000;
}
#note_contract_list .list_body{ width:640px; }

#note_contract_list .list_body .list_body_admin .list_info_update{ border-right-width:0px;}
#note_contract_list .list_body .list_body_admin .list_date { background-image:url('../../img/admin/icon_conges.png'); }
#note_contract_list .list_body .list_body_admin .list_info_head{  background-image:url('../../img/admin/user_actif.png');  }
#note_contract_list .list_body .list_body_admin .list_info_update{  background-image:url('../../img/admin/btn_modifier.png');  }

#note_contract_list .list_body .list_body_content .private , #note_contract_list .list_body .list_body_content .public{ width:302px;  margin:10px;  float:left; border:1px solid #000000;  }
#note_contract_list .list_body .list_body_content .list_subonglet{ padding:5px; padding-left:25px; background-repeat:no-repeat; background-position : 4px center; height:20px; line-height:20px;  }
#note_contract_list .list_body .list_body_content .private .list_subonglet{  border-color:#903030; background-image:url('../../img/admin/picto_private.png');  }
#note_contract_list .list_body .list_body_content .public .list_subonglet{ border-color:#000000;  background-image:url('../../img/admin/icon_actif.png');  }

#note_contract_list.note_contract_list_extranet .list_body .list_body_admin .list_info_head{ border-right-width:0px;}
#note_contract_list.note_contract_list_extranet .list_body .list_body_content .public{ float:none; width:auto;  }

#note_contract_list .list_body .list_body_content .public{  border-color:#000000; }
#note_contract_list .list_body .list_body_content .private{ margin-right:0px;  border-color:#903030; }
#note_contract_list .list_body .list_body_content .list_subbody{ padding:5px 25px;  }

#timesheet_employee_list{  width:679px; padding:10px;  }
#timesheet_employee_list ul.employee_list{  margin:0px; padding:0px;  list-style-type:none; border:0px solid #999999; border-top-width:1px;  }
#timesheet_employee_list ul.employee_list li{ list-style-type:none; padding:5px; border:0px solid #999999; border-bottom-width:1px; }
#timesheet_employee_list ul.employee_list li.even{ background-color:#E6E6E6; }
#timesheet_employee_list ul.employee_list li .employee_line_valid{ padding-left:10px; }
#timesheet_employee_list ul.employee_list li .employee_line_consult{ float:right; }
#timesheet_employee_list ul.employee_list li .employee_line_date{ padding:0px 20px; }

#user_program{ min-width:1200px; }
#user_program .user_program_line{ display:table; width:100%; }
#user_program .program_date{ width:150px; height:100%; min-height:120px; float:left;  border:1px solid #999999; margin:1px; padding:0px;  }

#user_program .program_date.empty_date.closed td{ background-color:#969DA0; /*#A0A0A0;*/ }
#user_program .program_date.closed td{ opacity:0.9; filter:alpha(opacity=90); }

#user_program .program_date.out_date, #user_program .program_date.empty_date.out_date{ background-color:#E6E6E6; }
#user_program .program_date.empty_date{ background-color:#E6E6FF; }

#user_program .program_date table{ border-collapse:collapse; }
#user_program .program_date .program_date_table{ width:100%; padding:0px; margin:0px; height:120px; }
#user_program .program_date .program_date_table th, #user_program .program_date .program_date_table td{ border:0px; }

#user_program .program_date_sub_table { height:100%; width:100%; font-size:11px;  }
#user_program .program_date_table .program_date_sub_table td{ border:1px solid #999999; }
#user_program .program_date_table .program_date_sub_table div{ text-align:center; color:#000000; }

#user_program .program_date  .program_date_head th{ font-weight:normal; height:20px; line-height:15px; font-size:11px; background-color:#F0F0F0; border:0px solid #999999; border-bottom-width:1px; }

.program_date_sub_name{ font-size:10px; }

#rh_files .rh_cat_title{ padding:10px 0px; }
#rh_files .generic_elts_empty{ padding:0px; }
#rh_files .generic_elts_footer{ margin:0px; margin-bottom:60px;  }
#rh_files .rh_cat_body{ margin-top:60px; }
#rh_files .rh_files_list_elt{ padding:8px 0px; }
#rh_files .rh_files_list_elt:hover{ background-color:#E6E6E6; }

#extranet_files .extranet_cat_title{ padding:10px 0px; }
#extranet_files .generic_elts_empty{ padding:0px; }
#extranet_files .generic_elts_footer{ margin:0px; margin-bottom:60px;  }
#extranet_files .extranet_cat_body{ margin-top:60px; }
#extranet_files .extranet_files_list_elt{ padding:8px 0px; }
#extranet_files .extranet_files_list_elt:hover{ background-color:#E6E6E6; }

#certification_files .generic_elts_empty{ padding:0px; }
#certification_files .generic_elts_footer{ margin:0px; margin-bottom:60px;  }
#certification_files .certification_cat_body{ margin-top:60px; }
#certification_files .certification_list_elt{ padding:8px 5px; }
#certification_files .certification_list_elt:hover{ background-color:#E6E6E6; }
#certification_files .certification_list_elt.even{ background-color:#EFEFEF; }
#certification_files .certification_list_elt img{ vertical-align:middle; margin-top:-3px; }

.history_filter .selected{ color:#C1272D;}
.history_filter label{ padding:0px 10px; cursor:pointer;  }
.content_body .filters{ padding:10px 0px;}
.content_body .filters hr{ margin:0px auto; margin-bottom:10px; height:1px; border:0px; border-color:#CCCCCC; color:#CCCCCC; background:#CCCCCC;  }

#intervention_form  h4{ margin-bottom:0px; }
#intervention_form .contact_block{ padding:15px; }
#intervention_form select{ vertical-align:middle; margin-bottom:5px; }
#intervention_form input, #intervention_form textarea{ margin-bottom:5px; width:500px; vertical-align:middle;   }
#intervention_form input[type=radio],#intervention_form input[type=checkbox] { margin:0px; margin-right:3px; margin-top:-2px;  width:auto; vertical-align:middle; )}
#intervention_form .contact_line{ line-height:20px; }
#intervention_form .contact_line input, #intervention_form .contact_line textarea{ display:inline-block; vertical-align:middle;  }
#intervention_form .contact_line > label > span { width:100px; display:inline-block; vertical-align:middle; }
#intervention_form .contact_line_left, #intervention_form .contact_line_right { float:left; width:250px; }
#intervention_form .contact_line_left input, #intervention_form .contact_line_right input{ width:115px; }
#intervention_form .contact_line_left{ padding-right:15px; margin-right:15px; border-right:1px solid #777777;  }
#intervention_form [name=commentaire] {  height:150px;  }
#intervention_form .contact_line.contact_line_com{ margin-top:15px; }
input#intervention_form_submit{ width:auto; display:block;   }

#intervention_form .group_block_left{ float:left; padding-right:30px; width:300px;}
#intervention_form .group_block_left > div{ margin-bottom:5px; }
#intervention_form .number_dec, #intervention_form .number_inc{  display:inline-block; width:20px; vertical-align:middle; height:20px;   }
#intervention_form .number{  display:inline-block; width:40px; vertical-align:middle; margin-left:5px; margin-right:5px; text-align:center; height:20px;  }
#intervention_form  .contact_line_number label > span { display:inline-block; vertical-align:middle;  width:80px; padding-right:15px; }