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

#content #container #contact p.clear input.hide{
	display:none;
}

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

/* Skin */
#tabs, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}


#tabs {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0 0 0 4px;
}
#tabs:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#content #container #contact #tabs li {
    float: left;
    margin: 0 0 0 6px;
	background:none;
	padding:0;
	width:auto;
	min-height:0;
    min-width: 75px; /* be nice to Opera */
}
#tabs a, #tabs a span {
    display: block;
    padding: 0 5px;
}
#tabs a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding: 2px 5px;
    color: #818181;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
	background:#fff url(images/interne/degrade-onglet.jpg) left top repeat-x;
	border:1px solid #709CBB;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
#tabs .selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #005699;
	border-bottom:1px solid #FFFFFF;
	background:#fff;	
}

#content #container #contact p.clear a.reset{
	text-align:center;	
	display:block;
	margin:5px 0 15px 0;
}

#content #container #contact ul{
	margin:0 0 0 5px;
}

#content #container #contact p.clear button.filter {
	height:31px;
	width:75px;
	background:url(images/interne/filtrer.gif);
	margin:0 auto;
	display:block;
	float:none;
	border:none;
	text-indent:-5000px;
}

#tabs a span {
    width: 50px; /* IE 6 treats width as min-width */
    min-width: 50px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>#tabs a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#tabs.selected a span {
    padding-bottom: 1px;
}
#tabs .ui-tabs-selected a, #tabs a:hover, #tabs a:focus, #tabs a:active {
}
#tabs a, #tabs .ui-tabs-disabled a:hover, #tabs .ui-tabs-disabled a:focus, #tabs .ui-tabs-disabled a:active {
}
#tabs .ui-tabs-selected a span, #tabs a:hover span, #tabs a:focus span, #tabs a:active span {
}
#tabs a span, #tabs .ui-tabs-disabled a:hover span, #tabs .ui-tabs-disabled a:focus span, #tabs .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
#tabs .ui-tabs-selected a:link, #tabs .ui-tabs-selected a:visited, #tabs .ui-tabs-disabled a:link, #tabs .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#tabs a:hover, #tabs a:focus, #tabs a:active,
#tabs .ui-tabs-unselect a:hover, #tabs .ui-tabs-unselect a:focus, #tabs .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);
}
.liste {
    border-top: 1px solid #709CBB;
	border-bottom: 1px solid #709CBB;
    padding: 1em 8px 10px 8px;
	margin:-1px 0 25px 0;
    background: none; /* declare background color for container to avoid distorted fonts in IE while fading */
}

*+html .liste{
	margin:-10px 0 25px 0;
}

* html .liste{
	margin:-10px 0 25px 0;
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html #tabs { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #tabs  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

#container #tableau form p.help{
	margin:15px auto;
	font-size:12px;
	font-style:italic;
}

