<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET PROPERTIES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;


/*	font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
}

table, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}

input, select, textarea {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
	color: #000;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, em, font, ins, q, s,
small, strong, ol, ul, li,
fieldset, form, label, legend, caption, input, select {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

body {
	background: black;
}

#page {
	clear: both;
	margin: 0 auto;
	width: 100px;
}

#header {
}

#header-content {
	clear: both;
	margin: 0 auto;
	width: 980px;
	height: 40px;
}

#header-content table {
	width: 980px;
}
#header-content .left {
	text-align: left;
	width: 286px;
}
#header-content .center {
	text-align: center;
}
#header-content .right {
	text-align: right;
	width: 96px;
}
#header-content .contact {
	text-align: right;
	width: 36px;
}

#content {
	clear: both;
	margin: 0 auto;
	width: 1000px;
}

#footer {
	color: #798f8e;
	font-size: 9pt;
	font-style: oblique; 
	padding: 10px;
	width: 1024px;
}

.map {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 688px;
	overflow: hidden;
}

.world {
	background: url(../images/map.png) no-repeat 0;
	position: absolute;
	left: 0;
	top: 200px;
	width: 1024px;
	height: 1024px;
	z-index: 0;
}

.avionLED {
	background: url(../images/avionLED.png) no-repeat 0;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 100;
}

.blueLED {
	background: url(../images/blueLED.png) no-repeat 0;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 100;
}

.greenLED {
	background: url(../images/greenLED.png) no-repeat 0;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 100;
}
.redLED {
	background: url(../images/redLED.png) no-repeat 0;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 100;
}
.yellowLED {
	background: url(../images/yellowLED.png) no-repeat 0;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 100;
}

.LABEL {
	display: block;
	position: absolute;
	visibility: visible;
	z-index: 101;
}

.time th {
	color: white;
	border: solid 2px white;
	padding: 5px;
	text-align: center;
}

.time td {
	color: white;
	border: solid 2px white;
	padding: 5px;
	text-align: center;
}
.blueCase {
	background: blue;
}
.redCase {
	background: red;
}
.yellowCase {
	background: #689832;
}


.BIBLIO {
	position: absolute;
	left: 0;
	top: 0;
	width: 1024px;
	height: 1024px;
}
.LIEN {
	background: url(./images/transparent.gif);
	display: block;
	position: absolute;
	/*border: solid 1px white;*/
}

</pre></body></html>