
#fil
{
	margin:10px 0 0px 10px;
	font-size:11px;
}
#fil a
{
	font-size:11px;
	color:#666666;
}
#fil a:hover
{
	color:#cc6611;
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px; /*--Set height of tabs--*/
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	width: 508px;
	background:url(../images/style/table-jour.gif) repeat-x right top;
}
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 #bbbbbb;
	border-left: none;
	border-top: 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:#cc6611;
}
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 #bbbbbb;
	border-top: none;
	clear: both;
	float: left; 
	width: 508px;
	background: #fff;
}
.tab_content {
	padding:20px 0 0 0;
	margin:0px;
}
p.tab_intro{
	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; 
}


/** jQuery Gallery Plugin **/
.gallery{
  margin: 0 5px 5px 10px;
  position: relative;
  overflow: hidden;
  padding: 0px;
  background-color:#F0F0F0;
  border: 1px solid #ddd;
  width:338px;
}
.galleryBar {
  position: absolute;
  left: 0px;
  margin: 0;
  padding: 0 ;
  display:none;
}

.galleryBar li {
  position: relative;
  margin: 0 5px 10px 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
  border: 1px solid #ddd;
}

img.gallery-1pic{
	margin: 0 5px 5px 10px;
	padding:3px;
	border: 1px solid #ddd;
	background-color:#f0f0f0;
}


#gallery-both{
	position:relative;
	margin-bottom:5px;
	width:508px;
}

#circuit-encart-gauche{
	width:158px;
	position:absolute;
	right:0px;
	top: 0;

}
#circuit-encart-gauche p{
	margin: 0 5px 10px 5px;
	padding:0;
}
#circuit-encart-gauche p img{
	margin: 0;
	padding:3px;
	border: 1px solid #ddd;
	background-color:#f0f0f0;
}

table.tableautarif{
	border: 2px solid #cccccc;
	border-collapse: collapse ;
	margin:0 0 15px 25px;
	padding:0;
}
table.tableautarif td, table.tableautarif th {
	border: thin solid #cccccc;
	padding:5px;
	text-align: left;
}

p.tabul{
	margin: 05px 0 15px 25px;
	padding:0;
}

h3.h3itineraire{
	font-size:12px;
  	text-align:left;
	color:#333;
	margin:0px;
	padding:0px;
}
h2.itineraire-jour-right{
	font-size:12px;
  	text-align:right;
	color:#cc6611;
	margin:0px;
	padding:0px;
}
p.itineraire-jour{
	text-align:justify;
	margin: 0 0 5px 0;
	padding: 0 10px 5px 10px;
}

table.itineraire-entete{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height:14px;
	font-weight: 100;	
	border: 0;
	width:100%;
}