@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #40BDF3;
}

#header {
	background-color: #14204C;
	background-image: url(images/header_texture.jpg);
	background-repeat: repeat-x;
	height: 139px;
}

#container {
	width: 100%;
}

#left {
	float: left;
	width: 320px;
}

#right {
	float: right;
	width: 232px;
	text-align: right;
	min-height: 200px;
}

#corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 360px;
	margin-right: 280px;
}

#palm {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.odd {
	background-color: #0083CA;
	border-left: thin;
	border-left: #0083CA;
	border-left-style: solid;
}

.evenLeft {
	border-left: thin;
	border-left: #0083CA;
	border-left-style: solid;
}

.evenRight {
	border-right: thin;
	border-right: #0083CA;
	border-right-style: solid;
}

.gallery {
	display: block;
	padding: 0;
	padding-right: 100px;
}

.thumbnail {
	font: 0.7em verdana;
	float: left;
	width: 100px;
	margin: 0 10px 15px 0;
	padding: 5px;
}

.clearboth {
	clear: both;
}

.line {
	background-image: url(images/sep.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}