@charset "utf-8";
/* CSS Document */

body {
	font: 9pt Arial, Tahoma, "Trebuchet MS";
	background: #315FA2 url(../images/bg-body.png) repeat-x top;
	margin: 0px;
	padding: 0px 0px 20px;
}
#content {
	margin: 0px auto 0px;
	background: #499AF9;
	width: 975px;
	height: auto;
	padding: 0px 0px 10px;
}
a img { border: none; }
img.round-border { float: left; }
.texte-gras { font-weight: bold; }
div.clearer { clear: both; }
img.round-lf {
	position: absolute;
	left: 0px;
	top: 0px;
}
img.round-rt {
	position: absolute;
	right: 0px;
	top: 0px;
}
img.round-lf-bot {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
img.round-rt-bot {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
img.round-bord-lf {
	position: absolute;
	left: -1px;
	top: -1px;
}
img.round-bord-rt {
	position: absolute;
	right: -1px;
	top: -1px;
}
img.round-bord-lf-bot {
	position: absolute;
	left: -1px;
	bottom: -1px;
}
img.round-bord-rt-bot {
	position: absolute;
	right: -1px;
	bottom: -1px;
}
#content .main-body {
	margin: 10px auto 0px;
	width: 965px;
}
.body-rt .zone-galerie {
	width: 480px;
	height: 240px;
	position: relative;
	background: #03348D;
	float: left;
}
.zone-galerie .header-galerie {
	background: url(../images/bg-header-galerie.png) repeat-x top;
	height: 25px;
	width: 480px;
}
.header-galerie a.gal-btn-prev {
	position: absolute;
	top: 5px;
	right: 35px;
	background: url(../images/btn-prev.png) no-repeat center top;
	height: 16px;
	width: 23px;
}
.header-galerie a.gal-btn-prev:hover {
	background: url(../images/btn-prev-hover.png) no-repeat center top;
}
.header-galerie a.gal-btn-next {
	position: absolute;
	top: 5px;
	right: 7px;
	background: url(../images/btn-next.png) no-repeat center top;
	height: 16px;
	width: 23px;
}
.header-galerie a.gal-btn-next:hover {
	background: url(../images/btn-next-hover.png) no-repeat center top;
}
.zone-galerie .galerie-body {
	height: 198px;
	width: 470px;
	padding: 5px;
}
.galerie-body .galerie-slide {
	height: 200px;
	width: 470px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: #164499;
}
.galerie-slide .galerie-slide-wrapper {
	width: 470px;
	position: absolute;
	left: 0px;
	height: 182px;
	top: 9px;
}
.galerie-slide-wrapper .galerie-caroussel {
	height: 91px;
	width: 470px;
	overflow: hidden;
	position: relative;
	margin:0px 0px 0px 10px;
}
.galerie-caroussel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
 
}
.galerie-caroussel li { 
	float: left; 
 
	width:110px;
	height:85px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
 
	}
