html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url("background.png.xhtml?ln=images");
	overflow: -moz-hidden-unscrollable;
}

body {
	margin: 0;
	padding: 0;	
	height: 100%;
}

#container {
	position: relative;
	width: 100%;
	overflow: auto;
	padding-top: 10px;
	background-repeat: repeat;
	height: 90% !important; 
}

#containerlogin{
	position: relative;
	width: 100%;
	padding-top: 10px;
	background-repeat: repeat;
	overflow: hidden; 
	margin-top:-1%; 
	height: 100% !important; 
	margin-left: -1%;
}

.accueil{
	width: 100%;
	height: 100%;
}

.header {
	height: 3.5em;
}

.menu {
	height: 3.5em;
	background-color: #2d343a;
	margin-top: 1em;
	margin: 0;
	padding: 0;			   
}

.menuitem{
	float: left;
	width: 7.2em;
	height: 100%;
}

.submenu {
	height: 6em;
    left: 0;
    position: absolute;
    top: 3em;
    width: 100%;
    z-index: 2;
}

.banniere_top{
	height: 1em;
}

.footer{
	position:absolute;
	bottom:0px;
	height:25px;
	width:100%;
	padding-top: 10px;
	text-align: right;
}

.logo_societe {
	width:130px;
	height:100%;
	float:left;
	background-repeat:no-repeat;
}

.header_title{
	height:100%;
	float:left;
	width:30%;
}
 

.submenuitem {	 			 
	float: left;
    height: 2em;
    margin-left: 3em;
    margin-top: 1em;
    text-align: center;
}

.lastmenu {
	width: 12.5em;					 
	position: absolute;
	top: 1em;			
	margin-left: -1em;
	z-index: -1;
}

.lastmenuitem {
	height: 5em;
    margin-left: 1.5em;
    margin-top: 6em;
    width: 9em;
    z-index: -1;
}

.submenuitem a{
	text-align:center;
}

.ui-breadcrumb {
	background-color: none;
	padding: 0;
	border: none;
}

.ui-breadcrumb ul li a:link, .ui-breadcrumb ul li a:visited{
	color:white;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
}

#consultpanel {
	overflow: hidden;
	position: fixed;
	left: -280px;
	transition: width 300ms linear 0s, left 300ms linear 0s, opacity 1s linear 0s;
	width: 300px;
}

#analysepanel {
	overflow: auto;
	position: fixed;
	left: -280px;
	transition: width 300ms linear 0s, left 300ms linear 0s, opacity 1s linear 0s;
	width: 300px;
	height: 510px;
}

.afterslide {
	left: 0 !important;
}

#consultpanel .headerpanel {
	width:270px;
	height:60px;
	padding-left: 15px;
	padding-top: 30px;
}

#consultpanel .panel_logo_affaire {
	float:left;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
}

#consultpanel .panel_logo_tourism {
	float:left;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
}

#consultpanel .panel_title_affaire {
	width:210px;
	float:left;
}

#consultpanel .listmenupanel {
	width:300px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}

#consultpanel .listmenupanel a {
	width:100%;
	text-align:center;
	height:30px;
	cursor:pointer;
}

#consultpanel .listmenupanel div {
	width:250px;
	text-align:center;
	height:30px;
	cursor:pointer;
	margin-left:15px;
	margin-bottom:5px;
}

#consultpanel .tab {
	float:right;
	width:20px;
	height:200px;
}
#consultpanel .circlemenupanel {
	position:relative;
	width:250px;
	height:250px;
	background-repeat:no-repeat;
	margin-left:25px;
	margin-right:25px;
	margin-top:20px;
}

#consultpanel .circlemenupanel span{
	cursor:pointer;
}

#analysepanel .headerpanel {
	width:270px;
	height:60px;
	padding-left: 15px;
	padding-top: 30px;
}

#analysepanel .panel_logo_affaire {
	float:left;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
}

#analysepanel .panel_logo_tourism {
	float:left;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
}

#analysepanel .panel_title_affaire {
	width:210px;
	float:left;
}

#analysepanel .listmenupanel {
	width:300px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}

#analysepanel .listmenupanel a {
	width:100%;
	text-align:center;
	height:30px;
	cursor:pointer;
}

