@charset "utf-8";
/* CSS Document */

#bas_menu {
	width:788px;
	height:32px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

#bas_menu_gauche {

	margin: 0px;
	float: left;
}
ul.topnav {
	list-style: none;
	padding: 0px;
	margin: 0;
	float: left;
	width: 788px;
	height:40px;
	font-size: 10px;
	background: url(images/bg_menu.png) repeat;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding:0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 0;
	height:40px;
	line-height:40px;
	text-align:center;
	width:100px;
	margin:0 12px 0 0;
	font-weight:bold;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-family: verdana;
	font-size: 10px;
	text-transform: capitalize;
}
ul.topnav li a:hover{
	background: url(images/bg_menu_hover.png) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 13px;
	height: 16px;
	margin:12px 0 0 -15px;
	float: left;
	background: url(images/arrow1.png) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 40px;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #CCC;
	background-color: #000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 140px;
	padding-left: 30px;
	text-align:left;
	background-color: #000;
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #666;
	background-image: url(images/arrow2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

/*--Menu onglets--*/

