.transMenu {

 position:absolute ; 

 overflow:hidden; 

 left:-1000px; 

 top:-1000px; 

}

.transMenu .content {

 position:absolute  ; 

}

.transMenu .items {

 width: 100px;

 border: 0px none #FFFFFF ; 

 position:relative ; 

 left:0px; top:0px; 

 z-index:2; 

}

.transMenu  td

{

 padding: 5px 5px 5px 5px !important;  

 font-size: 12px !important ; 

 font-family: Arial, Helvetica, sans-serif !important ; 

 text-align: left !important ; 

 font-weight: bold !important ; 

 color: #000000 !important ; 

} 

#subwrap 

{ 

text-align: center ;

/* titou ancien text-align: left ; */

}

.transMenu  .item.hover td

{ 

 color: #FFFFFF !important ; 

}

.transMenu .item { 

 text-decoration: none ; 

 cursor:pointer; 

 cursor:hand; 

}

.transMenu .background {

 background-color: #EE5500 !important ; /* titou couleur orange */

 position:absolute ; 

 left:0px; top:0px; 

 z-index:1; 

 -moz-opacity:0.85; 

 filter:alpha(opacity=85) 

}

.transMenu .shadowRight { 

 position:absolute ; 

 z-index:3; 

 top:-3000px; width:2px; 

 -moz-opacity:0.85; 

 filter:alpha(opacity=85)

}

.transMenu .shadowBottom { 

 position:absolute ; 

 z-index:1; 

 left:-3000px; height:2px; 

 -moz-opacity:0.85; 

 filter:alpha(opacity=85)

}

.transMenu .item.hover {

 background-color: #FF6600 !important ; 

}

.transMenu .item img { 

 margin-left:10px !important ;

}

table.menu {

 top: 0px; 

 left: 0px; 

 position:relative ; 

 margin:0px !important ; 

 border: 0px none #FFFFFF ; 

 z-index: 1;

 width: 100%;

 /* width:870px;  titou rajout longueur menu */

 height:17px; /* titou rajout hauteur menu */

}

table.menu a{

 margin:0px !important ; 

 padding: 5px 5px 5px 5px !important ; 

 display:block !important; 

 position:relative !important ; 

}

div.menu a,

div.menu a:visited,

div.menu a:link {

 /* titou annulation width:80px; */ 

 font-size: 12px !important ; 

 font-family: Arial, Helvetica, sans-serif !important ; 

 text-align: center !important ;

 /* titou ancien text-align: left !important ; */

 font-weight: bold !important ; 

 color: #FFFFFF !important ; 

 text-decoration: none !important ; 

 margin-bottom:0px !important ; 

 display:block !important; 

 white-space:nowrap ; 

}

div.menu td {

 border-bottom: 1px none #FFC819 ; 

 border-top: 1px none #FFC819 ; 

 border-left: 1px none #FFC819 ; 

} 

div.menu td.last {

 border-right: 1px none #FFC819 ; 

} 

#trans-active a{

 height: 13px !important ;

/* titou souligne orange item actif */

 border-bottom: 4px solid #E49B2A;

 color: #FFFFFF !important ; 

 /* titou ancien background-color: #33CCFF !important ; */

 background-color: #C1A184 !important ;

} 

#menu a.hover   {

 height: 13px !important ;

/* titou souligne blanc item actif */

 border-bottom: 4px solid #FFFFFF;

 color: #FFFFFF !important ;

 background-color: #C1A184 !important ;

 /* titou ancien background-color: #33CCFF !important ; */

}

#menu span {

 display:none; 

}