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

#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;

}


#cssmenu > ul > li > a {
text-transform:uppercase;
}

#cssmenu {
	height:36px;
	border-bottom: 2px solid #27548c;

/*	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;

	/* Anciens navigateurs */
	background: #2e64a8 url("/img_commun/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#2e64a8),
		to(#27548c)
	);
	background: -webkit-linear-gradient(
		top,
		#2e64a8,
		#27548c
	);
	background: -moz-linear-gradient(
		top,
		#2e64a8,
		#27548c
	);
	background: -o-linear-gradient(
		top,
		#2e64a8,
		#27548c
	);
	background: linear-gradient(
		top,
		#2e64a8,
		#27548c
	);
}
	
	
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	background: #2e64a8 url("/img_commun/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#2e64a8),
		to(#27548c)
	);
	background: -webkit-linear-gradient(
		top,
		#2e64a8,
		#27548c
	);
	background: -moz-linear-gradient(
		top,
		#2e64a8,
		#27548c
	);
	background: -o-linear-gradient(
		top,
		#2e64a8,
		#27548c
	);
	background: linear-gradient(
		top,
		#2e64a8,
		#27548c
	);
	color: #ffffff;
	display: inline-block;
	font-family: Arial, Helvetica,Verdana, sans-serif;
	font-size: 12px;
	line-height: 36px;
	padding: 0 25px;
	text-decoration: none;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu > ul {
	float: left;
    margin-left: 20px;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #2e64a8;
	margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 0px 0 0 0;
	-moz-border-radius: 0px 0 0 0;
	-webkit-border-radius: 0px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
	border-radius: 0 0px 0 0;
	-moz-border-radius: 0 0px 0 0;
	-webkit-border-radius: 0 px 0 0;
}
#cssmenu > ul > li.active > a {
	/* Anciens navigateurs */
	background: #2e64a8 url("/img_commun/gradient-bg2.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#26262c),
		to(#043169)
	);
	background: -webkit-linear-gradient(
		top,
		#26262c,
		#043169
	);
	background: -moz-linear-gradient(
		top,
		#26262c,
		#043169
	);
	background: -o-linear-gradient(
		top,
		#26262c,
		#043169
	);
	background: linear-gradient(
		top,
		#26262c,
		#043169
	);
}
#cssmenu > ul > li:hover > a {
	background: #000000;

	
}
#cssmenu .has-sub {
	z-index: 5;
}
#cssmenu .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
}
#cssmenu .has-sub ul li {
 *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	background: #2e64a8;
	border-bottom: 1px dotted #ececec;
	filter: none;
	font-size: 10px;
	display: block;
	line-height: 120%;
	padding: 10px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
}
#cssmenu .has-sub ul li:hover a {
	background-color:#000000;
	
}
#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #2e64a8;
	border-bottom: 1px dotted #2e64a8;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #043169;
}
