#head {
	width:100% !important;
}
#nomApp {
	text-align:left !important;
	width:65% !important;
}

.likeTextArea{
	width:598px;
	padding:5px;
	border:1px #000000 inset;
	background-color:#ffffff;
	overflow:scroll;
}

.legendImg {
	vertical-align:bottom;
	margin-bottom: -4px;
	/*background: #ffffff;*/
	font-weight: bold;
	font-size: 1em;
}

//Pour les accordeons
.accordion {
  	margin: 0px;
  	border-top-width: 1px;
  	border-top-style: solid;
  }

  .accordionTabTitleBar {
  background-color: #63699C;
  color: #DDDDDD;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 1em;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-top-style: solid;
  border-right-style-value: none;
  border-bottom-style: solid;
  border-left-style-value: none;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-top-color: #bdc7e7;
  border-bottom-color: #182052;
  border-top-width: 1px;
  border-right-width-value: 0px;
  border-bottom-width: 1px;
  border-left-width-value: 0px;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  }

  .accordionTabTitleBar:hover {
  	color: #ffffff;
  	background-color: #777FBF;
  }

  .accordionTabSelected{
  	color: #ffffff !important;
  	background-color: #777FBF !important;
  }

  .accordionTabContentBox {
  	font-size: 11px;
  	border: 1px solid #1f669b;
  	border-top-width : 0px;
  }

  .accordionTabContent {
  	padding: 4px 6px 4px 6px;
  	height: 400px;
  	overflow : scroll;
  }


//pour les inplaces

.inPlace{
	background-image: url("imagesCss/edit10.png")!important;
	background-repeat:  no-repeat!important;
	background-position: 2px;
	padding-left: 14px;
}

.inPlace:hover{
	cursor: text;
	//padding-top: 2px;
	padding-left: 10px;
	border: 1px inset #ffffff;
	background-color: #ffffff!important;
	background-image: url("imagesCss/edit10.png")!important;
	background-repeat:  no-repeat!important;
	background-position: 2px;
	padding-left: 14px;
}

.tableau{
}

.tableau tr{
	border:1px #000000 solid;
	background-color: #ffffff;
}

div#myfooter {
	position: absolute;
	left: 20em;
	right: 2em;
	bottom: 2em;
}

#footer {
	position: fixed !important;
	left: 10px !important;
	right: 10px !important;
	background-color:white !important;
}

.information{
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bolder;
	border: 3px inset #CFD9E3;
	width: 500px;
	font-size: 1.25em;
	background-color: white;
}
.information2{
	margin: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bolder;
	border: 3px inset #CFD9E3;
	font-size: 1.25em;
	background-color: white;
}


.td {
	display: table-cell;
	vertical-align: middle;
	margin: 2px 5px 2px 5px;
	border: 0px;
	padding: 2px 5px 2px 5px;
	width: 200px;
}

.tdh {
	display: table-cell;
	vertical-align: middle;
	margin: 2px 5px 2px 5px;
	border: 0px;
	padding: 2px 5px 2px 5px;
	width: 200px;
	font-weight: bolder;
}

.tr{
	display: table-row;
	vertical-align: text-bottom;
	margin:  2px;
	border: 0px;
}

fieldset{
	padding: 5px;
	-moz-border-radius: 10px;/*Firefox*/
	-webkit-border-radius: 10px;/*Safari and chrome*/
	-khtml-border-radius: 10px;/* Linux browsers*/
	border-radius: 10px;/*CSS3*/
	behavior: url(border-radius.htc);/*IE?*/
}

legend{
	font-weight: bold;
}

.fieldset{
	display: table;
	border: 1px #DFBFFF solid;
	background-color: #CFD9E3;
	margin: 5px;
	padding: 5px;
	border: 1px inset #CCCC;
}

.table{
	display: table;
	border: 1px #DFBFFF solid;
	background-color: #E5E4EE;/*#CFD9E3;*/
	width: 910px;
	margin: 5px;
	padding: 5px;
	border: 1px inset #CCCC;
	-moz-border-radius: 10px;/*Firefox*/
	-webkit-border-radius: 10px;/*Safari and chrome*/
	-khtml-border-radius: 10px;/* Linux browsers*/
	border-radius: 10px;/*CSS3*/
	behavior: url(border-radius.htc);/*IE?*/
}

.table2{
	display: table;
	border: 1px #DFBFFF solid;
	background-color: #CFD9E3;
	margin: 5px;
	padding: 5px;
	border: 1px inset #CCCC;
	-moz-border-radius: 10px;/*Firefox*/
	-webkit-border-radius: 10px;/*Safari and chrome*/
	-khtml-border-radius: 10px;/* Linux browsers*/
	border-radius: 10px;/*CSS3*/
	behavior: url(border-radius.htc);/*IE?*/
}

