/* CSS Document */

body {
	text-align: center;
	font-family: Arial;
	color: #042B23;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #D0E4D8;
}

h2 {
	font-family: Pristina, Arial;
	font-size: 1.6em;
	margin: 20px 0 5px 0;
	padding: 0;
}

a {
	color: #007171;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#header a:hover{
	background-color: #FFFFFF;
}
#content a:hover {
	background-color: #D0E4D8;
}


#page {
	width: 781px;
	margin: 0 auto;
	background-image: url(../../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	padding: 25px 0 0 0;
/*	border: 1px solid red;*/
}

#main {
	background-image: url(../../images/bg_middle.jpg);
	background-repeat: repeat-y;
	padding: 5px 5px 5px 10px;
	margin: 0;
	position: relative;
}

#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #007171;
	margin-top: -3px;
}

#header {
	font-family: Pristina, Arial;
	text-align: center;
	font-weight: bold;
	background-image: url(../../images/bandeau.jpg);
	width: 760px;
	padding-top: 72px;
	background-repeat: no-repeat;
}

#header h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

#header ul {
	margin: 10px 0 0 0;
	color: #007171;
	background-color: #CAE6FB;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#header li {
	display: inline;
	margin-right: 30px;
	padding-right: 4px;
	padding-left: 4px;

}

#content {
	font-size: 1.3em;
	padding: 0 30px 0 20px;
	margin: 10px 0 0 0;
	background-image: url(../../images/logo-escale-caraibe-penche.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#content table {
	margin: 0;
}



#bg-bottom {
	background-image: url(../../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/* ------------- Soucis avec IE -----------------
.fright {
	float: right;
	margin: 0 0 10px 10px;
}
.fleft: {
	float: left;
}*/
.comment {
	font-family: "Courier New", Courier, mono;
}
.extrait {
	background-color: #E0EDE6;
	float: right;
	width: 308px;
	color: #095E4D;
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
	border: 1px solid #095E4D;
	position: relative;
}
.quote {
	font-style: italic;
}
.credits {
	padding: 0 0 30px 0;
	margin: 0;
}
.email {
	color: #3399FF;
}