<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> html,body {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	padding: 0;
	margin: 0;
}

p,ul,li {
font-size : 100%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : orange;
background-color : white;
}

h1 {
font-size : 300%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : Coral;
text-align: center;
margin:0;
}

h2 {
font-size : 180%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : darkblue;
padding-left:15px;
text-align: center;
}

h3 {
font-size : 120%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : maroon;
padding-left:15px;
}

h6 {
font-size : 60%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a:link {color: maroon;
	text-decoration:none;
	font-weight:bold;}
a:visited {color: maroon;
	text-decoration:none;
	font-weight:bold;}
a:hover {color:red; text-decoration:none;}

td {
	vertical-align : middle;
}

td.obligatoire {
	color : red;
}

b.NRJA {
	color : #00A750;
}

b.NRJB {
	color : #4BB748;
}

b.NRJC {
	color : #C0D72F;
}

b.NRJD {
	color : #FFF200;
}

b.NRJE {
	color : #FDB912;
}

b.NRJF {
	color : #F36E21;
}

b.NRJG {
	color : #ED1C24;
}

tr {
	vertical-align : top;
}

table {
	width : 100%;
	text-align : left;
}

table.details {
	font-size : 90%;
	text-align : left;
}

table.top {
	width : 100%;
	text-align : center;
	border: none;
	border-width: 0;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}

table.page {
	width : 100%;
	vertical-align : top;
	border: none;
	border-width: 0;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}

td.page2g {
	vertical-align : top;
	font-size : 70%;
}

td.page2 {
	vertical-align : top;
	font-size : 85%;
}

table.login {
}

table.ilogin {
	font-size : 80%;
}

table.photo {
}

table.lphoto {
	font-size : 80%;
}

table.frais {
	text-align : center;
	font-size : 80%;
}

tr.frais {
/*  border-bottom : black solid;
	border-width : 1px;*/
}

td.frais {
	border-width : 1px;
  border-bottom : lightblue dotted;
}

th.date {
  border-bottom : black solid;
  width : 70px;
  border-width : thin;
}
th.kmTotal {
  border-bottom : black solid;
  width : 50px;
  border-width : thin;
}
th.kmPartiel {
  border-bottom : black solid;
  width : 50px;
  border-width : thin;
}
th.prix {
  border-bottom : black solid;
  width : 50px;
  border-width : thin;
}
th.volume {
  border-bottom : black solid;
  width : 50px;
  border-width : thin;
}
th.conso {
  border-bottom : black solid;
  width : 50px;
  border-width : thin;
}
th.classNRJ {
  border-bottom : black solid;
  width : 25px;
  border-width : thin;
}
th.typeCout {
  border-bottom : black solid;
  width : 40px;
  border-width : thin;
}
th.route {
  border-bottom : black solid;
  width : 80px;
  border-width : thin;
}
th.meteo {
  border-bottom : black solid;
  width : 50px;
  border-width : thin;
}
th.conduite {
  border-bottom : black solid;
  width : 25px;
  border-width : thin;
}
th.garage {
  border-bottom : black solid;
  width : 80px;
  border-width : thin;
}
th.commentaire {
  border-bottom : black solid;
  width : 25px;
  border-width : thin;
}
th.enplus {
  border-bottom : black solid;
  width : 50px;
}

table.plein {
	font-size : 80%;
}

table.listvoit {
	font-size : 80%;
}

table.veh {
	font-size : 80%;
}

input {
	border : Coral solid;
	border-width : 1px;
}

textarea {
	border : Coral solid;
	border-width : 1px;
}

img {
	border-width : 0px;
	border : 0;
}</pre></body></html>