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

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px; /* espace gauche 1er onglet, longueur du trait */
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    /*padding-bottom: 10px;*/
    margin: 0 0 0 2px; /* espace entre les onglets */
    min-width: 84px; /* be nice to Opera */
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 15px; /* délimite la largeur du bord droit de l'onglet */
    background: url(tab.gif) no-repeat;
    text-decoration: none;
}

.ui-tabs-nav a {/* position: relative makes opacity fail for disabled tab in IE */
    margin: 2px 0 0; /* Hauteur globale de l'onglet actif */
    padding-left: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 3px;
    z-index: 2;
    margin-top: 0;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    color: #27537a;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding-top: 8px; /* espace au-dessus des titres */
    padding-right: 0;
    padding-bottom: 0px !important;
    padding-bottom: 5px ;
    font-family: Helvetica, Arial, sans-serif;
    color: #27537a;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 0px !important;
    padding-bottom: 5px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -151px; /* hauteur bord droit onglet actif */
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px; /* hauteur bord droit onglet non-actif */
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -51px;
}
.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-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    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(loader3.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;
}

/*.ui-tabs-nav {
	background: url('tab-annu.png') repeat-x;
	background-position: 8px 2px;
}*/
.ui-tabs-nav a.nav_top {
    display: block;
	background: url('') no-repeat;
	font:120% Verdana;
}

.ui-tabs-nav a.nav_top span {
	font:110% Verdana;
    background: url('tab-annu2.png') top left no-repeat;
    padding-top: 3px;
    height: 35px;
    padding-right: 15px;
}

.ui-tabs-selected a.nav_top span, a.nav_top:hover span, a.nav_top:focus span, a.nav_top:active span {
	font:120% Verdana;
    color: #c05151;
}

div#menu_top {
	float:left;
	margin:5px 0 0 0;
	padding:0;
	width:900px;
}

.menu-li {
	float:left;
	margin:5px 0;
	padding:0 0 0 0;
	width:180px;
	height:50px;
	background: url(tab-annu2.png) no-repeat;
	background-position: 10px 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	z-index:200;
}
li#nav_articles:hover, #nav_forums:hover, #nav_schemas:hover, #nav_sondages:hover, #nav_annuaires:hover, #nav_outils:hover {
	background: url(tab-annu3.png) no-repeat;
	background-position: 10px 10px;
}

#menu-ul {
	margin:0;
	padding:0;
}

#menu-ul a,#menu-ul span.nolink {
	font-weight:bold;
    color: #c05151;
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    text-decoration:none;
    padding:0 10px 0 0;
}

ul.snav_li {
	padding-left:5px;
	margin:0;
	list-style-image: URL(1.png); 
	list-style-type:none;
	list-style-position: inside;
	line-height:16px;
}

ul.snav_li li {
	margin-bottom:10px;
}

ul.snav_li span {
	font-weight:normal;
    color: #366bae;
    font-family: Arial, sans-serif;
    font-size: 1em;
    padding-left:5px !important;
    padding-left:15px;
}

div.sub {
	position:absolute;
	border-style:solid;
	border-width:1px 1px 1px;
	margin-top:10px !important;
	margin-top:45px;
	padding:10px 10px 10px 5px;
	width:250px;
	background:#acd5d2 none repeat scroll 0 0;
	border-color:#366bae;
	z-index:100;
}

div#snav_articles {
	left:11px;
}
div#snav_forums {
	left:371px;
}
div#snav_schemas {
	left:191px;
}
div#snav_outils {
	left:551px;
}
div#snav_sondages {
	left:731px;
}
/*div#snav_annuaires {
	left:731px;
}*/


div#menutop .ui-tabs-panel {
    float:right;
    text-align:left;
    width:470px;
    border-top: 0;
    padding: 0;
    background: none;
}

div#menutop div.nav_top_left {
	width:18px;
	height:62px;
	background: url(menu_top_left.png) no-repeat;
	float:left;
}
div#menutop div.nav_top_right {
	width:18px;
	height:62px;
	background: url(menu_top_right.png) no-repeat;
	float:right;
}
div#menutop div.nav_top_centre {
	height:62px;
	background: url(menu_top_centre.png) repeat-x;
	margin:0 18px 0 12px;
	padding-top:8px;
}
div#menutop div.nav_top_centre_left {
	height:62px;
	padding:8px 15px 10px 15px;
	text-align:center;
}

div#menutop div.nav_top_centre_left a, div#menutop div.nav_top_centre_left a:hover, div#menutop div.nav_top_centre_left a:active {
	font-weight:bold;
    color: #c05151;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    margin:0 15px;
}
.nav-top_icon {
	margin:-15px 0 0 -30px;
	padding-top : 15px;
	padding-left : 35px;
}
#nav-ico_navigation {
	background: url('edit-redo.png') top left no-repeat;
}
#nav-ico_articles {
	background: url('news.png') top left no-repeat;
}
#nav-ico_forums {
	background: url('forum.png') top left no-repeat;
}
#nav-ico_schemas {
	background: url('schema.png') top left no-repeat;
}
#nav-ico_sondages {
	background: url('sondage.png') top left no-repeat;
}
#nav-ico_outils {
	background: url('outils.png') top left no-repeat;
}
/*#nav-ico_annuaires {
	background: url('annuaire.png') top left no-repeat;
}*/
#nav-ico_recherche {
	background: url('loupe.png') top left no-repeat;
}