#topnav {
	position:absolute;
	left: 50%;
	margin-left: -393px;
	top: 376px;
	z-index: 99;
}

ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	height: 35px;
	background: url(../img/topnav_bg.png) repeat-x;
}
ul.topnav li {
	padding-left: 20px;
	float: left;
	margin: 0;
	width: 128px;
	height: 31px;
	line-height: 31px;
	border-left: 1px solid #fff;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

div.topnav_ombre_gauche { background: url(../img/topnav_ombre_gauche.png) no-repeat; height: 35px; width: 4px; float: left; }
div.topnav_ombre_droit { background: url(../img/topnav_ombre_droit.png) no-repeat; height: 35px; width: 5px; float: left; }

ul.topnav li a{
	color: #fff;
	letter-spacing: 1px;
	display: block;
	width: 128px;
	height: 31px;
	text-decoration: none;
	float: left;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -1px; top: 31px;
	background-color: #c2c2c2;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 149px;
	border-right: 1px solid #fff;
	z-index: 1;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #fff; /*--Create bevel effect--*/
	clear: both;
	width: 149px;
	height: 25px;
	line-height: 25px;
}

ul.topnav li ul.subnav li.long, ul.topnav li ul.subnav li.long a {
	line-height: 18px;
	height: 35px;
}

html ul.topnav li ul.subnav li a {
	padding-left: 10px;
	float: left;
	width: 139px;
	letter-spacing: inherit;
	font-size: 10px;
	height: 25px;
	
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #555;
}