.galerie-caroussel img {
 
}
.galerie-slide img[src="../images/img-spiral.png"] {
	position: absolute;
	left: 160px;
	top: -20px;
}
.body-rt .zone-galerie-lagon {
	width: 480px;	
	background: #022460 url(../images/ico-lagon.png) no-repeat 10px 10px;
	height: 170px;
	position: relative;
	margin: 10px 0px 0px;
	float: left;
}
.zone-galerie-lagon .header-lagon-galerie {
	width: 400px;
	float: right;
	height: 75px;
	position: relative;
}
.header-lagon-galerie img[src="../images/logo-lagon.png"] {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.header-lagon-galerie a.lagon-btn-prev {
	background: url(../images/btn-prev.png) no-repeat center top;
	display: block;
	height: 16px;
	width: 23px;
	position: absolute;
	right: 33px;
	bottom: 10px;
}
.header-lagon-galerie a.lagon-btn-prev:hover {
	background: url(../images/btn-prev-hover.png) no-repeat center top;
}
.header-lagon-galerie a.lagon-btn-next {
	background: url(../images/btn-next.png) no-repeat center top;
	display: block;
	height: 16px;
	width: 23px;
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.header-lagon-galerie a.lagon-btn-next:hover {
	background: url(../images/btn-next-hover.png) no-repeat center top;
}
.zone-galerie-lagon .lagon-slide {
	height: 86px;
	width: 460px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.lagon-slide .caroussel-lagon {
	height: 86px;
	width: 460px;
	overflow: hidden;
	position: relative;
}
.caroussel-lagon ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.caroussel-lagon li { float: left; }
.caroussel-lagon img { margin: 3px; }
.zone-galerie-lagon img[src="../images/img-spiral.png"] {
	position: absolute;
	top: -19px;
	left: 160px;
}
/***/
.body-lf .zone-maree {
	height: 266px;
	width: 302px;
	background: #3678CD url(../images/bg-maree-body.png) repeat-y right;
	position: relative;
	margin: 10px 0px 0px;
}
.zone-maree .header-maree {
	background: url(../images/bg-header-maree.png) repeat-x top;
	height: 34px;
	width: 302px;
}
.header-maree h1 {
	font-weight: normal;
	font-size: 14pt;
	margin: 0px;
	color: #FFFFFF;
	padding: 5px 0px 0px 15px;
}
img[src="../images/ico-maree.png"]	{ 
	position: absolute;
	top: -5px;
	right: -5px;
}
.zone-maree .horaire-top {
	width: 300px;
	height: 25px;
}
.horaire-top .label-content {
	height: 45px;
	width: 80px;
	float: left;
	background-color:#00FF33;
}
.horaire-top table { float: left; 	margin-left:18px;

}
.maree-body table td {
	height: 21px;
	background:transparent;
	padding-left: 5px;
}
.zone-maree .table-title {
	width: 220px;
	float: right;
	height: 25px;
	margin: 5px 0px 0px;
}
.table-title h2 {
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0px 0px 0px 15px;
	float: left;
	background: url(../images/btn-maree.png);
	display: block;
	height: 22px;
	width: 90px;
	text-align: center;
	padding: 3px 0px 0px;
}
.zone-maree .maree-body {
	height: 173px;
	width: 300px;
	margin: 15px auto 0px;
	background: #4A86D2 url(../images/bg-horaire-maree-body.png) repeat-y right;
	padding: 4px 0px 2px;
}
.maree-body .horaire-bot {
	width: 300px;
	clear: right;
	height: 161px;
	padding:0px;
	margin:0px;
}
.horaire-bot .label-content-bot {
	float: left;
	height: 75px;
	width: 80px;
}
.label-content-bot p, .label-content p {
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 0px 4px 5px;
}
.zone-maree img[src="../images/ombre-maree.png"] {
	position: absolute;
	right: 0px;
	bottom: -6px;
}
/***/
.main-body .body-lf {
	float: left;
	width: 302px;
}
.body-lf .zoom-st-gilles {
	background: #FFFFFF url(../images/bg-st-gilles.png) repeat-x top;
	height: 208px;
	width: 290px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	position: relative;
}
.zoom-st-gilles h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px;
}
.zoom-st-gilles h1 span {
	color: #669FE6;
}
.zoom-st-gilles h1 + img {
	position: absolute;
	left: 10px;
	top: 0px;
}
.zoom-st-gilles .st-gilles-caroussel {
	height: 90px;
	width: 190px;
	position: absolute;
	left: 55px;
	top: 40px;
}
.st-gilles-caroussel a.zoom-st-gilles-btn-prev {
	background: url(../images/btn-prev-st-gilles.png) no-repeat center center;
}
.st-gilles-caroussel a.zoom-st-gilles-btn-next {
	background: url(../images/btn-next-st-gilles.png) no-repeat center center;
}
.st-gilles-caroussel > a {
	display: block;
	height: 90px;
	width: 25px;
	float: left;
}
.st-gilles-caroussel .st-gilles-caroussel-body {
	float: left;
	height: 90px;
	width: 140px;
	overflow: hidden;
	position: relative;
}
.st-gilles-caroussel-body ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.st-gilles-caroussel-body li {
	float: left;
}
.zoom-st-gilles p {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 290px;
	left: 5px;
	bottom: 5px;
	text-align:justify;
}
.zoom-st-gilles p a {
	color: #000000;
	text-decoration: none;
}
.zoom-st-gilles p a:hover {
	border-bottom: dotted 1px #000000;
}
.body-lf .webcam-plage {
	height: 273px;
	width: 300px;
	background: #F0F7FE url(../images/bg-st-gilles.png) repeat-x top;
	margin: 10px 0px 0px;
	border: 1px solid #FFFFFF;
	position: relative;
}
.webcam-plage h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
.webcam-plage h1 span {
	color: #669FE6;
}
.webcam-plage h1 + img {
	position: absolute;
	top: -5px;
	right: 10px;
}
.main-body .body-rt {
	margin: 0px 0px 0px 10px;
	float: left;
	width: 480px;
}
.body-rt .meteo-plage {
	height: 220px;
	width: 470px;
	margin: 23px 0px 0px;
	position: relative;
	background: #3678CD url(../images/bg-meteo.png) repeat-y right;
	padding: 5px;
	float: left;
}
.meteo-plage h1 {
	font-size: 16pt;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: normal;
}
.meteo-plage .meteo-plage-table {
	width: 460px;
	background: #306EC3 url(../images/bg-meteo-plage-table.png) repeat-y right;
	padding: 5px;
}
.meteo-plage-table table td {
	border-top: 1px solid #4596F9;
	border-right: 1px solid #4596F9;
	padding: 0px 0px;
}
.meteo-plage-table th {
	padding: 4px 0px;
	border-right: 1px solid #4596F9;
}
.meteo-plage-table table {
	border-top: 1px solid #4596F9;
	border-bottom: 1px solid #4596F9;
	border-left: 1px solid #4596F9;
	text-align: center;
	color: #FFFFFF;
}
.body-rt .venir-reunion {
	width: 460px;
	margin: 20px 0px 0px;
	height: 60px;
	background: #FFFFFF;
	position: relative;
	padding: 10px;
	float: left;
}
.venir-reunion h1 {
	font-size: 16pt;
	color: #306EC3;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	font-weight: normal;
}
.venir-reunion img.ico-venir-reunion {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 5;
}
.venir-reunion img.logo-venir-reunion {
	position: absolute;
	left: 155px;
	bottom: 0px;
}
.venir-reunion img.map-reunion {
	position: absolute;
	top: 15px;
	right: 10px;
}
.venir-reunion > div {
	background: url(../images/bg-venir-reunion-body.png) repeat-y right;
	height: 60px;
	width: 460px;
}
.venir-reunion img.ombre-venir-reunion {
	position: absolute;
	left: 0px;
	bottom: -10px;
}
#content .publicite {
	float: right;
	width: 160px;
	position: relative;
	margin: 0px 5px 0px 0px;
}
.publicite > h1 {
	font-size: 9pt;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
}
a img.galerie-photo {
	border:none;

}
.aquarun{

	color:#FFF;
	font-weight:bold;
	font-size:18px;
	float:left;
	position:absolute;
	top:2px;
	left:20px;
}
.aquarum{

	color:#FFF;
	font-weight:bold;
	font-size:24px;
	float:left;
	position:absolute;
	top:28px;
	left:30px;
	 
}
#listeplage{
	margin-left:50px;
}
#iframeplage{
	margin:0px 0px 0px 7px	;
	padding:0px;
	width:286px;
	height:150px;
	overflow:hidden;
	
}
.voyage-reunitoo  {
	border:none;
	margin:5px 0px 0px;
	
}