* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	text-indent: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	background: url(../images/back.jpg) top repeat-x;
	color: #006;
}
p {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 16px;
	margin-top: 10px;
}
a img {
	border: none;
}
address {
	font-weight: bold;
	font-style: normal;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
#contenu address {
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #006;
}
span {
	font-weight: normal;
}
#global {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	margin-top: -30px;
}
/* entete */
#entete {
	height:170px;
	background: url(../images/entete.jpg) left top repeat-x;
	position: relative;
	top: 0px;
	left: 0;
}
	p#entete_lien {
		margin: 0 5px 0 0;
		text-align: right;
	}
#entete_plongee {
	height:170px;
	background: url(../images/entete-plongee.jpg) left top repeat-x;
	position: relative;
	top: 0px;
	left: 0;
}
#entete_croisieres {
	height:170px;
	background: url(../images/entete-croisieres2.jpg) left top repeat-x;
	position: relative;
	top: 0px;
	left: 0;
}
#entete_bateau {
	height:170px;
	background: url(../images/entete-bateau.jpg) left top repeat-x;
	position: relative;
	top: 0px;
	left: 0;
}
#menu {
	width: 100%;
	position: relative;
	top: 0;
	height: 30px;
}
/* contenu */
#contenu {
	width: 740px;
	float: left;
	margin-top: -2px;
	padding: 10px 10px 70px 10px;
	border: solid 2px #006;
	background: #fff;
}
	p#ch_fer {
		margin-top: 0px;
	}
	#padi {
		height: 130px;
	}
	#m_padi {
		padding-top: 60px;
	}
#left {
	clear: left;
}
#bas {
	width: 764px;
	height: 20px;
	position: absolute;
	z-index: 10;
	background: #006;
}
#ch_bas {
	position: relative;
	z-index: 0;
	top: 10px;
}
/*Liens*/
a, #entete_lien a:visited {
	color: #f60;
	font-weight: bold;
	text-decoration : none;
}
a:hover, #entete_lien a:hover {
	color: #fc3;
}
#menu a:hover, #entete_lien a {
	color: #fff;
}
a:visited, #menu a:visited {
	color: #fc3;
}
#back_page a, #back_page a:visited {
	color: #f30;
}
#back_page a:hover {
	color: #00BBBB;
}
#bas a {
	color: #F30;
}
#bas a:hover {
	color: #fff;
}
#bas a:visited {
	color: #fc3;
}
/* Liens externes */
a.externe  {
	padding-right:10px;
	background: url(../images/external.gif) right 6px no-repeat;
}
