@charset "utf-8";
/* CSS Document */

ul.topnav {
	list-style: none;
	padding: 0 0px;	
	margin: 60px 0 0 0px;
	float: left;
	width: 970px;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0px;	
	padding: 0;
	position: relative; /*--Declare X and Y axis base--*/
	top:-67px;
	width:110px;
	height:25px;
	height:70px;
}
ul.topnav li a {
	padding: 0px 0px 0px 0px;
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
	text-align:center;
	width:120px;
	height:70px;
}
ul.topnav li a:hover{

}
/*--Drop down trigger styles--*/
/*ul.topnav li span { 
position:relative;
	width: 180px;
	height: 100px;
	float: left;
	top:-70px;
	background:url(anim/galet1.gif) 0px 34px no-repeat;
	cursor:pointer;
}*/
ul.topnav li span.m1{ /*--Drop down trigger styles--*/
position:relative;
	width: 180px;
	height: 100px;
	float: left;
	top:-70px;
	background:url(anim/galet1.gif) 0px 34px no-repeat;
	cursor:pointer;
}
ul.topnav li span.m2{ /*--Drop down trigger styles--*/
position:relative;
	width: 180px;
	height: 100px;
	float: left;
	top:-70px;
	background:url(anim/galet2.png) 0px 34px no-repeat;
	cursor:pointer;
}
ul.topnav li span.m3{ /*--Drop down trigger styles--*/
position:relative;
	width: 180px;
	height: 100px;
	float: left;
	top:-70px;
	background:url(anim/galet3.png) 0px 34px no-repeat;
	cursor:pointer;
}
ul.topnav li span.m4{ /*--Drop down trigger styles--*/
position:relative;
	width: 180px;
	height: 100px;
	float: left;
	top:-70px;
	background:url(anim/galet4.png) 0px 34px no-repeat;
	cursor:pointer;
}
ul.topnav li span.m5{ /*--Drop down trigger styles--*/
position:relative;
	width: 180px;
	height: 100px;
	float: left;
	top:-70px;
	background:url(anim/galet5.png) 0px 34px no-repeat;
	cursor:pointer;
}

ul.topnav li span:hover.m1 { /*--Drop down trigger styles--*/
	background:url(anim/anim-galet1.gif) 0px 34px no-repeat;
}
ul.topnav li span:hover.m2 { /*--Drop down trigger styles--*/
	background:url(anim/anim-galet2.gif) 0px 34px no-repeat;
}
ul.topnav li span:hover.m3 { /*--Drop down trigger styles--*/
	background:url(anim/anim-galet3.gif) 0px 34px no-repeat;
}
ul.topnav li span:hover.m4 { /*--Drop down trigger styles--*/
	background:url(anim/anim-galet4.gif) 0px 34px no-repeat;
}
ul.topnav li span:hover.m5 { /*--Drop down trigger styles--*/
	background:url(anim/anim-galet5.gif) 0px 34px no-repeat;
}


ul.topnav li span.subhover {
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;
	display: none;
/*	border:1px #0F0 solid;*/
}
ul.topnav li ul.subnav li{	
	position:relative;
	margin: 0;
	padding:0px 0 0 10px;
	clear: both;
	width: 170px;
	height:25px;
	top:98px;
	right:30px;
	text-align:center;
		font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
}
html ul.topnav li ul.subnav li a {
/*	border:1px #FFF solid;*/
	margin:0 0 0 10px;
	padding:4px 0 0 0;
	width: 170px;
	height:21px;
	top:50px;
	background:url(images/touche.png) 0 0 no-repeat;
	color:#fff;
	color:#461D01;
}
html ul.topnav li ul.subnav li a:hover { 
	background:#aeda28;	background:url(images/toucheb.png) 0 0 no-repeat;