ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background-color: #FFC080;
	font-family: Verdana, Arial;
    font-size: 11pt;
	cursor: pointer;
	color:white;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a{
	padding: 5px 5px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover, ul.topnav li a.subhover{
	background: #6ACE36; /*url(topnav_hover.gif) no-repeat center top;*/
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 25px;
	float: left;
	background: url(images/topnav_btn.png) no-repeat center bottom;
}
ul.topnav li span.subhover {
	background: url(images/topnav_btn.png) no-repeat center bottom;
	background-position: center bottom; 
	cursor: pointer;
} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
    font-size: 10pt;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 26px;
	background: #B0C4DE;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	z-index: 999;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* pour un menu q droite qvec une boite genre inscription identifier pqr un div*/
ul.topnav li.topnavright {
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

li.topnavright div span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 25px;
	float: left;
	background: url(images/topnav_btn.png) no-repeat center bottom;
}
li.topnavright div span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.topnav li div.subnavboxright {
	list-style: none;
	font-size: 10pt;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	right: 0; top: 26px;
	background: #B0C4DE;
	margin: 0; padding: 15px;
	display: none;
	float: left;
	font-family: Verdana, Arial;
    font-size: 10pt;
	color: #FFFFFF;	
	z-index: 999;
	border-top: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
/*fin*/
ul.topnav li ul.subnav li{
	margin: 0; 
	padding:0;
	border-top: 1px solid #C0C0C0; /*--Create bevel effect--*/
	border-bottom: 1px solid #CCCCCC; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
ul.topnav li ul.subnav li.subnavtitle{
	margin: 0; 
	padding:5px;
	border-top: 1px solid #C0C0C0; /*--Create bevel effect--*/
	border-bottom: 1px solid #CCCCCC; /*--Create bevel effect--*/
	clear: both;
	width: 160px;
	font-weight: bold;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 170px;
	background: #B0C4DE url(images/subnav_btn.png) no-repeat 5px center;
	padding-left: 20px;
}
/*ici firefox et les autres peuvent voir ce css et pas internet explorer car pas active <meta http-equiv="X-UA-Compatible" content="IE=9" />*/
html>body ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #B0C4DE url(images/subnav_btn.png) no-repeat 5px center;
	padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #6ACE36 url(images/subnav_btn.png) no-repeat 5px center;
}

