/* Onglets
**********************************************/
#onglets {
padding-top:10px;
}
#onglets ul {
margin:0;
padding:0;
list-style: none;
font-size:1.3em;
}
.ui-tabs-hide {
display: none !important;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
display: block;
clear: both;
content: " ";
}
.ui-tabs-nav li {
float: left;
margin-right:4px;
padding: 0 0 2px 4px;
border-top: 1px dotted #FF3366;
border-right: 1px dotted #FF3366;
}
.ui-tabs-nav li.ui-state-default {
border-left: 1px dotted #FF3366;
background-color:#C4BF8B;
}
.ui-tabs-nav li.ui-tabs-selected {
margin-bottom:-1px;
border-left: 1px dotted #FF3366;
border-bottom: 1px solid #EEEED2;
background-color:#EEEED2;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
float: left; /* fixes dir=ltr problem and other quirks IE */
padding: 0 12px 0 4px;
font-size:0.875em;
}
.ui-tabs-nav a {
margin: 5px 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
padding-left: 0;
background-position: 100% 0;
text-decoration: none;
white-space: nowrap; /* @ IE 6 */
outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a span {
padding: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;
}
.ui-tabs-panel {
padding: 10px;
border: 1px dotted #FF3366;
/*background: #fff;  declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
padding: 0 0 0 20px;
background: url(../images/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  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
display: inline-block;
}
/* Accordéon
************************************************************************************************/
.accordeon a, .accordeon span {
display: block;
text-decoration: none;
}
.accordeon .titre a, .accordeon .titre span {
padding-left:4px;
font-size:0.75em;
color:#283C48;
background: #C4BF8B;
border-bottom: 1px solid #8F8C6B;
}
.accordeon .contenu{
margin: 0;
padding: 15px 10px;
border-left: 1px dotted #8F8C6B;
border-right: 1px dotted #8F8C6B;
border-bottom: 1px solid #8F8C6B;
}
.accordeon .contenu a{
font-size:1em;
color: #0F516A;
background:none;
border:none;
}
div#onglets h2{
margin:4px 0 4px 0;
padding:0;
border:none;
background:none;
}
div#onglets ul.liste{
padding-left:20px;
font-size:1.2em;
}
div#onglets ul.liste li{
list-style:circle;
line-height:1.2;
}
div#onglets dt{
margin:6px 0 4px 0;
font-size:0.89em;
color:#FF3366;
}
.accordeon .contenu table{
font-size:0.7em;
border-right:1px dotted #8F8C6B;
border-bottom:1px dotted #8F8C6B;
}
.accordeon .contenu td{
height:4em;
}
.accordeon .contenu .td1, .accordeon .contenu .td2, .accordeon .contenu .td3{
line-height:1.2;
border-top:1px dotted #8F8C6B;
}
.accordeon .contenu .td1{
width:60%;
text-align:right;
padding-right:4px;
font-weight:bold;
border-left:1px dotted #8F8C6B;
}
.accordeon .contenu .td2, .accordeon .contenu .td3{
width:20%;
text-align:center;
border-top:1px dotted #8F8C6B;
border-left:1px dotted #8F8C6B;
}
.td11, .td12, .td13 {
padding-left:3px;
font-size:0.75em;
border-top:1px dotted #8F8C6B;
border-left:1px dotted #8F8C6B;
}
.td11 {
width:25%;
}
.td12 {
width:55%;
}
.td13 {
width:20%;
border-right:1px dotted #8F8C6B;
}
.td11 p {
text-align:right;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:green;
}
#TB_window a:link {color: #5870B6;}
#TB_window a:visited {color: #5870B6;}
#TB_window a:hover {color: #5870B6;}
#TB_window a:active {color: #5870B6;}
#TB_window a:focus{color: #5870B6;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#877C63;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #598FB3;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight:bold;
}
#TB_title{
	background-color:#598FB3;
	color:#FFF;
	height:30px;
}
#TB_ajaxContent{
	clear:both;
	padding:15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	background-color:#F3F0ED;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent ul{
	margin-left: 15px;
}
#TB_ajaxContent p, #TB_ajaxContent li{
	color: #003366;
}
#TB_ajaxContent p{
	padding:5px 0;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
