* {margin: 0; padding: 0; border: none; text-decoration: none;}
html {
	background: url(images/bg1.gif) #005ea2 0% 0% repeat-x;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: #0f0f0f;
	text-align: center;
	min-height: 100%;
}
body {
	# background: url(images/bg-body1.gif) 50% 100% repeat-x;
	padding: 52px 0 20px 0;
}
#container {
	width: 769px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg-container1.gif) #91cde6 0% 0% repeat-y;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	background: url(images/sunny_weather1.jpg) 0% 100% no-repeat;	
	height: 233px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 40px;
	left: 50px;
	font: bold 270% "Arial", "Lucida Sans Unicode", "Verdana", "Trebuchet MS", sans-serif;
	color: #FFFF11;
}
#header h2 {
	position: absolute;
	top: 100px;
	left: 80px;
	font: bold 200% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: #FFFFFF;
}
#menusite {
	position: absolute;
	bottom: 233px !important;
	bottom: 232px; /* die, IE 6, die */
	left: 30px;
	margin: 0;
	padding: 0;
}
#menusite li {
	display: inline;
	list-style: none;
	font: bold 120% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	margin: 0;
	padding: 0;
}
#menusite li a {
	display: block;
	width: auto;
	float: left;
	margin-right: 5px;
	padding: 6px 8px;
}
#menusite li a:link, #menusite li a:visited {
	background: #058cc4;
	color: #FFFFFF;
}
#menusite li a:hover, #menusite li a:active, #menusite li a:focus {
	background: #FFFFFF;
	color: #058cc4;
}
#menusite li.active a:link, #menusite li.active a:visited {
	background: #b9def0;
	color: #058cc4;
}
.titre {
	background-color: #BFDFEF;
	text-align:center;
}
.credits {
	text-align: right;
	padding-right: 20px;
}
#footer {
	width: 719px;
	margin: 0 auto;
	background: url(images/footer1.gif) 0% 0% no-repeat;
	color: #058cc4;
	padding: 28px 25px 0 25px;
}
#footer p {
	float: left;
	width: auto;
	padding: 10px 10px;
	background: #058cc4;
	color: #FFFFFF;
	font: normal 100% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
}
#footer p.credit {float: right;}
#footer a:link, #footer a:visited {color: #FFFFFF; background: #058cc4;}
#footer a:hover, #footer a:active, #footer a:focus {text-decoration: underline;}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {
	width: 720px;
	float: left;
	padding: 15px 25px 0 25px;
}
#frame {
	width: 695px;
	float: left;
	margin-top: 10px;
	padding: 10px;
	background: #b8d8ec;
	border: 3px solid #bfdfef;
}
#content, #frame {
	overflow: visible !important;
	overflow: hidden; /* die, IE 6, die */
}
#title_frame {
	padding: 20px;
}	
.interieur {
	padding: 20px;
	background-color: #BFDFEF;
}
h2 {
	font: bold 200% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: #2c9fce;
	padding-bottom: .2em;
}
h3 {
	font: bold 140% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: #00589C;
	padding-bottom: .2em;
}
h4 {
	font: bold 200% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: #FFF000;
	padding-bottom: .2em;
}

p, ul {
	text-align: justify;
	padding-bottom: .5em;
	line-height: 130%;
}
li {margin-left: 1.5em;}
#content a:link {
	color: #1AA800;
	font-weight: bold;
}
#content a:visited {
	color: #007E03;
}
#content a:hover, #content a:active, #content a:focus {
	color: #FFFFFF;
}
a:active, a:focus {outline: none;}
code, b, i, strong, em {color: #00589c; font-size: 100%;}

#pressure {
	background-color: #fff5e6;
	float: left;
	width: 230px;
	height: 726px;
	border: 1px solid black;
	text-align: center;
}
#thermometer {
	background-color: #fff5e6;
	float: left;
	width: 215px;
	height: 725px;
	border: 2px solid black;
	padding-left:15px;
	text-align: center;
}
#wind_gauges {
	background-color: #fff5e6;
	float: left;
	width: 205px;
	height: 726px;
	padding: 0px 10px 0px 15px;
	border: 1px solid black;
	text-align: center;
}
form {padding-bottom: 1em;}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.spacer {
	font-size: 90%;
	background-color: #2c9fce;
	color: #FFFFFF;
	padding: .4em;
	letter-spacing: .1em;
}
td {
	font-size: 100%;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	color: #222222;
}

.td_thumbnails {
	padding-top: 0.1em;
	padding-right: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 0.0em;
}

.td_data {
	background-color: #BFDFEF;
}