html {
   padding:0px;
   margin:0px;
   height:100%;
   width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #9B695D;
	text-decoration: none;
	background-color:#ECECEC;
	padding: 0px;
	margin: 0px;
	text-align: center;
    height:100%;
    width:100%;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	text-align: middle;
	line-height:20px;
}

td.adresse {
	font-size: 9px;
	color: #868686;
}

img {
	border: 1px solid #000000;
}