/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
.blocktab{
	background:url(../images/tab/tab-ct-bg-douche.gif) repeat-y;
	width:530px;
	margin:10px auto 10px auto;
}
.tabs {
	width:530px;
	background:url(../images/tab/tab-onglet-bg.gif) top left no-repeat;
}
.menu-tabs{
	width:522px;
	display:block;
	height:30px;
	margin:0px auto 0px auto;
	padding:0px 4px 0px 4px;
	background:url(../images/tab/tab-onglet-fin.gif) right no-repeat;
	font-size:13px;
}
.menu-tabs li{
	float: left;
	margin: 0px 2px 0px 0px;
	list-style: none;
	display:block;
	height:30px;
	line-height:30px;
	background:url(../images/tab/lien-bg.gif) repeat-x;
}
.menu-tabs li a {
	color: #ffffff;
	font-weight: bold;
}
.menu-tabs li a span{
	 display: block;
	 padding: 0px 9px 0px 9px;
	 float:left;
	 height:30px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
}
li.ui-tabs-selected {
    color: #0376a7;
	background: #FFFFFF url(../images/tab/tab-onglet-actif-bg.gif)  no-repeat;
	height:30px;
}
li.ui-tabs-selected a{
	color: #0376a7;
}
li.ui-tabs-selected a span {
	background:url(../images/tab/tab-onglet-actif-fin.gif) right no-repeat;
	height:30px;
}
.tabs-contenu {
	background:url(../images/tab/tab-bas-bg-douche.gif) bottom no-repeat;
	width:500px;
	margin:0px auto 0px auto;
	padding:20px 15px 20px 15px;
	clear:both;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/**SITE JACUZZI**/
.tabs-contenu p{
	font-size:12px;
	color:#535353;
	padding:2px 0px 2px 0px;
}
.tabs-contenu a{
	color:#0376a7;
}
.tabs-contenu a:hover{
	color:#0099FF;
}
.tabs-contenu h2{
	font-size:14px;
	color:#0376a7;
	padding:5px 0px 5px 0px;
}
.tabs-contenu ul{
	padding:0px 0px 0px 10px;
}
.tabs-contenu li{
	padding:1px 0px 1px 10px;
	background:url(../images/global/fleche-liste.gif) 0px 5px no-repeat;
	list-style:none;
}
table.caracteristiques img{
	float:right;
}
table.caracteristiques{
	border-top:#CCCCCC 1px solid;
	width:100%;
	font-size:12px;
	margin:0px 0px 10px 0px;
	float:left; 
}
table.caracteristiques td.detail, table.caracteristiques td.detail a {
	color:#0376a7;
	font-family:"Trebuchet MS";
}
table.caracteristiques tr.ligne1 td{
	background:#FFFFFF;
	border-bottom:#CCCCCC 1px solid;
	padding:5px 5px 5px 5px;
}
table.caracteristiques tr.ligne2 td{
	background:#eeeeee;
	border-bottom:#CCCCCC 1px solid;
	padding:5px 5px 5px 5px;
}
table.caracteristiques tr.ligne1 td td, table.caracteristiques tr.ligne2 td td{
	border-bottom:none;
}
.image-caracteristique{
	float:right;
	margin:0px 0px 10px 0px;
}
.entretien-box{
	padding-bottom:10px;
	width:498px;
	display:block;
	height:122px;
	clear:both;
}
.entretien-box p{
	float:right;
	display:block;
	width:390px;
	padding:0px 0px 0px 0px;
	font-size:11px;
}
.entretien-box img{
	float:left;
	width:100px;
	height:100px;
}
.schemas{
	display:block;
	text-align:center;
}
/****/
table.bien-etre{
	width:100%;
}
table.bien-etre td img{
	margin:0px 5px 5px 0px;
}
table.bien-etre td img.right{
	margin:0px 5px 5px 5px;
}
table.bien-etre table td img{
	margin:0px 0px 0px 0px;
}
table.bien-etre td{
	padding:5px 5px 5px 5px;
	border-bottom:#CCCCCC solid 1px;	
}
table.bien-etre table{
	border:none;
	clear:both;
	width:100%;
}
table.bien-etre table td{
	border:none;
}
table.bien-etre h2{
	font-size:14px;
	color:#0376a7;
	padding:5px 0px 5px 0px;
}
table.bien-etre h2 a{
	color:#0376a7;
}
table.bien-etre h3{
	font-size:12px;
	text-transform:uppercase;
	color:#ad7a1b;
	font-weight:normal;
	padding:4px 0px 2px 0px;
}
table.bien-etre p{
	font-size:12px;
	color:#535353;
	padding:2px 0px 2px 0px;

}
table.bien-etre table p{
	border:none;
}