#analysepanel .listmenupanel div {
	width:250px;
	text-align:center;
	height:30px;
	cursor:pointer;
	margin-left:15px;
	margin-bottom:5px;
}

#analysepanel .tab {
	float:right;
	width:20px;
	height:200px;
}
#analysepanel .circlemenupanel {
	position:relative;
	width:250px;
	height:250px;
	background-repeat:no-repeat;
	margin-left:25px;
	margin-right:25px;
	margin-top:20px;
}

#analysepanel .circlemenupanel span{
	cursor:pointer;
}

.logo_societe img {
	vertical-align:text-middle;
	width: 75px !important;
}

.submenuitemicon {
	height:50px;
	width:50px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
}


.ui-panel .ui-datatable .ui-widget-header {
	background-image: white;
	border: none !important;
}

.home_corps {
    position: relative;
    height:100%;
}

.advancefilterpanel {
	border-style: solid;
	border-width: 2px;
	border-radius: 0;
	overflow: hidden;
	position: relative !important;
}

.advancefilterpanel .ui-layout-unit-header {
	background: none;
    border: none;
}

.advancefilterpanel .ui-layout-unit-header .ui-state-default .ui-icon {
	border-radius : 0px;
	height: 35px;
    width: 35px;
}

.advancefilterpanel .ui-layout-unit-header .ui-layout-unit--icon {
	border:none;
}

.ui-layout-resizer-closed {
	border-style: solid;
	border-width: 2px;
	border-radius: 0;
	overflow: hidden;
	border-left: none;
}

.advancefilterpanel .ui-layout-unit-content {
	background:none;
	position: relative !important;
}

.ui-inputfield {
	background-color:white !important;
	border: 1px solid #a8a8a8 !important;
    border-radius: 0px !important;
    box-shadow: 0 2px 2px rgba(143, 143, 143, 0.4) inset !important;
}

.advancecontainerpanel {
	border:none;
	height: auto !important;
	overflow:auto !important;
}

.advancecontainerpanel .ui-layout-unit-content {
	height: auto !important;
	overflow: initial !important;
}

.advancecontainerpanel .ui-layout-unit-content .ui-datatable-resizable {
	overflow: initial !important;
	margin-top: -10px;
}

.ui-layout-toggler-closed .content-closed .ui-layout-unit-expand-icon .ui-icon {
	height: 24px;
    width: 24px;
    border-radius:0px;
}

.ui-layout-toggler-closed .content-closed .ui-layout-unit-expand-icon {
	border:none;
}

.ui-layout-toggler-closed {
	top:15px !important;
	height: 25px !important;
	left:-2px !important;
}

button.filter-btn, .userformpanel button.filter-btn {
	height:50px !important;
	width:50px !important;
	border:none !important;
	background:none !important;
	box-shadow:none;
	margin-top:10px;
}

button.filter-btn, .userformpanelsid button.filter-btn {
	height:50px !important;
	width:50px !important;
	border:none !important;
	background:none !important;
	box-shadow:none;
	margin-top:10px;
}

.viewlogo {
	width:50px;
	height:50px;
	position:relative;
	float:right;
	margin-right:10px;
}



.header_profils table {
	margin-top:0px;
	border: none;
}

.header_profils td {
	border: none;
}

#homeform {
	height:100%;
}

.datechoice {
	width:180px;
	position:relative;
	height:177px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
}

#choiceimg {
	width:100%;
	position:relative;
	height:100%;
}

.logo_client{
    float: right;
    height: 50px;
    margin-right: 10px;
    margin-top: 5px;
}

.logo_client .logoposition{
	width: 100%;
	display:table-cell;
	vertical-align:middle;
}

.logo_societe .logoposition{
	height: 95px;
	width: 100%;
	display: table-cell;
	vertical-align: right;
}

.logo_client img {
    max-width: 50px !important;
}

.ui-datatable .ui-button {
	background-image:none !important;
	border:none;
	box-shadow: none;
}

.userformpanel .ui-panelgrid-cell {
	border:none !important;
	text-align:left;
	vertical-align:top;
}

.userformpanel .ui-selectonemenu {
	width:250px !important;
	height:24px !important;
}

.userformpanelsid .ui-panelgrid-cell {
	border:none !important;
	text-align:left;
	vertical-align:middle;
}

