/*body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: #ebebeb;
	width: 900px;
	margin: 100px auto;
	color: #666;
}*/
.container {
	width: 100%;
   min-width:1280px;
	padding: 0;
	margin: auto;
}
/*a {
	color: #333;
}*/
#nav {
	margin: 0;
	padding: 7px 6px 0;
	line-height: 100%;
	font-size:16px;
	border-radius: 7px;
 
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
 

	
	
	/*background: #8b8b8b;*/ /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	
	/*background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, rgb(41,64,99)), color-stop(0.55, rgb(86,116,154)));

	background: -moz-linear-gradient(center bottom, rgb(41,64,99) 50%, rgb(86,116,154) 55%);*/
/*background: rgb(86,116,154);*//* Old browsers */
/*background: -moz-linear-gradient(top, rgba(86,116,154,1) 45%, rgba(41,64,99,1) 50%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(86,116,154,1)), color-stop(50%,rgba(41,64,99,1)));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, rgba(86,116,154,1) 45%,rgba(41,64,99,1) 50%); *//* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, rgba(86,116,154,1) 45%,rgba(41,64,99,1) 50%); *//* Opera11.10+ */
/*background: -ms-linear-gradient(top, rgba(86,116,154,1) 45%,rgba(41,64,99,1) 50%); *//* IE10+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56749a', endColorstr='#294063',GradientType=0 );*/ /* IE6-9 */
/*background: linear-gradient(top, rgba(86,116,154,1) 45%,rgba(41,64,99,1) 50%);*/ /* W3C */
	
	/*background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */
 
	border: solid 1px #6d6d6d;
	
}
.top  /*proprietes des boutons top du menu déroulant*/
{
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	
	
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	
	
}
.top:hover
{
	/*background-color : white;*/
	border:1px solid darkgray;
	/*box-shadow: 1px 1px 1px white;*/
	
}
.subitem a
{
	color: #c10707;
}
.subitemsep span
{
	color: green;
	padding-left:5px;

}
#fleche
{
	padding-left: 5px;
}


#nav li {
	/*margin: 0 5px;
	padding: 0 0 5px;*/
	float: left;
	position: relative;
	list-style: none;
	
	
	
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-family: Geogia, serif;
	font-size:14px;
}

span#menu_start a {
	background: url(../images/menu/home_nav.png) no-repeat left top;
	width: 52px; height: 46px;
	text-indent: -9999px;
	padding-right: 5px;
	
	margin:0;
	float:left;
}

span#menu_start a:hover  { background-position: left -46px; }
span#menu_start a:active { background-position: left -92px; }

span#menu_start a {	display:block; line-height: 46px; }
/* main level link hover */
#nav .current a, #nav li:hover > a {
	/*background: #d1d1d1; /* for non-css3 browsers */
	/filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	/background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	/background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
 
	/*color: #444;*/
	
	color: #c10707;
	
	/*text-decoration: underline;*/
	
	/*border-top: solid 1px #f8f8f8;*/
	/*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	/*background: #0399d4 !important;*//* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba');*/ /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;*/ /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;*/ /* for firefox 3.6+ */
	
	color: #c10707 !important;
	text-decoration: underline;
	font-weight:bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	/*background: #ddd; *//* for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf');*/ /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf));*/ /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #fff,  #cfcfcf);*/ /* for firefox 3.6+ */
	background: url("../images/bg.jpg") repeat scroll left top #DDDDDD;
	display: none;
	margin: 0;
	padding: 0;
	width: 250px;
	position: absolute;
	top: 32px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
	z-index: 10000000;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
	
}
/* level 3+ list */
#nav ul ul {
	left: 250px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

span.dd_action {
	height:6px;
	padding:0 0 0 10px;
	width:9px;
}