body, html {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

header {
	text-align: center;
	background-color: #fff;
	box-shadow: 1px 2px 5px #000;
	padding-top: 25px;
	padding-bottom: 25px;
}

.nomTournee {
	background-color: orange;
	color: #333;
	text-align: center;
	padding-top: 0 !important;
}

.container h1 {
	padding-top: 50px;
}

.colonne_fixed_th1, .colonne_fixed_th2 {
	line-height: 48px !important;
}

table.ramasse td {
	line-height: 40px !important;
	font-size: 11px;
}

table.ramasse th {
	min-width: 100px;
	font-size: 10px;
	height:40px;
	vertical-align: middle;
}

.colonne_fixed1 {
	position:absolute;
	line-height:40px;
	width:35px;
	font-size: 11px;
	border: 0 none;
	height: 97px;
}

/*** FRACTIONS ***/
.frac{
  display:inline-block;
  margin-left:.1em;margin-right:.1em;
  vertical-align:-64%;
  text-align:center;
}
.frac > .num, .frac > .den{
  display:inline-block;
  padding:0 .1em;
}
.frac > .fracbar {display:block;
  height:0;margin:0;border:0;
  border-bottom:.1em solid;
  overflow:hidden;
}
.den{vertical-align:top;color:red;}

.colonne_fixed2 {
	position:absolute;
	line-height:40px;
	margin-left: 35px;
	width:60px;
	font-size: 8px !important;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.colonne_non_fixed1 {
	padding-left:125px !important;
	line-height: 48px;
	min-width: 165px;
}

.transporteur {
	background-color: yellow;
	text-align: center;
	color: #333;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.commande {
	border: 3px solid brown;
	border-radius: 10px;
}

.client {
	color: red;
	text-align: center;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bloc_commandes {
	text-align: center;
	color: #333;
	padding: 20px;
}

.transporteur {
	text-transform: uppercase;
	text-decoration: underline;
	color: #000;
}