@charset "utf-8";

/* 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 {
        position: absolute; left: -5000px; 
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
#blocTabs { float: left; clear: none;  }

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 22px 0 0 0;
	width: 100px;
}
#container-1 h2 { 
	padding: 3px 0 0 10px; 
	width: 495px; 
	height: 20px; 
	background: #f4f4f4 url(../images/css/bg_h2_webtv.png) left top no-repeat;
	font-size: 14px; 
	text-transform: uppercase; 
	border-bottom: 2px solid #646464; 
	margin-left: -1px;
	margin-bottom:0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.container { position: relative; }
.ui-tabs-nav li.left { position: absolute; left: 0; top: 26px; }
.ui-tabs-nav li.middle { position: absolute; left: 169px; top: 26px; }
.ui-tabs-nav li.liright { position: absolute; left: 338px; top: 26px; }
.blocs.espaceCible .ui-tabs-nav li.left { position: absolute; left: -10px; top: 26px; }
.blocs.espaceCible .ui-tabs-nav li.centre { position: absolute; left: 169px; top: 26px; }
.blocs.espaceCible .ui-tabs-nav li.liright { position: absolute; left: 338px; top: 26px; }
 .ui-tabs-nav a  {
    display: block;
	top: 0;
    background: url(../images/css/bg_ongletTab_Off.jpg) left top no-repeat;
	width: 166px;
	height: 17px;
	text-align: center;
}
 .ui-tabs-nav a span span { background-image: none; }
.ui-tabs-nav a {
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-top: 4px;
	font-size: 10px;
    text-decoration: none;
    /*white-space: nowrap;  required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	position: relative; z-index: 5;
	text-align: center;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 0;
	height: 17px;
    z-index: 2;
	background: url(../images/css/bg_ongletTab_On.jpg) left top no-repeat;
	width: 166px;
}
.ui-tabs-nav .ui-tabs-selected a  {
display: block;
	position: relative; z-index: 50;  
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.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;
	text-decoration: none;
}


.ui-tabs-panel {
	width: 233px; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {

    background: url(loading.gif) no-repeat 0 50%;
}*/

/* 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;
}

#blocTabs { position: relative; z-index: 20; float: left; clear: none; margin: 0 10px 0 0; width: 233px; height: 25.5em;}


#container-1 { float: left; clear: none; width: 502px; /*margin: 0 38px 0 28px;*/ }
.blocs.hp_reseaux #container-1 { float: left; clear: none; margin: 25px 0 0 13px; }
/* blocs tabs */
#blocTabs .container { padding: 0; width: 233px; position: absolute; left: 8px; bottom: 8px}
#blocTabs .container ul.ui-tabs-nav li { width: 27px; margin: 0 1px 0 0; padding: 0; overflow: hidden }

#blocTabs .container ul.ui-tabs-nav a .onglet { padding: 6px 6px 6px 10px }


/* contenu tabs */
.contenuTab { padding: 0 0 0 0; width: 505px; height: 210px; overflow: hidden; background: url(../images/css/bg_blocTabs.jpg) left bottom no-repeat; }
.contenuTab .contenu { width: 497px; float: left; clear: none;margin: 22px 4px 2px 4px; padding-top: 4px !important;}
.contenuTab div.contenu p  { margin: 10px; width: 489px; float: left; clear: none;}
.contenuTab div.contenu .illustration  { margin: 2px 14px ;  float: left; clear: none;}
