.transMenu {
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px; 
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
 width: 115px; border: 0px none #FFFFFF ; 
 position:relative ; 
 left:0px; top:0px; 
 z-index:2; 
}
.transMenu  td
{
 padding: 3px 0px 3px 5px  !important;  
 font-size: 11px !important ; 
 font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #FFF !important ; 
} 
#subwrap 
{ 
 text-align: left ; 
}
.transMenu  .item.hover td
{ 
 color: #FFF !important ; 
}
.transMenu .item { 
 height: 18px; text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
.transMenu .background {
 background-color: #B7C0E1 !important ; 
 position:absolute ; 
 left:0px; top:0px; 
 z-index:1; 
 -moz-opacity:0.90; 
 filter:alpha(opacity=85) 
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:3px; width:2px; 
 -moz-opacity:0.85; 
 filter:alpha(opacity=85)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:3px; height:2px; 
 -moz-opacity:0.85; 
 filter:alpha(opacity=85)
}
.transMenu .item.hover {
 background-color: #025482 !important ; 
}
.transMenu .item img { 
 margin-left:10px !important ; 
}

div.deroulant a,
div.deroulant a:visited,
div.deroulant a:link {
 width:85px; 
 height:18px; 
 font-size: 11px !important ; 
 font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
 text-align: center !important ; 
 font-weight: bold !important ; 
 color: #FFF !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
}
div.deroulant td {
 border-bottom: 0px none #FFC819 ; 
 border-top: 0px none #FFC819 ; 
 border-left: 0px none #FFC819 ; 
 background-color: #acc6c5 !important ; 
} 
div.deroulant td.last {
 border-right: 0px none #FFC819 ; 
} 
#trans-active a{
 color: #000 !important ; 
 background-color: #025482 !important ; 
} 
#menu a.hover   { 
 color: #FFFFFF !important ;
 background: #025482 url(../images/menu_survol.png) left top repeat-x ;
/* background-color: #025482 !important ; */
}
#menu span {
 display:none; 
}

#menu {
	width: 689px;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	/*top: 0;
	left: 0;*/
}

#menu li {
	display: block;
	float: left;
	text-align: center;
}

#menu li a {
	background: transparent url(../images/bord_menu.png) right top no-repeat ;
	display: block;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 3px 0 3px;
	color: #FFFFFF;
}

#menu li a:hover {
	background: transparent url(../images/menu_survol.png) left top repeat-x ;
}

#menu li.membres a {
	background: transparent url(../images/menu_survol.png) left top repeat-x ;
	padding: 5px 3px 0 3px;
	
}
#menu li.membres {
	float: right;
	
}
#menu li.membres a:hover {
	background: transparent url(../images/menu_survol2.png) left top repeat-x ;
}