@charset "utf-8";
.rea{
	width:200px;
}
.ddsmoothmenu{
	width: 960px;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	margin:0;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 100;
	font-family: Verdana;
	font-size: 12px;
	height: 20px;
	z-index: 100;

}

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

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin-left: 20px;*/
}
.tiret{
	background-position: right center;
	background-repeat: no-repeat;
	/*padding-right: 8px;*/
	background-image: url(../design/tiret_liste.jpg);
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: #ffffff;
	text-decoration: none;
	height: 11px;
	padding-top: 6px;
	padding-bottom:10px;
	padding-right: 15px;
	padding-left: 10px;
	text-transform: uppercase;
	background-image: none;
	margin: 0px;
}

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

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	/*color: #ffffff;*/
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*color: #FFFFFF;
	background-color: none;*/
}

.ddsmoothmenu ul li a:hover{
	color: #46b6e1;
	background-color: none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	/*left: 0;*/
	display: none; /*collapse all sub menus to begin with*/
	/*visibility: hidden;*/
	background-color: #fafafa;
	/*padding-bottom:10px;*/
	font-size:10px;
	
}

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

/*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{
	/*width: 100px;*/ /*width of sub menus*/
	height:10px;
	padding-left:10px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: none;
	color: #737373;
	border-bottom:solid;
	border-bottom-color:#a6a6a6;
	border-bottom-width:1px;
	width:180px;
}
.ddsmoothmenu ul li ul li a:hover{
	color: #000000;
	background:none;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	background-image: none;

}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	background-position: center;
}

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

/*.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}*/

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/*opacity: 0.8;
}*/
