@charset "utf-8";
/* CSS Document */
body{
	background-color : #000000;/*#6b6b6b;*/
	}
	
#menu{text-align : left;
	margin-left: 38px;
	}
	
#footer{text-align : right;
		color : white;
		font-size:small;
}

a{color: white;}

#contenu{
	width: 900px;
	margin: 0 auto;
	}

#s3slider {
   width: 900px; /* important to be same as image width */
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-left:0;
}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0 auto; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 780px;
   background-color: #000;
   opacity: 0.6; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top : 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width:800px;
	height:100px;
	overflow: hidden;
}
.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 800px;
	position: relative;
	}	
.jimgMenu ul li {
	width: 200px;
	float: left;
	display: block;
	overflow: hidden;
}
.jimgMenu ul li a {
	text-indent: -1000px;
	background:#000 repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 100px;
}
.jimgMenu ul li#tropical a {
	background: url(images/menutropical.jpg) repeat scroll 0%; 
}
.jimgMenu ul li#city a {
	background: url(images/menucity.jpg) repeat scroll 0%;
}

.jimgMenu ul li#cars a {
	background: url(images/menucars.jpg) repeat scroll 0%; 
	border-right-style: none;
}