/* --- TABLEAUX --- */
table  {  }

.tableau table {
	margin: auto;
	table-layout: fixed;
	}
.tableau H2 {
	font-size: 1.1em;
	padding:7px 15px 8px 15px;
	}

.tableau p {
	padding:5px 15px 7px 15px;
	margin-bottom: 3px;
	}

.w50 { width:50%; margin: auto;}
.w70 { width:70%; margin: auto;}
.w100 { width:100%; margin: 0px;}

td {
	 height: 30px;
	 vertical-align: middle;
	 text-align: left;
	 padding: 0 15px 0 15px;
	 text-overflow: hidden;
	 white-space: nowrap;
	 overflow: hidden;
	}

th {
	background: #04819E;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	border-left: 1px solid #C2E3EB;
	height: 30px;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	}

td {
	border-left: 1px solid #C2E3EB;
	color: #000;
	}

table .premier {
	padding-left: 15px;
	border-left: none;
	}
table .checkbox { width: 30px;}

.impair { background: #FFF; }
.pair 	{ background: #E0F1F5; }

.colnum,
.colnum input { text-align: right;}
.colnum input { padding-right: 2px;}
td .lien { text-decoration: underline;}

/* Tri des tableaux */
.triable {
	padding: 0 15px 0 0px;
	}
th a {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	width: 600px; /*IE8 et FF : agrandi la surface active du bouton sur toute l'entête*/
	line-height: 14px;
	padding: 8px 15px;

	}
th a:hover {
	color: #FFF;
	background: url(../images/table/picto_tri_survol.gif) #04819E 1px center no-repeat;
	}
.tri {
	background: url(../images/table/picto_tri.gif) #04819E 1px center no-repeat;
	}
.tri-asc {
	background: url(../images/table/picto_tri_asc.gif) #04819E 1px center no-repeat;
	}
.tri-desc {
	background: url(../images/table/picto_tri_desc.gif) #04819E 1px center no-repeat;
	}

div.th {
  background-color: #04819E;
  color: #FFFFFF;
  display: table-cell;
  float: left;
  font-weight: bold;
  margin-right: 1px;
  padding: 10px 15px;
  vertical-align: middle;
}


/* --- Filtre de tableaux --- */
.filtre td { background: #FFF; border-left:none; }
.top td{
	border-top: 3px solid #04819E;
	padding-top: 1px;
	height: 30px;
	}

.valeur {
	white-space: pre-wrap;
	}

.valeur textarea{
	font-size: inherit;
	}

.vue-detail {
	background: transparent url('../images/table/btn_vuedetail.gif') no-repeat;
	width: 30px; height: 27px;
	display: inline-block;
	}

.vue-detail:hover {
	background: transparent url('../images/table/btn_vuedetail_survol.gif') no-repeat;
	}

.vue-modifier {
	background: transparent url('../images/table/btn_modifier_fond_blanc.gif') no-repeat;
	width: 25px; height: 27px;
	display: inline-block;
	}

.vue-modifier:hover {
	background: transparent url('../images/table/btn_modifier_fond_blanc_survol.gif') no-repeat;
	}

.vue-enregistrer {
	background: transparent url('../images/pictogrammes/enregistrer.png') no-repeat;
	width: 30px; height: 27px;
	display: inline-block;
	margin-top: 3px;
	position: relative;
	z-index: 11;
	}

.vue-enregistrer:hover {
	background: transparent url('../images/pictogrammes/enregistrer_survol.png') no-repeat;
	}

.vue-annuler {
	background: transparent url('../images/pictogrammes/annuler.png') no-repeat;
	width: 30px; height: 27px;
	display: inline-block;
	margin-top: 3px;
	position: relative;
	z-index: 11;
	}

.vue-annuler:hover {
	background: transparent url('../images/pictogrammes/annuler_survol.png') no-repeat;
	}

.vue-supprimer {
	background: transparent url('../images/pictogrammes/supprimer.png') no-repeat;
	width: 30px; height: 27px;
	display: inline-block;
	margin-top: 3px;
	position: relative;
	z-index: 11;
	}

.vue-supprimer:hover {
	background: transparent url('../images/pictogrammes/supprimer_survol.png') no-repeat;
	}

.vue-importer {
	background: transparent url('../images/pictogrammes/importer.png') no-repeat;
	width: 18px;
	height: 21px;
	margin-left: 3px;
	display: inline-block;
	}

.vue-importer:hover {
	background: transparent url('../images/pictogrammes/importer_survol.png') no-repeat;
	}

.vue-archiver {
	background: transparent url('../images/pictogrammes/archiver.png') no-repeat;
	width: 20px;
	height: 21px;
	margin-left: 4px;
	display: inline-block;
	}

.vue-archiver:hover {
	background: transparent url('../images/pictogrammes/archiver_survol.png') no-repeat;
	}

.pictogramme {
	text-align: right;
	width: 30px;
	}

.absolute_right {
		display: none;
		position: absolute;
		top: 400px;
		right: 50px;
		z-index: 10;
	}

.absolute_left {
		display: none;
		position: absolute;
		top: 400px;
		left: 30px;
		z-index: 10;
	}

.cadre {
	border: 1px solid #097182;
	padding: 5px;
	margin-top: 3px;
	}

.cadre input {
	width: 250px;
}

.cadenas {
	float: left;
	left: -8px;
	position: relative;
}

#flottant {
	position: absolute;
	z-index: 5;
	background-color: #ffa9a9;
	right: 160px;
	padding-left: 3px;
}