.transMenu { /* g�naralit� sub-menu */
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px; 
 top:-1000px;
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items { /*Config des sub-menus */
 
 position:relative ; 
 left:0px; top:0px; 
 z-index:2;
width: 130px; 
}
.transMenu  td /* police des sub-menu, non actif */
{
 padding: 0px 0px 0px 0px  !important;  
 font-size: 14px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: normal !important ; 
 color: #FFFFFF !important ;
  border-bottom: 1px solid #FFFFFF ;
  height: 30px;
} 
#subwrap 
{ 
 text-align: left ; 
}
.transMenu  .item.hover td /* couleur police des sub-menu, actif */
{ 
 color: #FFFFFF !important ; 
 font-style: italic;
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
.transMenu .background { /* background des sub-menu, non actif */
background-color: #990000 !important ; 
 position:absolute ; 
 left:0px; top:0px; 
 z-index:1; 
  width: 130px;

}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:-3000px; width:2px; 
 opacity:0.85; 
 filter:alpha(opacity=85)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:-3000px; height:2px; 
 opacity:0.85; 
 filter:alpha(opacity=85)
}
.transMenu .item.hover { /* background des sub-menu, actif */
background-color: #990000 !important ; 
}
.transMenu .item img { 
 margin-left:10px !important ; 
}
table.menu { /* table du menu en g�n�ral */
	 top: 0px; 
	 left: 0px; 
	 position:relative ; 
	 margin:0px !important ; 
	 border: 0px solid #D80026 ; 
	 z-index: 1;
	 height:29px;
}
table.menu a{ /* table de chaque onglet */
 
	 margin:0px !important ; 
	 padding: 0px 0px 0px 0px  !important ; /* menu padding */
	 display:block !important; 
	 position:relative !important ; 
	 padding: 0px 0px 0px 0px;
	 width:130px; 
}

div.menu a,
div.menu a:visited,
div.menu a:link { /* table de chaque onglet sp�cification des polices*/
	 padding: 13px 0px 0px 35px  !important ; /* texte alignement */
	 font-size: 17px !important ; 
	 font-family: Arial, Helvetica, sans-serif !important ; 
	 text-align: left !important ; 
	 font-weight: normal !important ; 
	 color: #990000 !important ; 
	 text-decoration: none !important ; 
	 margin-bottom:0px !important ; 
	 display:block !important; 
	 white-space:nowrap ;
	 border: 0px solid #D80026 ;
	 width:95px;
	 height: 16px;
}
div.menu td { /* table de chaque onglet sp�cification bordures, non-actif*/
	background: URL("../images/transmenu/accueil.gif") 0 0 no-repeat;
	border: 0px solid #990000 ;
} 
div.menu td.last { /* sp�cification bordures dernier onglet */
	border-right: 0px solid #990000 ;
} 
#trans-active a{ /* sp�cification onglet actuellement actif*/
 color: #FFFFFF !important ; 
  background: URL("../images/transmenu/accueil_click.gif") 0 0 no-repeat;
} 
#menu a.hover   { /* sp�cification onglet actif si souris (hover) */
  background: URL("../images/transmenu/accueil_click.gif") 0 0 no-repeat;
 color: #FFFFFF !important ; 

}
#menu span {
 display:none; 
}