.textArea{
	vertical-align: middle;
	width: 200px;
}

.midtextArea{
	vertical-align: middle;
	width: 600px;
	height: 3em;
}

.longtextArea{
	vertical-align: middle;
	width: 600px;
	height: 5em;
}

.extralongtextArea{
	vertical-align: middle;
	width: 900px;
	height: 15em;
}

.textField{
	vertical-align: middle;
	width: 198px;
}
.textFieldPlus{
	vertical-align: middle;
	width: 300px;
}


.width300{
	width: 300px!important;
}


.long{
	width: 598px!important;
}

.longtextField{
	vertical-align: middle;
	width: 598px;
}

.popup{
	width: 100px;
}

.titre{
	text-align: center;
	font-weight: bold;
}


/* Tableview */

.scrollable {
  overflow:hidden;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.scrollable table {
  border: 1px solid #878787;
  border-collapse: separate;
  border-spacing: 0;
  width:100%;
}

.scrollable table thead tr input {
  height: 1em;
}
.scrollable table thead tr th {
  border-bottom: 1px solid #555555;
  border-left: 1px solid #DBDBDB;
  border-right:1px solid #A3A3A3;
  background-color: #EFEFEF;
}

.scrollable table tbody {
}

.scrollable table tbody tr {
  height: auto;
}
.scrollable table tbody tr.odd {
  background-color: #FFFFFF;
}
.scrollable table tbody tr.even {
  background-color: #F1F5FA;
}
.scrollable table tbody tr:hover {
	color: rgb(188, 37, 45);
	text-shadow: rgb(203, 212, 75) 0em 0em 0.3em;
	background-color: #B2E1FF;
}
.scrollable table tbody tr.selected {
  background-color: #7FCEFF;
}
.scrollable table tbody tr td {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #D9D9D9;
  height: 1em;
}

.scrollable table tfoot tr th {
  border-top: 1px solid #555555;
  border-left: 1px solid #DBDBDB;
  border-right:1px solid #A3A3A3;
  background-color: #EFEFEF;
}

.scrollable table.navigation  {
  border: none;
  width:100%;
}
.scrollable table.navigation td {
  background-color: #C6CACF;
}
.scrollable table.navigation tfoot td {
  border-top: 1px solid #555555;
}
.scrollable table.navigation thead td {
  border-bottom: 1px solid #555555;
}


  
  /*  pour les tabs */
  
  
.ajaxTabbedPanel {
  width: auto;
  border-bottom: 1px solid #000000!important;
  padding: 10px 0 0 20px;
  margin: 0px;
}

.ajaxTabbedPanelTab-selected {
  display: inline;
  padding: 7px 9px 0px 9px;
    margin: 0px;
  background: #ffffff!important;
  border-top: 1px solid #000000!important;
  border-left: 1px solid #000000!important;
  border-right: 1px solid #000000!important;
  border-bottom: 0px;
}

.ajaxTabbedPanelTab-unselected {
  display: inline;
  padding: 2px 0px 0px 0px;
  margin: 0px;
  background: #f0f0f0;
  border-top: 1px solid #000000!important;
  border-left: 1px solid #000000!important;
  border-right: 1px solid #000000!important;
  border-bottom: 0;
  color: #000000!important;
}

.ajaxTabbedPanelTab-selected a {
  font-weight: bold;
  font-size: 12pt;
  color: #0066CC;
  text-decoration: none ;
  margin: 0px;
  padding: 0px;
}

.ajaxTabbedPanelTab-unselected a {
  font-size: 10pt;
  color: #000000!important;
  text-decoration: none ;
  margin: 0px;
  padding: 0px;
}

.ajaxTabbedPanelPanes {
  width: 97%;
  min-height: 300px;
  overflow: auto;
  margin: 2%;
  padding: 0px;
}

.ajaxTabbedPanelPane-selected {
  list-style-type: none;
  display: block;
  padding: 10px;
}

.ajaxTabbedPanelPane-unselected {
  list-style-type: none;
  display: none;
  padding: 0px;
}

/* pour la ged */

.treeViewGed {
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0;
}

.treeViewGedOOO li {
	list-style-type: none;
}

.itemTreeGed {
	white-space: nowrap;
	list-style-type: none;
	text-decoration: none;
}

.imageNodeGed{
	border: 0;
	vertical-align: middle;
}

.nodeControl{
	border:0;
}

.selectedItem{
	background-color: aqua;
	border: 1px solid red;
}



  