* html, body{
  color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 0;
  padding: 0;
	margin: 0 auto;
}

#global{
  height: 1000px;
  width: 750px;
  margin: 0 auto;
  padding: 10px;
}

.bloc_totaux{
  float: right;
  border: 2px solid black;
  background-color: #FBFBF7;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  padding-top: 5px;
  width: 180px; 
  height: 21px;
}
table{
  border: 1px solid black;
  border-collapse: collapse;
  background-color: #FBFBF7;
  width: 100%;
}
th{
  border-bottom: 1px solid black;
}
#th_01{
  text-align: left;
}
#th_02{
  width: 70px;
}
#th_03{
  width: 120px;
}
td{
  border-top: 1px dashed black;
}
.td_02, .td_03{
  text-align: center;
}

#liste-revendeur .bloc-adresse{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 230px;
}

#footer{
  color: gray;
  text-align: center;
  margin-top: 120px;
}

