body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}
#cont{position:absolute;top:0;left:0;z-index:70;overflow:auto}
#map_canvas{position:absolute;top:0;left:0;height:100%;width:100%;z-index:4;overflow:hidden}
#bateau {
position:absolute; 
margin-top:20px; 
margin-left:200px; 
padding-top:5px; 
padding-bottom:5px; 
padding-left:5px; 
padding-right:5px;
top:5%;
left:0px; 
width:850px; 
border:#000; 
border-style:dashed; 
border-width: thin; 
background-image:url(blanc70.png); 
background-repeat:repeat;  
z-index:71;
overflow:auto;
overflow-y:auto; 
overflow-x:hidden;
height:80%;
	}
#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body au dessus the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
/*	background: url('../images/raster.png');  this is just a fancy raster, you can remove it; I kinda like it though */
	top: 0px;
}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/
#header
{ 
	position:absolute;
	background-color:#F00;
	height:40px;
	top:0;
	z-index:100;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:24px;
}

#header-content { 
    position: absolute; 
    bottom: 0;
	width:100%;
}
#header-content a{
	color:#FFF;
	text-decoration:none;
}
#header-content a:hover{
	color:#FFF;
	text-decoration:none;
}
#Bas {
	width:100%;
	background-image:url(../images/70pBlanc.png);
	position:absolute;
	bottom: 10px;
	padding:10px 0;
	height:40px;
	z-index:72;
}

#Bas a {
	color:#fff;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	}

#Bas a:hover {
	background:#FFF;
	color:#000;
	}
#bandegal{
	position:absolute;
	bottom:9px;
	left:330px;
	z-index:82;
	width:100%;
	line-height:14px;
	color:#960;
	font-size:24px;
	text-align:right;
}
#bandegal img{
	float:left;
	margin-left:5px;
	border-color:#FFF;
	border-style:solid;
	border-width:thin;
	}
#bandegal img:hover{
	border-color:#000;
	}	
#LogoBasDroit{
	position:absolute;
	right:20px;
	width: 186px;
	height: 60px;
	bottom:10px;
	z-index:85;
	}
#bandeinf{
	position:absolute;
	bottom:0px;
	right:30px;
	z-index:82;
	width:350px;U
	color:#960;
	font-size:14px;
	text-align:right;
	margin-bottom:0px;}
.left{
	right:200px;
	text-align:right;
	margin-right:210px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	}
#left{
	right:200px;
	text-align:right;
	margin-right:210px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	}
#left h1{
	font-size:24px;
	bottom:10px;
	
}
#vlightbox{
	width:100%;
	position:absolute;
	bottom: 10px;
	padding:20px 0;
	height:40px;
	z-index:73;
	left:0px;
	}

#vlightbox img{
	float:left;
	margin-left:5px;
	border-color:#FFF;
	border-style:solid;
	border-width:thin;
	}
#vlightbox img:hover{
	border-color:#000;
	}
.specs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#vslide a{
	text-decoration:none;}
	
.basic  {width: 700px;
	position:absolute;
	top:10%;
	right:50%;
	margin-right:-330px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	
	background-image:url(../images/70pBlanc.png);
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}
@media print {
	.basic div {
		display: block!important;
		height: auto!important
	}
}
.itemBody{
	float:left;
	width:120px;
}		
.lineItem{
	border-bottom:1px #BBD7EE solid;	
	margin-top:15px;
	padding-bottom:2px;
}

.subHeader{
	float:left;
	width:450px;
	font-weight:bold;
	color:#5E8EB6;
}
#Bouton{
	position:absolute;
	bottom:40px;
	right:280px;
	color:#F00;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	padding:2px;
	padding-right:8px;
	z-index:80;
	}
#Bouton a{
	text-decoration:none;
	color:#F00;
	}
#Bouton a:hover{
	text-decoration:none;
	color:#F00;
	}
#tel{
	color:#666;
	position:absolute;
	bottom:70px;
	left:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding:5px;
	}
