


table.etapes {border: 0; padding: 3px;}
table.etapes td {width: 20%; padding: 5px; border: 1px solid #808080; text-align: center;}
table.etapes td.active {border: 2px solid #df7526;}
div.etape {font-size: 2em; font-weight: bolder; color: #df7526;}
div.etape_legende {font-size: 0.8em;}

div#xiti-logo {display:none}

ul.last_topics li a span, ul#last_topics li a:hover span {display: none; text-decoration: none;}
ul.last_topics li a:visited span {display: inline; text-decoration: none;}

p.pub_rm_inter_posts_forum {
  font: bold 1.20em Verdana, Arial, sans-serif; color: #003f88;
  margin: 20px 0 20px 220px;
  background: white;
  text-align: center;
}
p.pub_rm_inter_posts_forum a {
  font: bold 1.20em Verdana, Arial, sans-serif; color: #CC0000;
  text-decoration: underline;
}
p.pub_rm_inter_posts_forum a:hover {
  font: bold 1.20em Verdana, Arial, sans-serif; color: white;
  text-decoration: underline;
  background-color: #CC0000;
}

/* nuage de tags */
ul#nuage_tags {
margin:0;
padding:0;
display:block;
text-align: left;
}
#nuage_tags li {
display:inline;
margin: 0;
padding: 0 20px 0 0;
background-image: none !important;
}
#nuage_tags li.niv1 { font-size: 105%; } #nuage_tags li.niv1 a {color: #0083C7;}
#nuage_tags li.niv2 { font-size: 120%;} #nuage_tags li.niv2 a {color: #005280;}
#nuage_tags li.niv3 { font-size: 130%;} #nuage_tags li.niv3 a {color: #5fa008;}
#nuage_tags li.niv4 { font-size: 140%;} #nuage_tags li.niv4 a {color: #df7526;}
#nuage_tags li.niv5 { font-size: 150%;} #nuage_tags li.niv5 a {color: #cc0000;}
#nuage_tags li.niv6 { font-size: 160%;} #nuage_tags li.niv6 a {color: #336600;}
#nuage_tags li.niv7 { font-size: 170%;} #nuage_tags li.niv7 a {color: #FF0066;}
#nuage_tags li.niv8 { font-size: 180%;} #nuage_tags li.niv8 a {color: #0066FF;}
#nuage_tags li.niv9 { font-size: 190%;} #nuage_tags li.niv9 a {color: #9900CC;}
#nuage_tags li.niv10 { font-size: 200%;} #nuage_tags li.niv10 a {color: #333300;}




/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
  width: 480px;
}
.tabberlive {
 margin-top:1em;
  width: 480px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0!important;
 padding: 3px 0 !important;
 border-bottom: 1px solid #015481;
}

ul.tabbernav li
{
  list-style: none;
  padding: 3px ;
  margin: 0 0 0 5px;
  display: inline;
  background: none !important;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin: 0 0 0 3px;
 border: 1px solid #015481;
 border-bottom: 1px solid white;
 background: #FEF9A8;
 text-decoration: none;
 color: #015481;
 font-weight: bold;
}

ul.tabbernav li a:hover
{
 color: #000;
 background: #EE9932;
 border: 1px solid #0799e6;
 border-bottom: 1px solid white;
}

ul.tabbernav li.tabberactive a
{
 color: white;
 background-color: #EE9932;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: white;
 background: #EE9932;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 margin:0!important;
 padding: 4px 4px 4px 10px !important;
 border:1px solid #015481;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}


