
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 22px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 509px;
	list-style:none;
}
ul.tabs li {
	float: left;
	width:100px;
	margin: 0;
	padding: 0;
	height: 21px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 21px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:url(../images/style/h2-bgr.gif) repeat-x right top;
	text-align:center;
	list-style:none;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 0;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
/*	background: #ccc;	*/
	color:#000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	background:url(../images/style/table-jour.gif) repeat-x right top;
	
}

.tabs_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 508px;
	background: #fff;
}
.tab_content {
	padding:20px 0 0 0;
	margin:0px;
}

.tab_intro p{
	margin:0 10px 20px 10px;
	padding:0;
}


/* DIV bateaux aggrandissement thumb	*/
div.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 140px;
	height:90px;
}
div.thumb span {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 140px;
	height:90px;
}
div.thumb span img {
	width: 120px;
	height: 80px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}