	.ui-autocomplete {
		max-height: 100px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		padding-right: 20px;
		font-size:12px;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 100px;
		font-size:12px;
	}
	
	.fg-button {
		margin:5px 5px 5px 0;
	}
	
	#show .modal-body {
		max-height:500px;
	}
	
	/* bootstrap hacks*/
	.form-horizontal .controls {
		display: block;
	}
	
	form input[type="file"] {
		display: none !important;
	}
	
	table th.span15 {
	float: none;
	width: 70px !important;
	margin-left: 0;
	}
	
	#ValiderPrimary{
		display:none;
	}

	/* Correction css double col*/
	.double-col > div {
		position: relative;
		z-index: 1;
	}
	.double-col div:first-child {
		position: relative;
		z-index: 2;
	}
	.span9 {
		/*overflow-y:auto;*/
	}
	.btn_add_format{
		margin: -1px 0 0 5px;
	}
	
/* css ajout� pour tester */	
.table-mere {
	width:initial;
	max-width: inherit;
}
.inner-table {
	/*width:100%;*/
	overflow-y:auto;
	width:920px;
	/*overflow:hidden;*/
}
.dragtable-drag-wrapper {
	width: 150px !important;
}
.form-search .btn {
	height: 24px;
	line-height: 16px;
	font-size: 11px;
}
td.num,
td div.num {
	text-align: right;
}
#liste_champs span.nom{
	display:block;
	cursor:pointer;
}
#liste_champs ul{
	display:none;
}
#liste_champs ul.open{
	display: block;
}
.CRG .CRZ {

	/*opacity:1 !important;*/
}
.table tbody > tr > td[contenteditable=true]:focus {
  outline: #08f 1px solid;
  background: #eee;
  resize: none;
}
td.no-edit, span.no-edit {
  background-color: rgba(230,191,153,0.5);
}
.listeselect {
	margin-bottom:0;
	font-size:11px;
	line-height:10px;
	padding:1px 0;
	height:18px;
}
#editInput {
	margin-bottom:0;
	font-size:11px;
	line-height:10px;
	padding:1px 0;
	background:none;
}
.table-mere {
	min-width: 100%;
}
#addline {
	position: absolute;
	background: red;
	height: 18px;
	width: 47px;
	color: #fff;
	line-height: 18px;
	text-align: center;
}
#cancelLine {
	position: absolute;
	background: green;
	height: 18px;
	width: 47px;
	color: #fff;
	line-height: 18px;
	text-align: center;
}
.liste-champs {
	position: absolute;
	background: white;
	width: 180px;
	border: 1px solid #2088B1;
	z-index: 2;
	display:none;
}
.liste-champs ul {
	list-style-type: none;
	padding: 6px;
	margin: 0;
	height: 93px;
	overflow: auto;
}
.liste-champs ul li a{
	width: 100%;
	display: block;
	padding: 3px 0;
	margin: 4px 0 0 0;
}
.liste-champs .btn{
	margin: 5px 0 2px 2px;
}
.liste-champs .btn:nth-child(2) {
	margin-left: 55px;
}
.liste-champs ul li input {
	margin: 0 5px 0 0;
}

.iopen {
	display:block;
	width: 16px;
	height: 16px;
	background: url(../images/arrow-forward.png) no-repeat 0 0;
}
.iclose {
	display:block;
	width: 16px;
	height: 16px;
	background: url(../images/arrow-back.png) no-repeat 0 0;
}
.inner-liste .link-slide {
	position: absolute;
	border: 1px solid;
	top: -20px;
	border-radius:0 3px 0 0;
}
.inner-liste .link-slide.closenav {
	left: -10px;
}
.inner-liste .link-slide.openav {
	right:-10px;
}
.inner-liste {
	position: relative;
}
.openav .iopen {
	display: none;
}
.closenav .iclose {
	display: none;
}
.listeh {
	overflow: hidden;
	padding-top:20px !important;

}
.inner-liste .btnSupRech {
	padding-right:0px;
}
.page-header .row .span6:nth-child(2){
	float:right;
}

#liste_champs.liste_ges{
		margin:0px;
}

#liste_champs.liste_ges ul {
		margin-left:15px;
}
/*.listeh {
	overflow: visible !important;
}*/