.userformpanelsid .ui-selectonemenu {
	width:250px !important;
	height:24px !important;
}

.gridusercell {
	width:60%;
}

.userformpanel .ui-widget-content {
	border:none;
}

.userformpanel .form-btn {
	text-align:right;
	position:absolute;
	bottom:15px;
	right:15px;
}

.userformpanelsid .ui-widget-content {
	border:none;
}

.userformpanelsid .form-btn {
	text-align:right;
	position:absolute;
	bottom:15px;
	right:15px;
}

.contactformpanel .ui-panelgrid-cell {
	border:none !important;
	text-align:left;
	vertical-align:top;
}

.contactformpanel tr {
	border:none !important;
}

.ui-menu{
	width: 13.5em !important;
}

.ui-widget-content{
	background: none;
}

.welcome{
	float: right;
	margin-top: 1em;
}

.ui-selectonemenu-panel{
	background-color: white;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon{
	width: 15px; height: 15px; 
}

.savformpanel .ui-panelgrid-cell {
	border:none !important;
	text-align:left;
	vertical-align:top;
}

.savformpanel .ui-selectonemenu {
	width:250px !important;
	height:24px !important;
}

.savformpanel .ui-widget-content {
	border:none;
}

.savformpanel .form-btn {
	text-align:right;
	position:absolute;
	bottom:15px;
	right:15px;
}

.gridsavcell {
	width:25%;
}

.gridsavminicell {
	width:2%;
}

.ui-datatable-tablewrapper {
	overflow: unset !important;	
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item{
	border-radius: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background-color: lightgray;
	box-shadow: none;
}

.ui-icon{
	height: 25px;
	width: 25px;
}

.ui-datatable .ui-sortable-column-icon{
	height: 20px;
	width: 20px;
}

.ui-datatable .ui-row-toggler{
	height: 15px;
	width: 15px;
}

.ui-layout-unit-expand-icon{
	box-shadow: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	box-shadow: none;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-left .ui-icon, .ui-button-text-icon-right .ui-icon{
	margin: 0 !important;
	top: 0 !important;
}

.ui-button-icon-only .ui-icon{
	margin: 0 !important;
	left: 0 !important;
}

.ui-picklist .ui-picklist-filter-container .ui-icon{
	background-image: none;	
}

.ui-picklist .ui-picklist-list{
	width: 200px !important;
}

.ui-corner-all{
	border-radius: 0 !important;
}

.ui-growl{
	border-radius: 0;
	border: none;
}

.ui-growl-item{
	border-radius: 0;
}

.ui-icon-circle-plus{
	width: 15px;
	height: 15px;
}

.ui-fileupload-files{
	margin-top: 40px !important;
	text-align: left !important;
	margin-left: -30px !important;
}

.ui-icon.ui-icon-close{
	width: 15px !important;
	height: 15px !important;
}

.ui-icon.ui-icon-arrowthick-1-e{
	width: 15px !important;
	height: 15px !important;
}

.ui-icon.ui-icon-arrowthick-1-w{
	width: 15px !important;
	height: 15px !important;
}

.ui-inputswitch .ui-inputswitch-on span{
	padding-left: 0;
}

.ui-panelgrid .ui-panelgrid-cell{
	border-color: transparent !important;
}

.no-display{
	display: none;
}

.yes-display{
	display: block;
}

.ui-layout-unit{
	border: none;
}

.ui-layout-unit .ui-layout-unit-content{
	/*overflow: hidden !important;*/
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	background: lightgray;
	color: black;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon{
	width: 15px !important;
	height: 15px !important;
}

.ui-selectcheckboxmenu-header span.ui-icon{
	width: 15px !important;
	height: 15px !important;
}

.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-icon{
	width: 15px !important;
	height: 15px !important;
}

.ui-chkbox-icon.ui-icon{
	width: 15px !important;
	height: 15px !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	width: 15px !important;
	height: 15px !important;
}

.ui-progressbar .ui-widget-header{
	background: #9b7cd0 !important;
	border-radius: 0px !important;
}

.ui-dialog{
	max-height: 75% !important;
	top: 15% !important;	
}

.ui-menu .ui-menuitem-link .ui-menuitem-icon{
	height: 15px;
	width: 15px;
	margin-right: 5px;
}