body {
	margin: 0;
	padding: 0;
	background: url(Images/nav/bg_nav_top.jpg) no-repeat;
}

table#tableNavTop {
	border-collapse: collapse;
	margin-left: 111px;
}

td.top_nav {
	
	background: url(Images/nav/button_top_nav_bg_off.jpg);
	height: 23px;
	width: 196px;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
border: 1px solid #999;
}
td.top_nav a {
font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-transform: uppercase;
	color: #636363;
	text-decoration: none;
border: 1px solid #999;
	width: 100%;
	display: block;
	vertical-align: middle;
	line-height: 21px;
}
td.top_nav:hover {
	background: url(Images/nav/button_top_nav_bg_on.jpg);
}

span.deuxpoints {
	color: #999;
	font-size: 10px;
	margin-right: 3px;
}


#list-menu {

/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
display: inline;
} 


#list-menu li {
margin: 2px 0 0;

float:left;
height: 23px;
} 
#list-menu a {
display: block;
width:190px;
border-top: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
height: 25px;
width: 196px;
vertical-align: middle;
text-align: center;
font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-transform: uppercase;
	color: #636363;
	text-decoration: none;
padding-top: 3px;
} 
#topNavMenu{
	width: 900px;
	border: 0px solid #999;

}

.menuNavTop { 
float: right;
  list-style:none; 
  border-top:#65bb01 solid 0px;

   height:25px; 
  margin:0px; 
  padding:0;
  margin-top: 141px;
  margin-left: 114px;
  }
.menuNavTop li { 
margin-left: 0;
float:left; }

.menuNavTop li a { 
  display:block; 
  text-align:center; 
  margin-top:0px;
  padding-top:4px;
  padding-bottom: 3px;
  
  border-top: 1px solid #999; 
  border-bottom: 1px solid #999; 
  border-right: 1px solid #999;
  cursor:pointer; 
  width: 195px;
 
  background: url(Images/nav/button_top_nav_bg_off.jpg);
  
  font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-transform: uppercase;
	color: #636363;
	text-decoration: none;
  }

.menuNavTop li a:hover { 
   background: url(Images/nav/button_top_nav_bg_on.jpg);
  }
  
.menuNavTop li.current a { 
   background: url(Images/nav/button_top_nav_bg_on.jpg);
  }
.menuNavTop li a.first {
 border-left: 1px solid #999; 
} 

