.ddsmoothmenu{
	background-position: center center;
	width: 100%;
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
#menu_xskullbox {

}


.ddsmoothmenu ul{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-image: url(../images/sepmenu.png);
	background-repeat: no-repeat;
	background-position: right center;
	visibility: visible;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 40px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.ddsmoothmenu ul li a.selected,  .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFF;
	background-position: right;
	background-color: #0085D5;
}
 .ddsmoothmenu ul li a.active{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #fff;
	background-color: #0085D5;
	text-shadow:none;
}
.ddsmoothmenu ul li a.accueil {
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.ddsmoothmenu ul li a.accueil:hover {
	background-repeat: no-repeat;
	background-position: center center;




	background-color: ;
	background-image: url(../images/h1.png);
}
.ddsmoothmenu ul li.dernier {
	position: relative;
	display: inline;
	float: left;
	background-image:none;
	visibility: visible;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	opacity: 0.96;
	margin: 0;
	background-color: #0099CC;
	padding: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 500;
	width: 220px;
	margin: 0;
	line-height: 25px;
	font-size: 12px;
	text-align: left;
	background: none;
	color: #FFF;
	opacity: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	font-size: 16px;
	text-transform: none;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #FFF;
	background-color: #FC0;
	background-image: none;
}


.ddsmoothmenu ul li ul li .ssr a.selected, .ddsmoothmenu ul li ul li .ssr a:hover {
	color: #FFF;
	padding-left: 21px;
	width: 144px;
	background-color: #09C;
	background-image: none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}



#top_menu {
	font-style: normal;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	background-color: #248BCD;
	float: right;
}


#top_menu ul {
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/etic_bg_menu.gif);
	background-repeat: repeat-x;
}
#top_menu ul li {
	display: inline;
	color: #FC0;
	font-weight: bold;
}
#top_menu ul li a {
	min-height: 20px;
	color: #FFF;
	text-decoration: none;
	float: left;
	font-size: 10px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 23px;
	background-color: #248BCD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0076C0;
	
}
#top_menu ul li a:hover {
	color: #FABA03;
	background-color: #036;
}
.content .nav {
	font-style: italic;
	color: #28873B;
	font-size: 12px;
}
